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
|
0f5d0a8889
|
[platform] Install ltchiptool in separate virtual environment (#166)
* [platform] Install ltchiptool in separate virtual environment
* [platform] Fix f-string syntax, set LibreTiny path in ltchiptool
* [platform] Fix venv site-packages path
* [platform] Fix installing pip without ensurepip
* [platform] Install binary dependencies only
|
2023-09-10 19:23:27 +02:00 |
|
Kuba Szczodrzyński
|
0e84e08a18
|
[core] Support adding custom board JSON, pass it to ltchiptool
|
2023-03-25 20:10:15 +01:00 |
|
Kuba Szczodrzyński
|
4c1ab20ba4
|
[core] Allow specifying custom library options
|
2023-03-23 22:49:48 +01:00 |
|
Kuba Szczodrzyński
|
65cf460691
|
[core] Migrate to UF2 OTA format version 2
|
2023-03-09 11:46:40 +01:00 |
|
Kuba Szczodrzyński
|
72ab64461c
|
[builder] Add library queue to manage cloned environments
|
2023-03-04 11:10:05 +01:00 |
|
Kuba Szczodrzyński
|
3413d70210
|
[core] Update PIO builders to new structure
|
2023-03-04 11:05:56 +01:00 |
|
Kuba Szczodrzyński
|
d036ac9fba
|
[core] Migrate to ltchiptool v2.0.0
|
2022-12-30 15:51:32 +01:00 |
|
Kuba Szczodrzyński
|
1172c1a852
|
[realtek-ambz] Update lwIP to v2.1.3
|
2022-11-26 15:32:33 +01:00 |
|
Kuba Szczodrzyński
|
24e4b0b376
|
[builder] Use ranlib from the toolchain
|
2022-09-15 12:16:22 +02:00 |
|
Kuba Szczodrzyński
|
accf37de39
|
[core] Specify toolchain prefix in board.json
|
2022-06-26 16:04:49 +02:00 |
|
Kuba Szczodrzyński
|
b4005d8bad
|
[realtek-ambz] Standardize all stdio output with printf library
|
2022-06-19 23:30:40 +02:00 |
|
Kuba Szczodrzyński
|
540e499389
|
[beken-72xx] Implement SDK binary building
|
2022-06-14 15:39:28 +02:00 |
|
Kuba Szczodrzyński
|
c3e2c105d4
|
[core] Build with properties from Family object
|
2022-06-12 12:49:04 +02:00 |
|
Kuba Szczodrzyński
|
bdffa7ef53
|
[core] Add UF2-based uploader
|
2022-06-02 23:05:35 +02:00 |
|
Kuba Szczodrzyński
|
50f26f546c
|
[core] Use term "family" instead of "platform"
|
2022-06-02 22:22:19 +02:00 |
|
Kuba Szczodrzyński
|
9c7ea46ec3
|
[core] Build UF2 OTA image after linking
|
2022-06-02 22:21:51 +02:00 |
|
Kuba Szczodrzyński
|
4b050e11cf
|
[core] Add dynamic FAL_PART_TABLE generation
|
2022-05-27 15:29:21 +02:00 |
|
Kuba Szczodrzyński
|
9a3c077ef1
|
[core] Add FlashDB KVS library
|
2022-05-24 17:43:30 +02:00 |
|
Kuba Szczodrzyński
|
1dc47878d4
|
[core] Allow using external framework parts
|
2022-05-18 20:57:09 +02:00 |
|
Kuba Szczodrzyński
|
783955cc5d
|
[core] Refactor build system, cleanup unused files
|
2022-05-04 21:45:30 +02:00 |
|
Kuba Szczodrzyński
|
c7a90c0ec7
|
[core] Include board name in banner, fix version
|
2022-04-29 16:37:58 +02:00 |
|
Kuba Szczodrzyński
|
db5c99cfea
|
[core] Add logger utility
|
2022-04-28 17:10:24 +02:00 |
|
Kuba Szczodrzyński
|
3bfd204909
|
[realtek-ambz] Add UART upload configuration
|
2022-04-27 18:11:20 +02:00 |
|
Kuba Szczodrzyński
|
59374c33d3
|
[realtek-ambz] Add basic debugger support
|
2022-04-27 16:47:53 +02:00 |
|
Kuba Szczodrzyński
|
a4eabf863e
|
[core] Specify flash layout in board.json
|
2022-04-24 17:48:11 +02:00 |
|
Kuba Szczodrzyński
|
85880c1ce9
|
Update project structure
|
2022-04-22 19:36:23 +02:00 |
|
Kuba Szczodrzyński
|
f57a6f9cde
|
Initial commit
|
2022-04-20 19:13:38 +02:00 |
|