| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
allow board to define CROSS_COMPILE (default to arm gcc)
|
|
|
|
make it easier to duplicate bsp
|
|
During development, the ROM address was at offset 0x2001a000
(due to the fact that the test program was located immediately
following the bitstream).
In normal Fomus, the ROM address is at offset 0x20040000, in order
to take into account additional bitstreams and bootloaders.
Correct the address to the offset in order to get examples working
with existing Fomus.
Signed-off-by: Sean Cross <[email protected]>
|
|
current board that doesn work with flto is spresense and mimxrt10xx (due
to xip image_vector_table is optimized out).
|
|
When compiled without usb support, we don't want to call the USB ISR.
Signed-off-by: Sean Cross <[email protected]>
|
|
These functions are unused in the current implementation.
Signed-off-by: Sean Cross <[email protected]>
|
|
While Fomu is produced by Foosn, the actual name of the hardware
block is `valentyusb`. Rename the module to match that.
Signed-off-by: Sean Cross <[email protected]>
|
|
Signed-off-by: Sean Cross <[email protected]>
|
|
Signed-off-by: Sean Cross <[email protected]>
|
|
The Fomu bitstream now includes a `USB_NEXT_EV` register to
indicate which is the next logical event to process. Add this
register to the CSR definition.
Signed-off-by: Sean Cross <[email protected]>
|
|
Signed-off-by: Sean Cross <[email protected]>
|
|
Signed-off-by: Sean Cross <[email protected]>
|
|
The end of the data section was overlapping the start of the bss.
Signed-off-by: Sean Cross <[email protected]>
|
|
Signed-off-by: Sean Cross <[email protected]>
|