mac-rom-simm-programmer/hal/m258ke
Doug Brown 9476de85b4 Disable watchdog timer when the firmware boots
If it gets this far, the firmware is at least sort of running, so the
watchdog has served its purpose of resetting to the bootloader if
there's invalid firmware flashed to the device.
2023-08-26 21:11:18 -07:00
..
nuvoton
board_hw.h Implement M258KE board functions 2023-08-26 21:11:18 -07:00
board.c Disable watchdog timer when the firmware boots 2023-08-26 21:11:18 -07:00
descriptors.c
gpio_hw.h Add GPIO driver 2023-08-26 21:11:18 -07:00
gpio.c Add GPIO driver 2023-08-26 21:11:18 -07:00
hardware.h Enable timer, use for delay functions 2023-08-26 21:11:18 -07:00
parallel_bus.c Add implementation of ParallelBus for M258KE 2023-08-26 21:11:18 -07:00
spi_private.h Implement stubbed-out SPI driver 2023-08-26 21:11:18 -07:00
spi.c Implement stubbed-out SPI driver 2023-08-26 21:11:18 -07:00
usbcdc_hw.h
usbcdc.c