You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/changelog.rst
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,8 @@ This is release version of ``0.9.0`` of Nuclei SDK, which is still under develop
21
21
22
22
- Add new application :ref:`design_app_demo_eclic_umode` to show how to use U-Mode with ECLIC running in M-Mode
23
23
- For FreeRTOS demo/smpdemo, now default use MSTATUS.MIE to do interrupt masking since default ``configMAX_SYSCALL_INTERRUPT_PRIORITY`` set to 255
24
+
- Update ``cpuinfo`` to display additional CPU features, including prefetch capabilities, hardware performance configirations, supported ISAs, and more. See :ref:`design_app_cpuinfo`.
25
+
- Add ``get_basic_cpuinfo`` in ``cpuinfo`` to get basic CPU information in a single string.
24
26
25
27
* OS
26
28
@@ -49,6 +51,7 @@ This is release version of ``0.9.0`` of Nuclei SDK, which is still under develop
49
51
50
52
- Fix typo ``reuqests`` to ``requires`` in ``app.rst``
51
53
- Update ``rtos.rst`` to mention about recent bugfix for RTOS porting, and other RTOSes supported but not in Nuclei SDK
54
+
- Update the expected output of ``cpuinfo`` in ``app.rst``
0 commit comments