* 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>
87 lines
989 B
JSON
87 lines
989 B
JSON
{
|
|
"pcb": {
|
|
"templates": [
|
|
"tuya2",
|
|
"pcb-blue-light",
|
|
"rf-type1"
|
|
],
|
|
"scale": 10.5,
|
|
"pinout_hidden": "I2S,TRIG,WAKE,CTS,RTS,SD,SPI,I2C",
|
|
"pinout": {
|
|
"1": {
|
|
"PWR": 3.3
|
|
},
|
|
"2": {
|
|
"IC": 15,
|
|
"ARD": "D0"
|
|
},
|
|
"3": {
|
|
"GND": null
|
|
},
|
|
"4": {
|
|
"IC": 23,
|
|
"ARD": "D1"
|
|
},
|
|
"5": {
|
|
"IC": 11,
|
|
"ARD": "D2"
|
|
},
|
|
"6": {
|
|
"IC": 21,
|
|
"ARD": "D3"
|
|
},
|
|
"7": {
|
|
"IC": 10,
|
|
"ARD": "D4"
|
|
},
|
|
"8": {
|
|
"IC": 8,
|
|
"ARD": [
|
|
"D5",
|
|
"A0"
|
|
]
|
|
},
|
|
"9": {
|
|
"IC": 24,
|
|
"ARD": [
|
|
"D6",
|
|
"A1"
|
|
]
|
|
},
|
|
"10": {
|
|
"IC": 7
|
|
},
|
|
"11": {
|
|
"IC": 22,
|
|
"ARD": "D7"
|
|
},
|
|
"TA9": {
|
|
"IC": 17,
|
|
"ARD": "D8"
|
|
},
|
|
"TGND": {
|
|
"GND": null
|
|
},
|
|
"TRX1": {
|
|
"IC": 29,
|
|
"ARD": "D9"
|
|
},
|
|
"TTX1": {
|
|
"IC": 30,
|
|
"ARD": "D10"
|
|
},
|
|
"TSCLK": {
|
|
"IC": 13,
|
|
"ARD": "D11"
|
|
},
|
|
"TSWD": {
|
|
"IC": 9,
|
|
"ARD": [
|
|
"D12",
|
|
"A2"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|