* 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>
66 lines
2.9 KiB
Markdown
66 lines
2.9 KiB
Markdown
* [Home](README.md)
|
|
* [😊 Getting started](docs/getting-started/README.md)
|
|
* [➡️ Info on accessing GPIOs](docs/getting-started/gpio.md)
|
|
* [](SUMMARY.md)
|
|
* [📺 Cloudcutter & ESPHome video guide](https://www.youtube.com/watch?v=sSj8f-HCHQ0)
|
|
* [💡 ESPHome setup guide](docs/projects/esphome.md)
|
|
* [🛖 ESPHome Hassio Add-On](https://github.com/libretiny-eu/esphome-hass-addon/pkgs/container/libretiny-esphome-hassio)
|
|
* [](SUMMARY.md)
|
|
* [📲 Flashing/dumping guide](docs/flashing/)
|
|
* [🔌 How to flash/enter download mode?](docs/platform/)
|
|
* [](SUMMARY.md)
|
|
* [💻 Chips, boards, features](docs/status/supported.md)
|
|
* [All boards](boards/)
|
|
* [](SUMMARY.md)
|
|
* 🍪 Chip family docs & info
|
|
* [Beken BK72xx](docs/platform/beken-72xx/README.md)
|
|
* [Finding encryption keys](docs/platform/beken-72xx/keys.md)
|
|
* [Realtek Ameba - info](docs/platform/realtek-amb/README.md)
|
|
* [Realtek AmebaZ](docs/platform/realtek-ambz/README.md)
|
|
* [Debugging](docs/platform/realtek-ambz/debugging.md)
|
|
* [Exception decoder](docs/platform/realtek-ambz/exception-decoder.md)
|
|
* [Lightning LN882x](docs/platform/lightning-ln882x/README.md)
|
|
* [🔧 LT Configuration](docs/dev/config.md)
|
|
* 🧑 Programmer's manual
|
|
* [⚠️ Migration guide](docs/dev/migration_v1.0.0.md)
|
|
* [🔋 PlatformIO Examples](examples/)
|
|
* [📖 LibreTiny API](docs/dev/lt-api.md)
|
|
* [C API](ltapi/dir_c7e317b16142bccc961a83c0babf0065.md)
|
|
* [C++ API](ltapi/dir_930634efd5dc4a957bbb6e685a3ccda1.md)
|
|
* 📚 Arduino Libraries
|
|
* [SoftwareSerial](ltapi/class_software_serial.md)
|
|
* [WiFi](ltapi/class_wi_fi_class.md)
|
|
* [](SUMMARY.md)
|
|
* [Flash](ltapi/class_flash_class.md)
|
|
* [IPv6Address](ltapi/classarduino_1_1_i_pv6_address.md)
|
|
* [MD5](ltapi/libraries_2common_2_m_d5_2_m_d5_8h.md)
|
|
* [mDNS](ltapi/classm_d_n_s.md)
|
|
* [Update](ltapi/class_update_class.md)
|
|
* [WiFiClient](ltapi/class_i_wi_fi_client.md)
|
|
* [WiFiClientSecure](ltapi/class_i_wi_fi_client_secure.md)
|
|
* [WiFiServer](ltapi/class_i_wi_fi_server.md)
|
|
* [WiFiUDP](ltapi/class_i_wi_fi_u_d_p.md)
|
|
* [](SUMMARY.md)
|
|
* [HTTPClient](ltapi/class_h_t_t_p_client.md)
|
|
* [StreamString](ltapi/class_stream_string.md)
|
|
* [WebServer](ltapi/class_web_server.md)
|
|
* [WiFiMulti](ltapi/class_wi_fi_multi.md)
|
|
* [](SUMMARY.md)
|
|
* [External compatible libraries](docs/dev/libs-3rd-party.md)
|
|
* Full documentation
|
|
* [Classes](ltapi/classes.md)
|
|
* [Functions](ltapi/functions.md)
|
|
* [Macros](ltapi/macros.md)
|
|
* [File list](ltapi/files.md)
|
|
* 👷 Contributor's manual (WIP)
|
|
* [Porting new families](docs/contrib/porting.md)
|
|
* [API functions guide](docs/contrib/lt-api.md)
|
|
* [C standard library](docs/contrib/stdlib.md)
|
|
* [📁 Project structure](docs/contrib/project-structure.md)
|
|
* [✈️ OTA format](docs/contrib/ota/README.md)
|
|
* [uf2ota.py tool](docs/contrib/ota/uf2ota.md)
|
|
* [uf2ota.h library](docs/contrib/ota/library.md)
|
|
* [📓 TODO](docs/TODO.md)
|
|
* [](SUMMARY.md)
|
|
* [🔗 Resources](docs/resources/)
|