9 Commits

Author SHA1 Message Date
Gordon Williams
2bdf05f910 ESP32: Remove FlashFS, adjust partitions to increase available Storage from 256kB to 896kB 2025-04-02 10:39:00 +01:00
Gordon Williams
d2cbb39e4e S3 pin qty 2025-03-20 09:59:29 +00:00
Gordon Williams
dd1cf3e231 Update ESP32 pins as per https://github.com/orgs/espruino/discussions/7702 2025-03-14 08:54:33 +00:00
Gordon Williams
b84efeca3e Change ioBuffer FIFO from 4 byte blocks to variable length blocks. Far more efficient for USB/BLE/other block data 2025-02-26 16:22:58 +00:00
Simon Andrews
bdfb4a4fbb Testing Action Builds for #2601 fix 2025-01-28 14:39:16 +00:00
Gordon Williams
3c11580f1e Adding better declarations for ESP32 peripherals (at minimum allows us to make nicer docs pages, maybe good for https://github.com/espruino/Espruino/issues/2589)
fix default pin for ESP32 SPI2
2025-01-06 14:56:52 +00:00
Gordon Williams
af38afd77b ensure we do releases for C3+S3, and re-enable USB CDC comms on S3 build 2024-12-13 15:17:57 +00:00
rgomezwap
d6d9fa9a65 Adding Bluetooth and Neopixel
I’ve made the necessary changes to enable Bluetooth and Neopixel. Now the firmware is with all the features. It remains to test it well.
2024-08-18 21:39:07 +02:00
rgomezwap
496ba4ae61 Adding the BUILD configuration for ESP32 S3
Changes in files and new files added so that the build system accepts :

BOARD=ESP32S3_IDF4 RELEASE=1 make
2024-08-16 16:02:32 +02:00