circuitpython/ports/esp32s2/common-hal
Jeff Epler 1bc770c3dc esp32s2: PulseIn: Fix supervisor tick enabling
Before, there were two problems:
 * Even if a pulsein was never constructed, supervisor_disable_tick
   would occur during restart.  This could cancel out a supervisor_enable_tick
   from someplace else, with unexpected results.
 * If two or more pulseins were constructed, each one would enable ticks,
   but only the last one deinited (or the reset routine) would disable,
   leaving ticks running indefinitely.

In my testing, it seemed that this led to the board sometimes stopping when
it should have auto-reloaded.
2020-11-17 17:45:41 -06:00
..
analogio Merge branch 'esp32-analogin' into esp32-analogout 2020-10-08 12:42:00 -04:00
board Initial ESP32S2 port. 2020-05-15 15:36:16 -07:00
busio Fix ESP32-S2 SPI when DMA is sometimes used 2020-10-26 16:59:59 -07:00
canio esp32s2: canio: respond to review comments 2020-10-26 19:18:37 -05:00
countio update peripherals_pcnt_init() 2020-11-06 01:42:20 +05:30
digitalio change idf to espressif 2020-10-08 00:52:00 +07:00
displayio Add board.DISPLAY to MagTag. Fix luma computation 2020-11-13 18:57:52 -08:00
microcontroller watchdog implementation for esp32s2 2020-11-10 16:32:46 +05:30
neopixel_write Add GPIO reset to end of neopixel-write 2020-11-02 17:15:19 -05:00
os Add random to ESP32-S2, fix it on STM32 2020-08-25 14:00:29 -04:00
pulseio esp32s2: PulseIn: Fix supervisor tick enabling 2020-11-17 17:45:41 -06:00
pwmio Change submodule, rework all includes 2020-09-30 11:26:07 -04:00
rotaryio Update rotaryio implementation 2020-11-08 11:12:32 +05:30
rtc Change submodule, rework all includes 2020-09-30 11:26:07 -04:00
socketpool reduce connection footprint and fix recv 2020-11-02 16:44:55 -08:00
ssl Change submodule, rework all includes 2020-09-30 11:26:07 -04:00
supervisor Fix up end of file and trailing whitespace. 2020-06-03 10:56:35 +01:00
time Initial ESP32S2 port. 2020-05-15 15:36:16 -07:00
touchio Update license 2020-11-08 11:18:05 +05:30
watchdog Add watchdog mode raise 2020-11-14 11:41:14 +05:30
wifi Merge pull request #3689 from jepler/issue-3688 2020-11-17 13:26:43 -08:00