forked from lancaster-university/codal-microbit-v2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtarget-locked.json
76 lines (76 loc) · 3.64 KB
/
target-locked.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"architecture": "CORTEX_M4F",
"asm_flags": "-fno-exceptions -fno-unwind-tables --specs=nosys.specs -mcpu=cortex-m4 -mthumb",
"c_flags": "-std=c99 --specs=nosys.specs -Warray-bounds -I/lib/arm-none-eabi/include -I/etc/alternatives/gcc-arm-none-eabi-include -I/usr/include/newlib/c++/10.3.1 -I/usr/include/newlib/c++/10.3.1/arm-none-eabi",
"cmake_definitions": {
"MBED_LEGACY_TOOLCHAIN": "CLANG;"
},
"config": {
"CAPTOUCH_DEFAULT_CALIBRATION": 3500,
"CODAL_DEBUG": "CODAL_DEBUG_DISABLED",
"CODAL_PROVIDE_PRINTF": 1,
"CODAL_TIMER_32BIT": 1,
"CODAL_TIMESTAMP": "uint64_t",
"CONFIG_GPIO_AS_PINRESET": 1,
"CONFIG_NFCT_PINS_AS_GPIOS": 1,
"DEVICE_BLE": 1,
"DEVICE_COMPONENT_COUNT": 60,
"DEVICE_DEFAULT_PULLMODE": "PullMode::Down",
"DEVICE_DEFAULT_SERIAL_MODE": "SYNC_SLEEP",
"DEVICE_HEAP_ALLOCATOR": 1,
"DEVICE_I2C_IRQ_SHARED": 1,
"DEVICE_PANIC_HEAP_FULL": 1,
"DEVICE_SRAM_BASE": "0x20000000",
"DEVICE_SRAM_END": "0x20020000",
"DEVICE_STACK_BASE": "DEVICE_SRAM_END",
"DEVICE_STACK_SIZE": 2048,
"DEVICE_TAG": 0,
"DEVICE_USB": 0,
"DMESG_SERIAL_DEBUG": 0,
"EVENT_LISTENER_DEFAULT_FLAGS": "MESSAGE_BUS_LISTENER_QUEUE_IF_BUSY",
"HARDWARE_NEOPIXEL": 1,
"LED_MATRIX_MAXIMUM_BRIGHTNESS": 245,
"LED_MATRIX_MINIMUM_BRIGHTNESS": 1,
"MBED_CONF_NORDIC_NRF_LF_CLOCK_SRC": "NRF_LF_SRC_XTAL",
"MESSAGE_BUS_LISTENER_MAX_QUEUE_DEPTH": 10,
"NRF52ADC_SOFTWARE_OVERSAMPLING": 1,
"NRF52I2C_ERRATA_219": 1,
"PROCESSOR_WORD_TYPE": "uint32_t",
"SCHEDULER_TICK_PERIOD_US": 4000,
"TOUCH_BUTTON_CALIBRATION_PERIOD": 500,
"TOUCH_BUTTON_DECAY_AVERAGE": 2,
"TOUCH_BUTTON_SENSITIVITY": 5,
"USE_ACCEL_LSB": 0
},
"cpp_flags": "-I/lib/arm-none-eabi/include -I/etc/alternatives/gcc-arm-none-eabi-include -I/usr/include/newlib/c++/10.3.1 -I/usr/include/newlib/c++/10.3.1/arm-none-eabi -std=c++11 -fwrapv -fno-rtti -fno-threadsafe-statics -fno-exceptions -fno-unwind-tables -Wno-array-bounds -Wno-inconsistent-missing-override -Wno-overloaded-virtual -Wno-unused-private-field -Wno-unused-const-variable -Wno-unused-but-set-variable -Wno-unused-variable -Wno-mismatched-tags -Wno-uninitialized -Wno-deprecated-register -Wno-unknown-attributes",
"cpu_opts": "--target=arm-none-eabi -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp",
"definitions": "-DAPP_TIMER_V2 -DAPP_TIMER_V2_RTC1_ENABLED -DNRF_DFU_TRANSPORT_BLE=1 -DNRF52833_XXAA -DNRF52833 -DTARGET_MCU_NRF52833 -DNRF5 -DNRF52833 -D__CORTEX_M4 -DS113 -DTOOLCHAIN_CLANG -D__START=target_start",
"device": "MICROBIT",
"generate_bin": true,
"generate_hex": true,
"libraries": [
{
"branch": "master",
"name": "codal-core",
"type": "git",
"url": "https://github.com/Johnn333/codal-core-clang"
},
{
"branch": "master",
"name": "codal-nrf52",
"type": "git",
"url": "https://github.com/Johnn333/codal-nrf52-clang"
},
{
"branch": "master",
"name": "codal-microbit-nrf5sdk",
"type": "git",
"url": "https://github.com/Johnn333/codal-microbit-nrf5sdk-clang"
}
],
"linker_flags": "-Xlinker -Wl,--gc-sections -Wl,--wrap,atexit -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -Wl,--start-group -lstdc++ -lsupc++ -lm -lc -lgcc -lnosys -Wl,--end-group",
"post_process": "",
"processor": "NRF52833",
"snapshot_version": "v0.2.55",
"toolchain": "CLANG"
}