Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Print MCU fill as well as section size | David Phillips | 2021-02-08 |
| | |||
* | Print cross ELF section size on make | David Phillips | 2021-02-08 |
| | |||
* | Add basic unit testing for util.c | David Phillips | 2021-02-08 |
| | |||
* | Add documentation to Makefile | David Phillips | 2021-02-08 |
| | |||
* | Use float-enabled printf implementation | David Phillips | 2020-12-20 |
| | | | | | I hadn't realised there is a float-enabled printf implementation in AVR libc, so let's use that instead of our own hack. | ||
* | Remove unneeded variables | David Phillips | 2020-12-13 |
| | |||
* | Set a 2 second watchdog timer | David Phillips | 2020-12-13 |
| | |||
* | Initial prototype | David Phillips | 2020-12-13 |
This patch adds a skeleton of AVR code for a "simulator" target (atmega2560) and for the real intended hardware target (atmega32u4). The simulator target is one that is supported by the QEMU AVR emulator, while the 32u4 is currently not. |