Commit Graph

14 Commits

Author SHA1 Message Date
Martin Preuss
b4c0ab273d avr: new com2 and timer stack basically works again. 2023-04-12 21:46:34 +02:00
Martin Preuss
18d34450e7 avr: started reworking COM module.
- sending and receiving now basically works again, but too often the
  read buffer is in use when trying to receive a message.
2023-04-12 15:30:52 +02:00
Martin Preuss
dc8fa1a840 avr: reworked timer code.
Allow for more tailored timers.
2023-04-10 01:00:58 +02:00
Martin Preuss
0f678d7d5a avr: cleanup, added labels to calculate module sizes. 2023-04-08 18:18:19 +02:00
Martin Preuss
4a915a3c85 avr: add copyright notices. 2023-04-08 13:05:05 +02:00
Martin Preuss
5612e20e11 Improved seeding for random number generation. 2023-03-08 23:02:20 +01:00
Martin Preuss
08d6cab1e9 avr: started working on base system vs. main system.
base system will be a base system which can be used to flash and start
the main system.
2023-02-20 23:47:30 +01:00
Martin Preuss
716248c4e1 Implemented address assignment protocol. 2023-02-05 23:43:16 +01:00
Martin Preuss
40710a003a Utils: Added pseudo random generator. 2023-02-04 16:00:50 +01:00
Martin Preuss
f3630835f2 Utils: added code to write FLASH (bot tested, yet). 2023-02-04 00:56:59 +01:00
Martin Preuss
857e358836 Utils: Dixed Utils_IncrementCounter32, added Utils_IncrementCounter16. 2023-01-29 18:50:41 +01:00
Martin Preuss
6fd216e83d avr: added routines to read/write EEPROM. 2023-01-22 17:46:16 +01:00
Martin Preuss
6468e76545 Added and simplified COM module.
Directly use pins, no complicated redirections.
Router modules will probably use real UARTs or MCUs programmed as UARTs.
2023-01-18 01:09:31 +01:00
Martin Preuss
16be96ada9 Initial import. 2023-01-16 23:12:09 +01:00