mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-26 22:33:24 +00:00

Some checks are pending
CI / setup (check) (push) Waiting to run
CI / setup (esp32) (push) Waiting to run
CI / setup (esp32c3) (push) Waiting to run
CI / setup (esp32c6) (push) Waiting to run
CI / setup (esp32s3) (push) Waiting to run
CI / setup (nrf52840) (push) Waiting to run
CI / setup (rp2040) (push) Waiting to run
CI / setup (stm32) (push) Waiting to run
CI / check (push) Blocked by required conditions
CI / build-esp32 (push) Blocked by required conditions
CI / build-esp32-s3 (push) Blocked by required conditions
CI / build-esp32-c3 (push) Blocked by required conditions
CI / build-esp32-c6 (push) Blocked by required conditions
CI / build-nrf52 (push) Blocked by required conditions
CI / build-rpi2040 (push) Blocked by required conditions
CI / build-stm32 (push) Blocked by required conditions
CI / build-debian-src (push) Waiting to run
CI / package-pio-deps-native (push) Waiting to run
CI / test-native (push) Waiting to run
CI / docker-debian-amd64 (push) Waiting to run
CI / docker-alpine-amd64 (push) Waiting to run
CI / docker-debian-arm64 (push) Waiting to run
CI / docker-debian-armv7 (push) Waiting to run
CI / after-checks (push) Blocked by required conditions
CI / gather-artifacts (esp32) (push) Blocked by required conditions
CI / gather-artifacts (esp32c3) (push) Blocked by required conditions
CI / gather-artifacts (esp32c6) (push) Blocked by required conditions
CI / gather-artifacts (esp32s3) (push) Blocked by required conditions
CI / gather-artifacts (nrf52840) (push) Blocked by required conditions
CI / gather-artifacts (rp2040) (push) Blocked by required conditions
CI / gather-artifacts (stm32) (push) Blocked by required conditions
CI / release-artifacts (push) Blocked by required conditions
CI / release-firmware (esp32) (push) Blocked by required conditions
CI / release-firmware (esp32c3) (push) Blocked by required conditions
CI / release-firmware (esp32c6) (push) Blocked by required conditions
CI / release-firmware (esp32s3) (push) Blocked by required conditions
CI / release-firmware (nrf52840) (push) Blocked by required conditions
CI / release-firmware (rp2040) (push) Blocked by required conditions
CI / release-firmware (stm32) (push) Blocked by required conditions
Flawfinder Scan / Flawfinder (push) Waiting to run
* Add support for MeshLink * Updated, enabled watchdog and added button definition * added eink variant and removed some compile errors * Small board json file edit * Finally got trunk working (somehow?), this is just cleanup with trunk fmt * Various improvements and cleanup. Removed the use of PIN_3V3_En and defined a specific WD_EN pin instead for better clarity. Will do a bit more testing asap to make sure everything still works as intended :) * Enable on-board QSPI Flash * run trunk fmt with clang-format --------- Co-authored-by: Ben Meadors <benmmeadors@gmail.com> Co-authored-by: Thomas Göttgens <tgoettgens@gmail.com> Co-authored-by: Austin <vidplace7@gmail.com>
53 lines
1.2 KiB
JSON
53 lines
1.2 KiB
JSON
{
|
|
"build": {
|
|
"arduino": {
|
|
"ldscript": "nrf52840_s140_v6.ld"
|
|
},
|
|
"core": "nRF5",
|
|
"cpu": "cortex-m4",
|
|
"extra_flags": "-DMESHLINK -DNRF52840_XXAA",
|
|
"f_cpu": "64000000L",
|
|
"hwids": [
|
|
["0x239A", "0x00B3"],
|
|
["0x239A", "0x8029"],
|
|
["0x239A", "0x0029"],
|
|
["0x239A", "0x002A"],
|
|
["0x239A", "0x802A"]
|
|
],
|
|
"usb_product": "MeshLink",
|
|
"mcu": "nrf52840",
|
|
"variant": "meshlink",
|
|
"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",
|
|
"svd_path": "nrf52840.svd"
|
|
},
|
|
"frameworks": ["arduino"],
|
|
"name": "MeshLink",
|
|
"upload": {
|
|
"maximum_ram_size": 248832,
|
|
"maximum_size": 815104,
|
|
"speed": 115200,
|
|
"protocol": "nrfutil",
|
|
"protocols": ["nrfutil", "jlink", "nrfjprog", "stlink"],
|
|
"use_1200bps_touch": true,
|
|
"require_upload_port": true,
|
|
"wait_for_upload_port": true
|
|
},
|
|
"url": "https://www.loraitalia.it",
|
|
"vendor": "LoraItalia"
|
|
}
|