mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #4 from pan-/nordic_sdk_integration
Factorization of NRF51 and NRF52 targets.pull/2234/head
commit
a1fb8d2113
|
@ -1102,7 +1102,7 @@
|
||||||
"OVERRIDE_BOOTLOADER_FILENAME": "nrf51822_bootloader.hex",
|
"OVERRIDE_BOOTLOADER_FILENAME": "nrf51822_bootloader.hex",
|
||||||
"macros": ["NRF51", "TARGET_NRF51822"],
|
"macros": ["NRF51", "TARGET_NRF51822"],
|
||||||
"MERGE_BOOTLOADER": false,
|
"MERGE_BOOTLOADER": false,
|
||||||
"extra_labels": ["NORDIC", "MCU_NRF51", "MCU_NRF51822"],
|
"extra_labels": ["NORDIC", "MCU_NRF51", "MCU_NRF51822", "NRF5"],
|
||||||
"OUTPUT_EXT": "hex",
|
"OUTPUT_EXT": "hex",
|
||||||
"is_disk_virtual": true,
|
"is_disk_virtual": true,
|
||||||
"supported_toolchains": ["ARM", "GCC_ARM"],
|
"supported_toolchains": ["ARM", "GCC_ARM"],
|
||||||
|
@ -1739,7 +1739,7 @@
|
||||||
"inherits": ["Target"],
|
"inherits": ["Target"],
|
||||||
"core": "Cortex-M4F",
|
"core": "Cortex-M4F",
|
||||||
"macros": ["NRF52", "TARGET_NRF52832"],
|
"macros": ["NRF52", "TARGET_NRF52832"],
|
||||||
"extra_labels": ["NORDIC", "MCU_NRF52", "MCU_NRF52832"],
|
"extra_labels": ["NORDIC", "MCU_NRF52", "MCU_NRF52832", "NRF5"],
|
||||||
"OUTPUT_EXT": "hex",
|
"OUTPUT_EXT": "hex",
|
||||||
"is_disk_virtual": true,
|
"is_disk_virtual": true,
|
||||||
"supported_toolchains": ["ARM", "GCC_ARM"],
|
"supported_toolchains": ["ARM", "GCC_ARM"],
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue