mac-rom-simm-programmer/hal/m258ke
Doug Brown d14ca13dd8 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-09-10 05:02:44 -07:00
..
nuvoton Include usbd.h 2023-09-10 05:02:44 -07:00
board_hw.h Implement M258KE board functions 2023-09-10 05:02:44 -07:00
board.c Disable watchdog timer when the firmware boots 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
hardware.h Enable timer, use for delay functions 2023-09-10 05:02:44 -07:00
parallel_bus.c Add implementation of ParallelBus for M258KE 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