lamauny
69e7e2debe
[lightning-ln882h] Add support for Lightning LN882H family ( #312 )
...
* 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 >
2025-03-25 17:26:53 +01:00
Kuba Szczodrzyński
03c723c73d
[docs] Add draft Beken key extraction docs
2024-01-06 19:20:03 +01:00
Kuba Szczodrzyński
ef6dd35977
[docs] Rewrite flashing guides
2023-08-17 17:17:10 +02:00
Sonic-Amiga
6169f68119
[realtek-ambz] Improve flashing guide, add test pads for WR2 board ( #147 )
...
* platform/realtek-ambz: Improve flashing guide
Known USB adapter compatibility issues. Emphasize, so that the paragraph is
easier to notice.
Signed-off-by: Pavel Fedin <pavel_fedin@mail.ru >
* base/wr2: Add UART2 test pads to the WR2 diagram
The module has UART2, necessary for flashing, only on test pads. Document this.
Signed-off-by: Pavel Fedin <pavel_fedin@mail.ru >
* Move test pads to separate files, update variants
* Update wiring guide
---------
Signed-off-by: Pavel Fedin <pavel_fedin@mail.ru >
Co-authored-by: Kuba Szczodrzyński <kuba@szczodrzynski.pl >
2023-07-11 11:46:36 +02:00
Kuba Szczodrzyński
dbc905dca3
[core] Rename project to LibreTiny
2023-04-27 23:30:46 +02:00
Kuba Szczodrzyński
461e4c6df0
[core] Prepare for project name change
2023-04-24 11:35:39 +02:00
Kuba Szczodrzyński
1ba6834391
[docs] Update configuration docs
2023-04-11 20:11:42 +02:00
Kuba Szczodrzyński
dfcb36361e
[docs] Refactor & update API documentation
2023-03-11 21:58:43 +01:00
Kuba Szczodrzyński
1e11dd776a
[docs] Move resources to chip family docs
2023-01-18 17:56:09 +01:00
Kuba Szczodrzyński
7ac2d854f2
[docs] Move tools docs to a subdirectory
2023-01-18 14:59:36 +01:00
Kuba Szczodrzyński
279c81e431
[docs] Update code block styles
2023-01-18 14:02:12 +01:00
Kuba Szczodrzyński
277402f577
[docs] Update chip flashing guides, fix mkdocs building
2023-01-17 22:33:57 +01:00
Kuba Szczodrzyński
9e95c507b1
[docs] Refactor docs structure, add project upload guides
2023-01-17 18:56:15 +01:00
Kuba Szczodrzyński
b8eee999e2
[docs] Add remaining config options, add warning about latest version
2022-09-15 11:47:25 +02:00
Kuba Szczodrzyński
db5bf4fc46
[docs] Add dumping instructions
2022-09-10 18:24:10 +02:00
Kuba Szczodrzyński
9416e45a75
[docs] Restructure documentation, clarify some parts
2022-07-31 13:05:24 +02:00
Kuba Szczodrzyński
b6008fc9bb
[docs] Add family flashing guides
2022-07-11 12:03:28 +02:00
Kuba Szczodrzyński
191a2bdd2a
[docs] Add debugging info for RPi 4, fix GPIO numbers
2022-06-14 11:43:07 +02:00
Kuba Szczodrzyński
85b5b1df91
[beken-72xx] Add base BK7231 support config
2022-06-13 16:58:46 +02:00
Kuba Szczodrzyński
12aa7fef04
[docs] Move sections from README to docs, add uf2families.json
2022-05-31 11:54:05 +02:00
Kuba Szczodrzyński
61554e6c7e
[realtek-ambz] Describe C library functions
2022-05-06 15:42:27 +02:00
Kuba Szczodrzyński
4b6e3956d6
[realtek-ambz] Implement SSL client, cleanup compilation
2022-05-05 21:25:19 +02:00
Kuba Szczodrzyński
770a7bc4fa
[core] Fix GDB init commands
2022-04-30 19:03:02 +02:00
Kuba Szczodrzyński
b58ea46c22
[docs] Fix debugging.md case
2022-04-29 23:19:42 +02:00
Kuba Szczodrzyński
470eb64051
[docs] Migrate to mkdocs
2022-04-29 23:16:32 +02:00
Kuba Szczodrzyński
7efc097b1f
[docs] Add Realtek debugging info
2022-04-29 16:10:37 +02:00