| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- {
- "build": {
- "arduino": {
- "ldscript": "nrf52840_s140_v6.ld"
- },
- "core": "nRF5",
- "cpu": "cortex-m4",
- "extra_flags": "-DARDUINO_NRF52840_ELECROW_M6 -DNRF52840_XXAA",
- "f_cpu": "64000000L",
- "hwids": [
- [
- "0x239A",
- "0x4405"
- ],
- [
- "0x239A",
- "0x0029"
- ],
- [
- "0x239A",
- "0x002A"
- ]
- ],
- "usb_product": "elecrow_solar",
- "mcu": "nrf52840",
- "variant": "ELECROW-ThinkNode-M6",
- "bsp": {
- "name": "adafruit"
- },
- "softdevice": {
- "sd_flags": "-DS140",
- "sd_name": "s140",
- "sd_version": "6.1.1",
- "sd_fwid": "0x00B6"
- },
- "bootloader": {
- "settings_addr": "0xFF000"
- }
- },
- "connectivity": [
- "bluetooth"
- ],
- "debug": {
- "jlink_device": "nRF52840_xxAA",
- "onboard_tools": [
- "jlink"
- ],
- "svd_path": "nrf52840.svd",
- "openocd_target": "nrf52.cfg"
- },
- "frameworks": [
- "arduino"
- ],
- "name": "elecrow solar",
- "upload": {
- "maximum_ram_size": 235520,
- "maximum_size": 815104,
- "speed": 115200,
- "use_1200bps_touch": true,
- "require_upload_port": true,
- "wait_for_upload_port": true,
- "protocol": "nrfutil",
- "protocols": [
- "jlink",
- "nrfjprog",
- "nrfutil",
- "stlink"
- ]
- },
- "url": "https://github.com/Elecrow-RD",
- "vendor": "ELECROW"
- }
|