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 Dev make cleanup (#2842) 2019-07-23 18:47:18 +03:00
common.c Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
common.h source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
cpu_esp8266.h Evict c_types.h, tidy up a other c_prefixes. (#2841) 2019-07-23 14:22:38 +10:00
cpu_esp8266_irq.h More LED fixes (#3368) 2021-01-10 17:19:10 +00:00
flash_api.c Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
flash_api.h SDK 3.0 release (#2692) 2019-04-05 16:01:45 +01:00
hw_timer.c Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
hw_timer.h Add pwm2 module (#2747) 2019-05-25 22:08:13 +02:00
pin_map.c Add support of counting of interrupts (#2149) 2017-12-17 21:42:54 +01:00
pin_map.h Evict c_types.h, tidy up a other c_prefixes. (#2841) 2019-07-23 14:22:38 +10:00
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 Rebased against current dev 2020-06-09 22:26:06 +02:00
sdcard.h Evict c_types.h, tidy up a other c_prefixes. (#2841) 2019-07-23 14:22:38 +10:00
u8x8_nodemcu_hal.c Rebased against current dev, tweaks for clean compile 2020-06-09 22:26:06 +02:00
u8x8_nodemcu_hal.h Update u8g2 to v2.25.10 (#2735) 2019-04-28 15:45:04 +02:00
ucg_nodemcu_hal.c Rebased against current dev, tweaks for clean compile 2020-06-09 22:26:06 +02:00
ucg_nodemcu_hal.h Submodulify ucg and update to v1.5.2 (#2503) 2018-10-19 21:18:50 +01:00
vfs.c Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
vfs.h Lua 5.1 to 5.3 realignement phase 1 2020-06-09 22:26:06 +02:00
vfs_int.h Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00