mbed-os/targets/TARGET_NORDIC
Hovik Melikyan c4a979ef72 Allow to redefine nRF's PSTORAGE_NUM_OF_PAGES outside of the mbed-os source
By default the number of pstorage pages is set 1 and all addresses are
calculated in the pstorage module accordingly. Nordic recommends
changing this macro to whatever number is suitable for the app (see
https://devzone.nordicsemi.com/question/53066/what-will-be-the-starting-
address-of-pstorage-page-how-we-can-change-it/?answer=53085#post-id-5308
5) which is not quite elegant given that pstorage_platform.h is part of
the mbed-os repo. With this modification you can e.g. define
PSTORAGE_NUM_OF_PAGES on the command line, however note that you should
rebuild mbed-os with this setting as it affects pstorage_platform.c.
2017-02-24 11:24:24 +00:00
..
TARGET_MCU_NRF51822 Renamed files in platform to match source names 2017-02-22 18:17:54 -06:00
TARGET_NRF5 Allow to redefine nRF's PSTORAGE_NUM_OF_PAGES outside of the mbed-os source 2017-02-24 11:24:24 +00:00
mbed_rtx.h restructure - Restructured cmsis directory 2016-10-04 17:51:44 -05:00