* Add Lilygo T-Impulse-Plus
* Enable small screen layout 64x32
* trunk'd
* Haptic Feedback (short and long press)
* enable Charging Indicator
* enable nrfutil uploads
* trunk fmt
* Add Lilygo T-Impulse-Plus
* Enable small screen layout 64x32
* trunk'd
* Haptic Feedback (short and long press)
* enable Charging Indicator
* enable nrfutil uploads
* trunk fmt
* enable proper device model
* Dim the haptic duration a bit.
* Fix GPS pins and speed. Module enable is active low, speed is 38400
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* set correct geometry.
* Add custom_meshtastic_* metadata to t-impulse-plus platformio.ini
---------
Co-authored-by: Thomas Göttgens <tgoettgens@gmail.com>
Co-authored-by: Ben Meadors <benmmeadors@gmail.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
(cherry picked from commit cb867cc6c8)
54 lines
1.2 KiB
JSON
54 lines
1.2 KiB
JSON
{
|
|
"build": {
|
|
"arduino": {
|
|
"ldscript": "nrf52840_s140_v6.ld"
|
|
},
|
|
"core": "nRF5",
|
|
"cpu": "cortex-m4",
|
|
"extra_flags": "-DARDUINO_NRF52840_T_IMPULSE_PLUS -DNRF52840_XXAA",
|
|
"f_cpu": "64000000L",
|
|
"hwids": [["0x239A", "0x8029"]],
|
|
"usb_product": "T-Impulse-Plus-nRF52840",
|
|
"mcu": "nrf52840",
|
|
"variant": "t-impulse-plus",
|
|
"variants_dir": "variants",
|
|
"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"
|
|
},
|
|
"frameworks": ["arduino"],
|
|
"name": "Lilygo T-Impulse-Plus-nRF52840",
|
|
"upload": {
|
|
"maximum_ram_size": 248832,
|
|
"maximum_size": 815104,
|
|
"require_upload_port": true,
|
|
"speed": 115200,
|
|
"protocol": "nrfutil",
|
|
"protocols": [
|
|
"jlink",
|
|
"nrfjprog",
|
|
"nrfutil",
|
|
"stlink",
|
|
"cmsis-dap",
|
|
"blackmagic"
|
|
]
|
|
},
|
|
"url": "https://www.lilygo.cc/",
|
|
"vendor": "Lilygo"
|
|
}
|