Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update changelog for 1.5 #1811

Merged
merged 1 commit into from
Apr 30, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
28 changes: 24 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
Since 1.3
=========
New in 1.5
==========

* Major HIL Changes

None

* Loading and Restarting Processes Improvements

Processes can now fault and be restarted by the kernel, and
[#1565](https://github.com/tock/tock/pull/1565) allows a board configuration
file to specify the restart policy that the kernel should use.

Process discovery, parsing, and creation was also overhauled in
[#1480](https://github.com/tock/tock/pull/1480) to remove `unsafe` from the
TBF header parsing code. This allows `process::load_processes()` to return
errors if process loading fails. Boards now need to handle the `Result` return
type.


New in 1.4
==========

* Major HIL Changes

Expand Down Expand Up @@ -30,8 +50,8 @@ Since 1.3
functions are more general and do not assume values are passed on the stack.


Since 1.2
=========
New in 1.2
==========

* Kernel debug module

Expand Down