tinygo/tools
Ayke van Laethem 5bace979ea avr: use the correct RAM start address
Previously, the RAM was set to start at address 0. This is incorrect: on
AVR, the first few addresses are taken up by memory-mapped I/O. The
reason this didn't lead to problems (yet) was because the stack was
usually big enough to avoid real problems.
2020-03-17 14:46:56 +01:00
..
gen-device-avr avr: use the correct RAM start address 2020-03-17 14:46:56 +01:00
gen-device-svd runtime/fe310: add support for PLIC interrupts 2020-01-27 19:58:39 +01:00