circuitpython/ports/raspberrypi/boards/raspberry_pi_pico_w
Jeff Epler f882571366
pico w: pins improvements
Closes: #7017

 * Remove the 'GP23' alias for CYW1
 * Remove the 'CYW0' alias for CYW0
 * Switch VBUS_SENSE to CYW2, remove 'GP24' alias

Code that wants to use SMPS_MODE, VBUS_SENSE and LED while being
portable to the W and non-W variants should use those names, not alias
names.

 * Remove A3 / VOLTAGE_MONITOR

Right now this cannot be used. The ability to check the voltage monitor
should be added back in some fashion in the future.
2022-10-07 08:48:36 -05:00
..
board.c better to explain why this file has no useful content 2022-09-28 15:19:06 -05:00
link.ld Fix CIRCUITPY drive offset in flash correctly, accounting for NVM 2022-10-06 12:39:46 -05:00
mpconfigboard.h cyw43 basic gpio support, hwaddr in boot_out 2022-09-28 10:06:33 -05:00
mpconfigboard.mk Fix CIRCUITPY drive offset in flash correctly, accounting for NVM 2022-10-06 12:39:46 -05:00
pico-sdk-configboard.h cyw43 basic gpio support, hwaddr in boot_out 2022-09-28 10:06:33 -05:00
pins.c pico w: pins improvements 2022-10-07 08:48:36 -05:00