mac-rom-simm-programmer/hal/m258ke
Doug Brown df5c50ffee Add GPIO driver
Provide the basic functionality for setting direction, turning on and
off, toggling, reading inputs, and enabling/disabling pullups.

This chip also provides pulldowns, so in the future I will also
implement pulldown control so we can detect shorts to 5V.
2023-09-10 05:02:44 -07:00
..
nuvoton Include usbd.h 2023-09-10 05:02:44 -07:00
descriptors.c Add USB CDC serial port code 2023-09-10 05:02:44 -07:00
gpio_hw.h Add GPIO driver 2023-09-10 05:02:44 -07:00
gpio.c Add GPIO driver 2023-09-10 05:02:44 -07:00
spi_private.h Implement stubbed-out SPI driver 2023-09-10 05:02:44 -07:00
spi.c Implement stubbed-out SPI driver 2023-09-10 05:02:44 -07:00
usbcdc_hw.h Add USB CDC serial port code 2023-09-10 05:02:44 -07:00
usbcdc.c Add USB CDC serial port code 2023-09-10 05:02:44 -07:00