Commit Graph

12 Commits

Author SHA1 Message Date
Martin Preuss
84f11398b8 avr: reworked timer code.
Allow for more tailored timers.
2023-04-10 01:00:58 +02:00
Martin Preuss
7490167694 avr: cleanup, added labels to calculate module sizes. 2023-04-08 18:18:19 +02:00
Martin Preuss
56c11b959e avr: add copyright notices. 2023-04-08 13:05:05 +02:00
Martin Preuss
8c00c94d9c Improved seeding for random number generation. 2023-03-08 23:02:20 +01:00
Martin Preuss
8119cba750 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
0b1e0ea4d5 Implemented address assignment protocol. 2023-02-05 23:43:16 +01:00
Martin Preuss
97724bf7fe Utils: Added pseudo random generator. 2023-02-04 16:00:50 +01:00
Martin Preuss
cc7bc1e669 Utils: added code to write FLASH (bot tested, yet). 2023-02-04 00:56:59 +01:00
Martin Preuss
704ca66baa Utils: Dixed Utils_IncrementCounter32, added Utils_IncrementCounter16. 2023-01-29 18:50:41 +01:00
Martin Preuss
6386153775 avr: added routines to read/write EEPROM. 2023-01-22 17:46:16 +01:00
Martin Preuss
531cf49a6f 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
112e15e41b Initial import. 2023-01-16 23:12:09 +01:00