Compare commits
No commits in common. "2c74ef7f0378392ed1485e0ed911f1b7f5725631" and "ec4e3ec36d374ae27a7c2b8511883d389ea083ff" have entirely different histories.
2c74ef7f03
...
ec4e3ec36d
@ -33,9 +33,6 @@ static inline void kputc(char c)
|
|||||||
while ((int32_t)(*tx) < 0);
|
while ((int32_t)(*tx) < 0);
|
||||||
*tx = c;
|
*tx = c;
|
||||||
#endif
|
#endif
|
||||||
volatile uint32_t *term = (void *) 0x64003000; // Terminal (32 bit)
|
|
||||||
while ((int32_t)(*term) < 0);
|
|
||||||
*term = c;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
extern void kputs(const char *);
|
extern void kputs(const char *);
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
#define PAYLOAD_SIZE (16 << 11)
|
#define PAYLOAD_SIZE (16 << 11)
|
||||||
|
|
||||||
#define F_CLK 60000000UL
|
#define F_CLK 50000000UL
|
||||||
|
|
||||||
static volatile uint32_t * const spi = (void *)(SPI_CTRL_ADDR);
|
static volatile uint32_t * const spi = (void *)(SPI_CTRL_ADDR);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user