-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathboards.txt
More file actions
executable file
·47 lines (47 loc) · 2.06 KB
/
Copy pathboards.txt
File metadata and controls
executable file
·47 lines (47 loc) · 2.06 KB
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
MIDIJoker.name=MIDI Joker
MIDIJoker.build.core=arduino
MIDIJoker.build.crossprefix=arm-none-eabi-
MIDIJoker.build.compiler_path={runtime.tools.arm-none-eabi-gcc-7-2017q4.path}/bin/
MIDIJoker.build.variant=MIDIJoker
MIDIJoker.build.mcu=cortex-m4
MIDIJoker.build.extra_flags=
MIDIJoker.build.architecture=cortex-m4
MIDIJoker.build.fpu=-mfpu=fpv4-sp-d16
MIDIJoker.build.float-abi=-mfloat-abi=softfp
MIDIJoker.build.board=ARDUINO_NANO33BLE
MIDIJoker.build.ldscript=linker_script.ld
MIDIJoker.compiler.mbed.arch.define=-DARDUINO_ARCH_NRF52840
MIDIJoker.compiler.mbed.defines={build.variant.path}/defines.txt
MIDIJoker.compiler.mbed.ldflags={build.variant.path}/ldflags.txt
MIDIJoker.compiler.mbed.cflags={build.variant.path}/cflags.txt
MIDIJoker.compiler.mbed.cxxflags={build.variant.path}/cxxflags.txt
MIDIJoker.compiler.mbed.includes={build.variant.path}/includes.txt
MIDIJoker.compiler.mbed.extra_ldflags=-lstdc++ -lsupc++ -lm -lc -lgcc -lnosys
MIDIJoker.compiler.mbed="{build.variant.path}/libs/libmbed.a" "{build.variant.path}/libs/libcc_310_core.a" "{build.variant.path}/libs/libcc_310_ext.a" "{build.variant.path}/libs/libcc_310_trng.a"
MIDIJoker.vid.0=0x2341
MIDIJoker.pid.0=0x105a
MIDIJoker.vid.1=0x2341
MIDIJoker.pid.1=0x905a
MIDIJoker.vid.2=0x2341
MIDIJoker.pid.2=0x115a
MIDIJoker.upload_port.0.vid=0x2341
MIDIJoker.upload_port.0.pid=0x105a
MIDIJoker.upload_port.1.vid=0x2341
MIDIJoker.upload_port.1.pid=0x905a
MIDIJoker.upload_port.2.vid=0x2341
MIDIJoker.upload_port.2.pid=0x115a
MIDIJoker.upload.tool=bossac
MIDIJoker.upload.tool.default=bossac
MIDIJoker.upload.protocol=
MIDIJoker.upload.transport=
MIDIJoker.upload.use_1200bps_touch=true
MIDIJoker.upload.wait_for_upload_port=true
MIDIJoker.upload.native_usb=true
MIDIJoker.upload.maximum_size=983040
MIDIJoker.upload.maximum_data_size=262144
MIDIJoker.bootloader.tool=openocd
MIDIJoker.bootloader.tool.default=openocd
MIDIJoker.bootloader.extra_action.preflash=echo INFO:removed_mass-erase
MIDIJoker.bootloader.config=-f target/nrf52.cfg
MIDIJoker.bootloader.programmer=-f interface/cmsis-dap.cfg
MIDIJoker.bootloader.file=NINAB306/bootloader.hex