mbed-os/features/FEATURE_BLE/targets
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_ARM_SSG/TARGET_BEETLE [BEETLE] Update BLE Cordio libraries 2016-10-24 17:41:23 +01:00
TARGET_Maxim [MAX326xx] Added support for FEATURE_BLE. Integrated MaximBLE library. 2016-10-12 08:59:38 -05:00
TARGET_NORDIC Allow to redefine nRF's PSTORAGE_NUM_OF_PAGES outside of the mbed-os source 2017-02-24 11:24:24 +00:00