|
d787da74bb
|
Add rules to build test binary.
|
2023-03-03 23:22:21 +01:00 |
|
|
f8e09d656d
|
Many changes. Timer works now (using calloc instead of malloc). Adding test framework.
|
2023-03-03 18:17:00 +01:00 |
|
|
10c21c1058
|
Make timer interface work (kind of). We can cyclically call functions now.
|
2023-02-26 15:44:26 +01:00 |
|
|
26d5914b62
|
First compiling FTDI verstion that does nothing except printing some FTDI details (if the hardware is connected)
|
2023-02-22 19:16:46 +01:00 |
|
|
70c5e5ca4b
|
Change frequency of uController because now we use an Arduino.
|
2022-06-28 02:44:15 +02:00 |
|
|
76e89af042
|
Link against printf that allows floating point. Link against math library.
|
2022-05-24 18:59:55 +02:00 |
|
|
9cb9d7f3a8
|
From now on, flash with ISP. Bootloader of Adafruit feather is trash.
|
2022-05-11 22:21:00 +02:00 |
|
|
609deed11e
|
A lot of changes. UART works. Timer function work but sei() fucks shit up.
|
2022-05-11 20:38:02 +02:00 |
|
|
35e57060c6
|
Changing microcontroller to correct one (ATmega328p).
Changing frequency to 16 MHz.
Adding make target "flash" for flashing produced .hex file.
|
2021-12-05 00:22:18 +01:00 |
|
|
58d84aa536
|
Add F_CPU macro to define CPU frequency.
Necessary for delay.h
|
2021-12-02 22:27:10 +01:00 |
|
|
0e56f904d0
|
Adding source and Makefile
|
2021-12-02 21:57:19 +01:00 |
|