Skip to content

Commit

Permalink
doc/releases: add RISC-V release notes for Zephyr v3.4
Browse files Browse the repository at this point in the history
This commit adds RISC-V release notes for Zephyr v3.4.

Signed-off-by: Filip Kokosinski <fkokosinski@antmicro.com>
  • Loading branch information
fkokosinski authored and nashif committed May 30, 2023
1 parent aa5b66b commit e6672e0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doc/releases/release-notes-3.4.rst
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,15 @@ Architectures

* RISC-V

* Added :kconfig:option:`CONFIG_PMP_NO_TOR`, :kconfig:option:`CONFIG_PMP_NO_NA4`, and
:kconfig:option:`CONFIG_PMP_NO_NAPOT` to allow disabling unsupported PMP range modes.
* Removed unused symbols: :c:macro:`_thread_offset_to_tp`,
:c:macro:`_thread_offset_to_priv_stack_start`, :c:macro:`_thread_offset_to_user_sp`.
* Added support for setting PMP granularity with :kconfig:option:`CONFIG_PMP_GRANULARITY`.
* Switched from accessing CSRs from inline assembly to using the :c:func:`csr_read` helper
function.
* Enabled single-threading support.

* SPARC
* Removed absolute symbol :c:macro:`_K_THREAD_NO_FLOAT_SIZEOF`

Expand Down

0 comments on commit e6672e0

Please sign in to comment.