Add timer1 on pi4 for blinky

this get usb irq triggered even without ISB() in previous commit
This commit is contained in:
hathach
2021-11-04 12:31:16 +07:00
parent b51d038b65
commit 4a8ac71711
3 changed files with 30 additions and 55 deletions
+1 -1
View File
@@ -48,4 +48,4 @@ $(BUILD)/kernel8.img: $(BUILD)/$(PROJECT).elf
# Copy to kernel to netboot drive or SD card
# Change destinaation to fit your need
flash: $(BUILD)/kernel8.img
@$(CP) $< /home/$(USER)/Documents/code/pi4_tinyusb/boot_cpy
$(CP) $< /home/$(USER)/Documents/code/pi4_tinyusb/boot_cpy