doc: release notes: Add board related release notes

Added details on new ARM boards, removal of panther board support on
x86 and arc, and dts.fixup changes.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2018-03-06 10:33:38 -06:00 committed by Anas Nashif
commit 85b694e6c2

View file

@ -55,6 +55,19 @@ Boards
* Includes a template for hardware models * Includes a template for hardware models
* Adds support for console and logging * Adds support for console and logging
* Interrupts and timers are simulated in several different configurations * Interrupts and timers are simulated in several different configurations
* Added support for the following ARM boards:
* adafruit_trinket_m0
* arduino_zero
* lpcxpresso54114
* nrf52_sparkfun
* nucleo_f429zi
* stm32f072_eval
* stm32f072b_disco
* Removed Panther board support which included boards/x86/panther and
boards/arc/panther_ss
* Refactored dts.fixup so common SoC related fixes are in arch/<*>/soc
and board dts.fixup only used for board specific items.
Drivers and Sensors Drivers and Sensors
******************* *******************