Commit Graph

16 Commits

Author SHA1 Message Date
Martin Preuss
5f4260d605 avr: moved COM and COMPROTO defs and routines into dedicated files. 2023-04-16 23:23:06 +02:00
Martin Preuss
86b45a58e5 avr: decreased verbosity. minor fixes.
- address claiming modes now work
2023-04-12 23:32:08 +02:00
Martin Preuss
ded08b8c47 avr: new com2 and timer stack basically works again. 2023-04-12 21:46:34 +02:00
Martin Preuss
024d40fc95 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
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