Commit Graph

5 Commits

Author SHA1 Message Date
NonPIayerCharacter
532a90313c TR6260 support (#1446)
* TR6260 initial

* fix gh-actions

* various fixes/features

* wifi fast connect fix

* fix gpio, add i2c

* move config to obk
2024-12-12 18:55:26 +01:00
NonPIayerCharacter
c50515603a ESP32 support (#1344)
* esp-idf

* fix, add s2, s3

* fix + ci

* fix naming

* ota

* adc

* reboot reason

* wdt + uart

* dht + ds1820

* fix esp32

* pwm

* uart hack

* fix build

* charts

* increase stack size

* tests

* fix timer

* optimize

* further c2 optimization

* gpio test, wifi reconnect fix

* gpio test

* Revert ledc freq

* cht83xx, increase inttemp stack size

* fix

* S3 fix, enable sht3x, pwm freq selection

* gpio & i2c fix attempt

* s2 fix

* Update defines for DHT

* Update sdk

---------

Co-authored-by: openshwprojects <85486843+openshwprojects@users.noreply.github.com>
2024-11-06 14:47:22 +01:00
MaxineMuster
968ebc1b09 Make changes to sdk from shell scripts just before start of build (#1381)
* Add possibility to call a shell script to make changes to  sdk just before building the app

* Changes to Makefile

* Changed pre_build.sh to only contain some comments how to use it
2024-10-16 13:10:32 +02:00
MaxineMuster
6e8d6de699 Add drv_charts.c to makefiles of W600, W800 and LN882H (#1363) 2024-09-28 20:17:21 +02:00
MaxineMuster
5c509156e5 Change to let sdk makefile include actual versions from within app repository (#1362)
* Moved "Makefiles" (or large parts) from SDKs to APP git.
This way we can make changes to e.g. include additional source files
without making changes to the SDKs
Added a folder "platforms", with content for LN882H, XR809 and W800
for as far as I know, adding source files will be included by default
with the other platforms

* fix mixed up Makefiles for W800

* Changes for W600
2024-09-28 18:57:37 +02:00