diff --git a/HISTORY.rst b/HISTORY.rst index fef30cf6..69caccf1 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -19,6 +19,9 @@ PlatformIO 2.0 (`issue #733 `_) * Updated ``udev`` rules for the new STM32F407DISCOVERY boards (`issue #731 `_) +* Implemented firmware merging with base firmware for Nordic nRF51 development platform + (`issue #500 `_, + `issue #533 `_) * Fixed Project Generator for ESP8266 and ARM mbed based projects (resolves incorrect linter errors) * Fixed broken LD Script for Element14 chipKIT Pi board diff --git a/docs/platforms/creating_platform.rst b/docs/platforms/creating_platform.rst index 913fb40d..09e11695 100644 --- a/docs/platforms/creating_platform.rst +++ b/docs/platforms/creating_platform.rst @@ -143,6 +143,9 @@ Packages * - ``tool-scons`` - `SCons software construction tool `_ + * - ``tool-sreccat`` + - `Merging tool `_ + * - ``tool-stlink`` - `ST-Link `_ diff --git a/docs/platforms/nordicnrf51.rst b/docs/platforms/nordicnrf51.rst index 4c4d65fe..fff500b3 100644 --- a/docs/platforms/nordicnrf51.rst +++ b/docs/platforms/nordicnrf51.rst @@ -37,6 +37,9 @@ Packages * - ``toolchain-gccarmnoneeabi`` - `gcc-arm-embedded `_, `GDB `_ + * - ``tool-sreccat`` + - `Merging tool `_ + * - ``framework-arduinonordicnrf51`` - `Arduino Wiring-based Framework (RFduino Core) `_