Added back in the jtag bridge

Now talking over the bus instead of using dpram
This commit is contained in:
2026-02-27 17:39:43 +01:00
parent 6f680377db
commit 105dbed8e4
16 changed files with 685 additions and 342 deletions

View File

@@ -26,7 +26,7 @@ static inline void irq_init() {
void timer_isr(){
static int set = 0;
*TIMER = 1840000*4;
*TIMER = 1840000*2;
*LEDGR = ~(*LEDGR);
}
@@ -34,7 +34,7 @@ void main(){
irq_init();
*LEDGR = 3;
*TIMER = 1840000*4;
*TIMER = 1840000*2;
for(;;){
for(int i=1000; i<10000; i++){