circuitpython/ports/raspberrypi/common-hal/rp2pio
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
..
StateMachine.c pico w: Disentangle "TOTAL_GPIO_COUNT", it's complicated 2022-10-19 21:09:50 -05:00
StateMachine.h StateMachine: add swap flag 2022-05-06 15:22:43 -05:00
__init__.c Fix several classes of compiler diagnostic & make fatal 2022-09-30 11:19:22 -05:00