mirror of https://github.com/meshcore-dev/MeshCore
2 changed files with 99 additions and 99 deletions
@ -1,40 +1,40 @@ |
|||||
{ |
{ |
||||
"build": { |
"build": { |
||||
"arduino": { |
"arduino": { |
||||
"ldscript": "esp32s3_out.ld" |
"ldscript": "esp32s3_out.ld" |
||||
}, |
}, |
||||
"core": "esp32", |
"core": "esp32", |
||||
"extra_flags": [ |
"extra_flags": [ |
||||
"-D ARDUINO_USB_CDC_ON_BOOT=1", |
"-D ARDUINO_USB_CDC_ON_BOOT=1", |
||||
"-D ARDUINO_USB_MSC_ON_BOOT=0", |
"-D ARDUINO_USB_MSC_ON_BOOT=0", |
||||
"-D ARDUINO_USB_DFU_ON_BOOT=0", |
"-D ARDUINO_USB_DFU_ON_BOOT=0", |
||||
"-D ARDUINO_USB_MODE=1", |
"-D ARDUINO_USB_MODE=1", |
||||
"-D ARDUINO_RUNNING_CORE=1", |
"-D ARDUINO_RUNNING_CORE=1", |
||||
"-D ARDUINO_EVENT_RUNNING_CORE=1" |
"-D ARDUINO_EVENT_RUNNING_CORE=1" |
||||
], |
], |
||||
"f_cpu": "240000000L", |
"f_cpu": "240000000L", |
||||
"f_flash": "80000000L", |
"f_flash": "80000000L", |
||||
"flash_mode": "qio", |
"flash_mode": "qio", |
||||
"hwids": [["0x303A", "0x1001"]], |
"hwids": [["0x303A", "0x1001"]], |
||||
"mcu": "esp32s3", |
"mcu": "esp32s3", |
||||
"variant": "esp32s3" |
"variant": "esp32s3" |
||||
}, |
}, |
||||
"connectivity": ["wifi", "bluetooth"], |
"connectivity": ["wifi", "bluetooth"], |
||||
"debug": { |
"debug": { |
||||
"default_tool": "esp-builtin", |
"default_tool": "esp-builtin", |
||||
"onboard_tools": ["esp-builtin"], |
"onboard_tools": ["esp-builtin"], |
||||
"openocd_target": "esp32s3.cfg" |
"openocd_target": "esp32s3.cfg" |
||||
}, |
}, |
||||
"frameworks": ["arduino", "espidf"], |
"frameworks": ["arduino", "espidf"], |
||||
"name": "ESP32-S3-Zero", |
"name": "ESP32-S3-Zero", |
||||
"upload": { |
"upload": { |
||||
"flash_size": "4MB", |
"flash_size": "4MB", |
||||
"maximum_ram_size": 327680, |
"maximum_ram_size": 327680, |
||||
"maximum_size": 4194304, |
"maximum_size": 4194304, |
||||
"require_upload_port": true, |
"require_upload_port": true, |
||||
"speed": 921600 |
"speed": 921600 |
||||
}, |
}, |
||||
"url": "https://www.espressif.com", |
"url": "https://www.espressif.com", |
||||
"vendor": "Espressif" |
"vendor": "Espressif" |
||||
} |
} |
||||
|
|
||||
|
|||||
@ -1,59 +1,59 @@ |
|||||
{ |
{ |
||||
"build": { |
"build": { |
||||
"arduino": { |
"arduino": { |
||||
"ldscript": "nrf52840_s140_v7.ld" |
"ldscript": "nrf52840_s140_v7.ld" |
||||
}, |
}, |
||||
"core": "nRF5", |
"core": "nRF5", |
||||
"cpu": "cortex-m4", |
"cpu": "cortex-m4", |
||||
"extra_flags": "-DARDUINO_WIO_WM1110 -DNRF52840_XXAA", |
"extra_flags": "-DARDUINO_WIO_WM1110 -DNRF52840_XXAA", |
||||
"f_cpu": "64000000L", |
"f_cpu": "64000000L", |
||||
"hwids": [ |
"hwids": [ |
||||
["0x239A", "0x8029"], |
["0x239A", "0x8029"], |
||||
["0x239A", "0x0029"], |
["0x239A", "0x0029"], |
||||
["0x239A", "0x002A"], |
["0x239A", "0x002A"], |
||||
["0x239A", "0x802A"] |
["0x239A", "0x802A"] |
||||
], |
], |
||||
"usb_product": "me25ls01-BOOT", |
"usb_product": "me25ls01-BOOT", |
||||
"mcu": "nrf52840", |
"mcu": "nrf52840", |
||||
"variant": "minewsemi_me25ls01", |
"variant": "minewsemi_me25ls01", |
||||
"bsp": { |
"bsp": { |
||||
"name": "adafruit" |
"name": "adafruit" |
||||
}, |
}, |
||||
"softdevice": { |
"softdevice": { |
||||
"sd_flags": "-DS140", |
"sd_flags": "-DS140", |
||||
"sd_name": "s140", |
"sd_name": "s140", |
||||
"sd_version": "7.3.0", |
"sd_version": "7.3.0", |
||||
"sd_fwid": "0x0123" |
"sd_fwid": "0x0123" |
||||
}, |
}, |
||||
"bootloader": { |
"bootloader": { |
||||
"settings_addr": "0xFF000" |
"settings_addr": "0xFF000" |
||||
} |
} |
||||
}, |
}, |
||||
"connectivity": ["bluetooth"], |
"connectivity": ["bluetooth"], |
||||
"debug": { |
"debug": { |
||||
"jlink_device": "nRF52840_xxAA", |
"jlink_device": "nRF52840_xxAA", |
||||
"svd_path": "nrf52840.svd", |
"svd_path": "nrf52840.svd", |
||||
"openocd_target": "nrf52.cfg" |
"openocd_target": "nrf52.cfg" |
||||
}, |
}, |
||||
"frameworks": ["arduino"], |
"frameworks": ["arduino"], |
||||
"name": "Minewsemi ME25LS01", |
"name": "Minewsemi ME25LS01", |
||||
"upload": { |
"upload": { |
||||
"maximum_ram_size": 235520, |
"maximum_ram_size": 235520, |
||||
"maximum_size": 811008, |
"maximum_size": 811008, |
||||
"speed": 115200, |
"speed": 115200, |
||||
"protocol": "nrfutil", |
"protocol": "nrfutil", |
||||
"protocols": [ |
"protocols": [ |
||||
"jlink", |
"jlink", |
||||
"nrfjprog", |
"nrfjprog", |
||||
"nrfutil", |
"nrfutil", |
||||
"stlink", |
"stlink", |
||||
"cmsis-dap", |
"cmsis-dap", |
||||
"blackmagic" |
"blackmagic" |
||||
], |
], |
||||
"use_1200bps_touch": true, |
"use_1200bps_touch": true, |
||||
"require_upload_port": true, |
"require_upload_port": true, |
||||
"wait_for_upload_port": true |
"wait_for_upload_port": true |
||||
}, |
}, |
||||
"url": "https://en.minewsemi.com/lora-module/lr1110-nrf52840-me25LS01", |
"url": "https://en.minewsemi.com/lora-module/lr1110-nrf52840-me25LS01", |
||||
"vendor": "MINEWSEMI" |
"vendor": "MINEWSEMI" |
||||
} |
} |
||||
|
|||||
Loading…
Reference in new issue