circuitpython/ports/raspberrypi/common-hal/alarm
Jeff Epler 576a1ac700
pico w: Disentangle "TOTAL_GPIO_COUNT", it's complicated
You might wonder how this fixes a problem with PulseIn, when the
changes aren't to any of those files! PulseIn is implemented in terms of
StateMachine, which had some assumptions about the relation between
the index of a pin object in mcu_pin_global_dict_table and its "pin
number". This was true, until some pins were removed from the
microcontroller module on Pico W.

Closes: #7078
2022-10-19 21:09:50 -05:00
..
pin pico w: Disentangle "TOTAL_GPIO_COUNT", it's complicated 2022-10-19 21:09:50 -05:00
time Additional missing-prototypes fixes 2021-11-10 10:55:53 -06:00
touch Implement RP2040 Alarm module 2021-05-27 18:33:29 -04:00
__init__.c picow: Turn off wifi co-processor regulator when entering deep sleep 2022-10-13 20:10:10 -05:00
__init__.h Implement RP2040 Alarm module 2021-05-27 18:33:29 -04:00
SleepMemory.c Additional missing-prototypes fixes 2021-11-10 10:55:53 -06:00
SleepMemory.h Clean up sleep memory, mark as not-implemented 2021-06-20 17:57:51 -04:00