Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed by
TARGET_SEEED_TINY_BLE/nordic_global.h@94:9ad691361fac, 2015-02-16 (annotated)
- Committer:
- Kojto
- Date:
- Mon Feb 16 16:32:49 2015 +0000
- Revision:
- 94:9ad691361fac
- Parent:
- TARGET_BLE_SMURFS/nordic_global.h@93:e188a91d3eaa
Release 94 of the mbed library
Main changes:
- LPC11U68 - ARM toolchain addition
- Nordic - IAR toolchain addition
- LPC8xx - I2c Slave functionality addition
- fix for HRM1017 regarding clock init
- new target - MicroNFCBoard
- exit() move to retarget
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Kojto | 93:e188a91d3eaa | 1 | #ifndef _NORDIC_GLOBAL_H_ |
Kojto | 93:e188a91d3eaa | 2 | #define _NORDIC_GLOBAL_H_ |
Kojto | 93:e188a91d3eaa | 3 | |
Kojto | 93:e188a91d3eaa | 4 | /* There are no global defines in mbed, so we need to define */ |
Kojto | 93:e188a91d3eaa | 5 | /* mandatory conditional compilation flags here */ |
Kojto | 93:e188a91d3eaa | 6 | //#define NRF51 |
Kojto | 93:e188a91d3eaa | 7 | #ifndef DEBUG_NRF_USER |
Kojto | 93:e188a91d3eaa | 8 | #define DEBUG_NRF_USER |
Kojto | 93:e188a91d3eaa | 9 | #endif |
Kojto | 93:e188a91d3eaa | 10 | #ifndef BLE_STACK_SUPPORT_REQD |
Kojto | 93:e188a91d3eaa | 11 | #define BLE_STACK_SUPPORT_REQD |
Kojto | 93:e188a91d3eaa | 12 | #endif |
Kojto | 93:e188a91d3eaa | 13 | #ifndef BOARD_PCA10001 |
Kojto | 93:e188a91d3eaa | 14 | #define BOARD_PCA10001 |
Kojto | 93:e188a91d3eaa | 15 | #endif |
Kojto | 93:e188a91d3eaa | 16 | |
Kojto | 93:e188a91d3eaa | 17 | #endif |