Commit Graph

2006 Commits

Author SHA1 Message Date
Thomas Farstrike 1f72b5adf2 Linux builds: add esp32s3 2026-02-13 19:11:51 +01:00
Thomas Farstrike 180fd0e667 Fix unit tests 2026-02-13 19:10:06 +01:00
Thomas Farstrike 920e51d7e1 Fix build 2026-02-13 17:34:18 +01:00
Thomas Farstrike 749bb78d7c Don't compile adc_mic.c for now 2026-02-13 15:30:24 +01:00
Thomas Farstrike 82b116969f [UNTESTED] rework odroid into generic esp32 target 2026-02-13 15:29:25 +01:00
Thomas Farstrike 8143dd71d7 Merge pull request #35 from jedie/odroid_go
Support ODROID-GO
2026-02-13 13:41:47 +01:00
Thomas Farstrike 588d6edca9 fix showbattery link 2026-02-13 13:29:25 +01:00
JensDiemer a6b010b3e0 Support Hardkernel ODROID-Go
Support for Hardkernel ESP32 device: ODROID-Go (The old one from 2018)

* https://github.com/hardkernel/ODROID-GO/
* https://wiki.odroid.com/odroid_go/odroid_go

What worked:

* Display
* Buttons
* Crossbar
* Wifi
* Battery
* blue LED

TODO:

* Speaker

The blue LED is "coupled" with the button/crossbar press.
2026-02-13 13:06:03 +01:00
Thomas Farstrike 06d64b7ac4 WifiService: less debug output 2026-02-13 11:09:03 +01:00
Thomas Farstrike aa96ca9797 Comments and output 2026-02-13 11:08:47 +01:00
Thomas Farstrike 78b819d396 CHANGELOG 2026-02-13 10:58:58 +01:00
Thomas Farstrike e73664961f Merge branch 'main' of https://github.com/MicroPythonOS/MicroPythonOS 2026-02-13 10:58:23 +01:00
Thomas Farstrike b6d3f0c63d Comments 2026-02-13 10:58:16 +01:00
Thomas Farstrike 9824221374 adc_mic works but brittle 2026-02-12 22:49:19 +01:00
Thomas Farstrike 887e24dac3 samples are being read but board crashes 2026-02-12 22:01:40 +01:00
Thomas Farstrike 07f7c43fa4 Work on adc_mic.c
I get values, but they are all 16380 (0x3FFC).
2026-02-12 21:23:15 +01:00
Thomas Farstrike e8a4682486 Add debug logging 2026-02-12 18:39:52 +01:00
Thomas Farstrike 11d3ce1f10 Fix compilation 2026-02-12 17:30:05 +01:00
Thomas Farstrike 4ee02fbbc8 Add experimental adc_mic.c 2026-02-12 16:27:21 +01:00
Thomas Farstrike 6b17495c53 Merge pull request #36 from jedie/gitignore
Use a dot-whitelist
2026-02-12 14:23:00 +01:00
JensDiemer 95cb228001 Use a dot-whitelist
I use PyCharm. So there is the .idea directory to exclude. But exclude every variant of these are
boring. So i use this idea: Exclude all dot stuff and include the needed one.
2026-02-12 12:46:12 +01:00
Thomas Farstrike a4e167d0e6 Fix OSUpdate 2026-02-11 23:20:23 +01:00
Thomas Farstrike 290696f3e9 Update CHANGELOG 2026-02-11 23:03:36 +01:00
Thomas Farstrike dd38d1d31e Workaround exception handling bug 2026-02-11 22:59:31 +01:00
Thomas Farstrike f9b200584a CameraManager: only apply values that are set 2026-02-11 22:40:24 +01:00