mbed os with nrf51 internal bandgap enabled to read battery level
Dependents: BLE_file_test BLE_Blink ExternalEncoder
Diff: tools/profiles/save-asm.json
- Revision:
- 0:f269e3021894
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/profiles/save-asm.json Sun Oct 23 15:10:02 2016 +0000 @@ -0,0 +1,23 @@ +{ + "GCC_ARM": { + "common": ["-save-temps"], + "asm": [], + "c": [], + "cxx": [], + "ld": [] + }, + "ARM": { + "common": ["--asm", "--interleave"], + "asm": [], + "c": [], + "cxx": [], + "ld": [] + }, + "uARM": { + "common": ["--asm", "--interleave"], + "asm": [], + "c": [], + "cxx": [], + "ld": [] + } +}