Skip to content

Commit 97ab403

Browse files
nashifAnas Nashif
authored andcommitted
release-notes: cleanup entries
Change-Id: I12bc617d6886050114d9f96cdf5935e36e79552a Signed-off-by: Anas Nashif <[email protected]>
1 parent 63538db commit 97ab403

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

release-notes.rst

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Major enhancements included with the release:
99
* The legacy API is still supported but deprecated. All the test were moved to tests/legacy.
1010
* Added Unified Kernel documentation.
1111
* Added support for ARM LTD Beetle SoC and V2M Beetle board.
12-
* Cleaned Build System and separated Kernel / Application build.
1312
* Added support for USB mass storage access to the internal filesystem.
1413

1514
A detailed list of changes since v1.5.0 by component follows:
@@ -18,12 +17,11 @@ Kernel
1817
******
1918

2019
* Introduced Unified kernel.
21-
* Micro: Removed deprecated Tasks IRQs.
20+
* Removed deprecated Tasks IRQs.
2221
* Removed deprecated dynamic interrupt API.
2322
* Added DLIST to operate in all elements of a doubly-linked list.
2423
* SLIST: Added sys_slist_get() to fetch and remove the head, also Added append_list and merge_slist.
2524
* Added nano_work_pending to check if it is pending execution.
26-
* ARM: Added choice to use floating point ABI.
2725
* Unified: Added support for k_malloc and k_free.
2826
* Renamed kernel objects event to alert and memory map to memory slab.
2927
* Changed memory pool, memory maps, message queues and event handling APIs.
@@ -34,29 +32,30 @@ Architectures
3432
* ARC: Removed CONFIG_TIMER0_CLOCK_FREQ.
3533
* ARC: Unified linker scripts.
3634
* ARC: Removed dynamic interrupts.
35+
* ARM: Added choice to use floating point ABI.
3736
* ARM: Added NXP Kinetis kconfig options to configure clocks.
3837
* ARM: Removed dynamic interrupts and exceptions.
3938
* ARM: Atmel: Added constants and structures for watchdog registers.
39+
* ARM: Added support for ARM Cortex-M0/M0+.
4040
* x86: Removed dynamic interrupts and exceptions.
4141
* x86: Declared internal API for interrupt controllers.
4242
* x86: Changed IRQ controller to return -1 if cannot determine source vector.
4343
* x86: Grouped Quark SoC's under intel_quark family.
4444
* x86: Optimized and simplified IRQ and exception stubs.
45-
* Changed memory pool, memory maps, message queues and event handling APIs.
4645

4746
Boards
4847
******
4948

5049
* Renamed board Quark SE devboard to Quark SE C1000 devboard.
5150
* Renamed board Quark SE SSS devboard to Quark SE C1000 SS devboard.
5251
* Quark SE C1000: Disabled IPM and enabled UART0 on the Sensor SubSytem.
53-
* Removed basic_cortex_m3 and basic_minuteia.
54-
* Arduino 101: Removed backup/restore scripts use flashpack utility instead.
52+
* Removed basic_cortex_m3 and basic_minuteia boards.
53+
* Arduino 101: Removed backup/restore scripts. To restore original bootloader
54+
use flashpack utility instead.
5555
* Renamed nRF52 Nitrogen to 96Boards Nitrogen.
5656
* Added ARM LTD Beetle SoC and V2M Beetle board.
57-
* SoC: Added Texas Instruments CC3200 LaunchXL support.
58-
* SoC: Added support for Nordic Semiconductor nRF51822.
59-
* SoC: Added support for ARM Cortex-M0/M0+.
57+
* Added Texas Instruments CC3200 LaunchXL support.
58+
* Added support for Nordic Semiconductor nRF51822.
6059
* Added support for NXP Hexiwear board.
6160

6261
Drivers and Sensors
@@ -105,7 +104,7 @@ Build Infrastructure
105104
* Sysgen: Added --kernel_type argument.
106105
* Modified build infrastructure to support unified kernel.
107106
* SDK: Zephyr: Added check for minimum required version.
108-
* Cleaned Build System and separated Kernel / Application build.
107+
* Imported get_maintainer.pl from Linux kernel.
109108

110109
Libraries
111110
*********
@@ -114,16 +113,19 @@ Libraries
114113
* libc: Added support for 'z' length specifier.
115114
* libc: Removed stddef.h which is provided by the compiler.
116115
* libc: printf: Improved code for printing.
117-
* Imported Nordic MDK nRF51 files.
118-
* Imported Kinetis SDK Ethernet phy driver.
119-
* Imported SDK RNGA driver.
120-
* Imported get_maintainer.pl from kernel.
121116
* Added CoAP implementation for Zephyr.
122117
* File system: Added API to grow or shrink a file.
123118
* File system: Added API to get volume statistics.
124119
* File system: Added API to flush cache of an opened file.
120+
121+
HALs
122+
****
123+
125124
* QMSI: Updated to version 1.3.
126125
* HAL: Imported CC3200 SDK.
126+
* Imported Nordic MDK nRF51 files.
127+
* Imported Kinetis SDK Ethernet phy driver.
128+
* Imported SDK RNGA driver.
127129

128130
Documentation
129131
*************
@@ -140,7 +142,6 @@ Test and Samples
140142
* Fixed incorrect printk usage.
141143
* Removed test for dynamic exceptions.
142144
* Added USB sample.
143-
* Added microkernel support for the shell sample.
144145
* Added tests and samples for CoAP client and server.
145146
* Added philosophers unified sample.
146147
* Removed printf/printk wrappers.

0 commit comments

Comments
 (0)