nodemcu-firmware/app/platform
Nathaniel Wesley Filardo 109f500be7
More LED fixes (#3368)
* apa102: remove dead code

We can't store strings of hundreds of thousands of characters in RAM, so
this can't possibly have fired, historically.  Pixbufs are still RAM
objects, so that's still out.  With LFS, it would take a pathological
example to hit the required 400KB TSTRING.

* Add IRQ management functions

* ws2812: fill UART FIFOs with IRQs off

Refactor code to make the use of two fill loops less gross.
2021-01-10 17:19:10 +00:00
..
Makefile
common.c
common.h
cpu_esp8266.h
cpu_esp8266_irq.h More LED fixes (#3368) 2021-01-10 17:19:10 +00:00
flash_api.c
flash_api.h
hw_timer.c
hw_timer.h
pin_map.c
pin_map.h
platform.c Improved startup performance and measurement tools. (#3171) 2020-10-18 20:46:47 +02:00
platform.h Improved startup performance and measurement tools. (#3171) 2020-10-18 20:46:47 +02:00
sdcard.c
sdcard.h
u8x8_nodemcu_hal.c Rebased against current dev, tweaks for clean compile 2020-06-09 22:26:06 +02:00
u8x8_nodemcu_hal.h
ucg_nodemcu_hal.c Rebased against current dev, tweaks for clean compile 2020-06-09 22:26:06 +02:00
ucg_nodemcu_hal.h
vfs.c
vfs.h
vfs_int.h