circuitpython/ports/raspberrypi/common-hal/microcontroller
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.c pico w: Disentangle "TOTAL_GPIO_COUNT", it's complicated 2022-10-19 21:09:50 -05:00
Pin.h Add CYW43 guards to more things 2022-09-28 14:38:12 -05:00
Processor.c Additional missing-prototypes fixes 2021-11-10 10:55:53 -06:00
Processor.h Update to the very latest SDK w/GP15 restore 2021-02-05 18:44:06 -08:00
__init__.c pico w: Disentangle "TOTAL_GPIO_COUNT", it's complicated 2022-10-19 21:09:50 -05:00
__init__.h pico w: Disentangle "TOTAL_GPIO_COUNT", it's complicated 2022-10-19 21:09:50 -05:00