* fix mbedtls bad pointer in function call (prototype mismatch) * fix issue with weak families functions implemented in static library, it will never be linked. fixed by redefining prototypes inside families * [ln882x] add support for lightning ln882x & ln882h families * add i2c (wire) support * add analog (adc) support * add watchdog support * [ln882x] changed default uart 0/1 pins; added board wl2s * [ln882x] fix IRQ & ADC pins * [ln882x] boards cosmetic * [ln882x] wifi sta use otp mac addr by default; re-enabled wifi powersave mode * [ln882x] clang-format clean code * [ln882x] clang-format clean code * Update families.json * Apply suggestions from code review * [ln882x] reformat json board files * [ln882x] os_queue cleanup * [ln882x] removed Beken auto-download command * [ln882x] removed personal script file * [ln882x] removed unusefull pi section in debugging.md * [ln882x] removed Arduino.h and changed private I2C definition * [ln882x] updated README.md * [ln882x] changed pin naming scheme to PA/PB * [ln882x] clean code * [ln882x] clean code * [ln882x] add ota image verification * Update push-dev.yml * [ln882x] fix boards ADC missing inputs] * [ln882x] removed reg_xxx fixup files and use include guards instead * [ln882x] cleanup code * [ln882x] cleanup code * [ln882x] fix lt_init weak functions linking * [ln882x] revert lt_api.h modification, fixed with previous commit * [ln882x] setup UF2 firmware for flasher with partitions * [ln882x] update README.md * [ln882x] include ln_wifi.h and ln_serial.h to avoid including bad headers on case insensitive systems * [ln882x] Replace RingBuffer by SerialRingBuffer * [ln882x] clang-format * [ln882x] update README.md * Apply suggestions from code review * Reformat board JSON files * Add mkdocs link redirect * Update ltchiptool to v4.12.0 --------- Co-authored-by: Kuba Szczodrzyński <kuba@szczodrzynski.pl>
139 lines
3.7 KiB
JSON
139 lines
3.7 KiB
JSON
{
|
|
"name": "libretiny",
|
|
"title": "LibreTiny",
|
|
"description": "PlatformIO development platform for IoT modules",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/libretiny-eu/libretiny.git"
|
|
},
|
|
"version": "1.8.0",
|
|
"frameworks": {
|
|
"base": {
|
|
"title": "Base Framework (SDK only)",
|
|
"script": "builder/frameworks/base.py"
|
|
},
|
|
"arduino": {
|
|
"title": "Arduino Framework",
|
|
"script": "builder/frameworks/arduino.py"
|
|
}
|
|
},
|
|
"packages": {
|
|
"framework-realtek-amb1": {
|
|
"type": "framework",
|
|
"optional": true,
|
|
"version": "https://github.com/libretiny-eu/framework-realtek-amb1#v2022.06.21",
|
|
"version_prefix": true,
|
|
"toolchains": {
|
|
"any": "gccarmnoneeabi@~1.100301.0"
|
|
},
|
|
"libraries": {
|
|
"freertos": "8.1.2",
|
|
"lwip": {
|
|
"1.4.1": "1.4.1-amb1",
|
|
"2.0.0": "2.0.0-amb1",
|
|
"2.1.3": "2.1.3-amb1",
|
|
"default": "2.1.3-amb1"
|
|
}
|
|
}
|
|
},
|
|
"framework-realtek-ambz2": {
|
|
"type": "framework",
|
|
"optional": true,
|
|
"version": "https://github.com/libretiny-eu/framework-realtek-ambz2#v2022.11.17",
|
|
"version_prefix": true,
|
|
"toolchains": {
|
|
"any": "gccarmnoneeabi@~1.100301.0"
|
|
},
|
|
"libraries": {
|
|
"freertos": "10.0.1",
|
|
"lwip": {
|
|
"2.0.3": "2.0.3-ambz2",
|
|
"2.1.3": "2.1.3-ambz2",
|
|
"default": "2.1.3-ambz2"
|
|
}
|
|
}
|
|
},
|
|
"framework-beken-bdk": {
|
|
"type": "framework",
|
|
"optional": true,
|
|
"version": "https://github.com/libretiny-eu/framework-beken-bdk#v2021.06.07",
|
|
"version_prefix": true,
|
|
"toolchains": {
|
|
"any": "gccarmnoneeabi@~1.100301.0"
|
|
},
|
|
"libraries": {
|
|
"freertos": "9.0.0",
|
|
"lwip": {
|
|
"2.0.2": "2.0.2-bdk",
|
|
"2.1.0": "2.1.0-bdk",
|
|
"2.1.3": "2.1.3-bdk",
|
|
"2.2.0": "2.2.0-bdk",
|
|
"default": "2.2.0-bdk"
|
|
}
|
|
}
|
|
},
|
|
"framework-lightning-ln882h": {
|
|
"type": "framework",
|
|
"optional": true,
|
|
"version": "https://github.com/libretiny-eu/framework-lightning-ln882h",
|
|
"version_prefix": true,
|
|
"toolchains": {
|
|
"any": "gccarmnoneeabi@~1.100301.0"
|
|
},
|
|
"libraries": {
|
|
"freertos": "9.0.0",
|
|
"lwip": {
|
|
"2.1.3": "2.1.3-ln882h",
|
|
"default": "2.1.3-ln882h"
|
|
}
|
|
}
|
|
},
|
|
"framework-arduino-api": {
|
|
"type": "framework",
|
|
"optional": true,
|
|
"version": "https://github.com/libretiny-eu/ArduinoCore-API#2022.08.24"
|
|
},
|
|
"library-lwip": {
|
|
"type": "framework",
|
|
"optional": true,
|
|
"base_url": "https://github.com/libretiny-eu/lwip"
|
|
},
|
|
"library-freertos": {
|
|
"type": "framework",
|
|
"optional": true,
|
|
"base_url": "https://github.com/libretiny-eu/library-freertos"
|
|
},
|
|
"library-freertos-port": {
|
|
"type": "framework",
|
|
"version": "https://github.com/libretiny-eu/library-freertos-port#2025.01.18"
|
|
},
|
|
"library-flashdb": {
|
|
"type": "framework",
|
|
"version": "https://github.com/libretiny-eu/library-flashdb#1.2.0"
|
|
},
|
|
"library-printf": {
|
|
"type": "framework",
|
|
"version": "https://github.com/libretiny-eu/library-printf#6.1.0"
|
|
},
|
|
"library-uf2ota": {
|
|
"type": "framework",
|
|
"version": "https://github.com/libretiny-eu/library-uf2ota#5.0.0"
|
|
},
|
|
"toolchain-gccarmnoneeabi": {
|
|
"type": "toolchain",
|
|
"optionalVersions": [
|
|
"~1.40804.0",
|
|
"~1.50401.0",
|
|
"~1.90301.0",
|
|
"~1.100301.0"
|
|
]
|
|
},
|
|
"tool-openocd": {
|
|
"type": "uploader",
|
|
"optional": true,
|
|
"owner": "platformio",
|
|
"version": "~2.1100.0"
|
|
}
|
|
}
|
|
}
|