Commit Graph

13 Commits

Author SHA1 Message Date
Martin Preuss
a104b78f62 some formatting. 2023-03-28 21:45:16 +02:00
Martin Preuss
0db8a14972 avr: added code and messages for device information.
- send firmware information in DEVICE message
- introduced new version of VALUE message (sending UID now instead of
  timestamp)
- make SENDSTATS and RECVSTATS messages also send UID instead of timestamp
2023-03-19 23:20:16 +01:00
Martin Preuss
a0e45034fe avr: setup module mask to be later reported to a host. 2023-03-19 13:24:21 +01:00
Martin Preuss
ef6625d421 Shortened blink pattern. 2023-03-19 12:43:52 +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
5cfdaf5ffe Removed code no longer needed. 2023-02-06 21:55:36 +01:00
Martin Preuss
f0e4ac5595 Always use new shortened address assignment protocol if possible. 2023-02-06 21:11:24 +01:00
Martin Preuss
716248c4e1 Implemented address assignment protocol. 2023-02-05 23:43:16 +01:00
Martin Preuss
0acb92d3cb Moved routine sendValueMsg to Main_SendValueMsg in main.asm. Removed debug code. 2023-02-05 15:38:32 +01:00
Martin Preuss
29e2054ab9 Call UID generator (if necessary). 2023-02-04 16:02:18 +01:00
Martin Preuss
e0d392c895 Moved protocol stuff into comproto.asm. 2023-02-04 00:56:29 +01:00
Martin Preuss
ea2b592406 main: Fixed a bug.
Need to save R22 if you use it..
2023-02-02 00:54:44 +01:00
Martin Preuss
1389ab1953 build: Reorganized code.
Most MCU-dependent variable definitions ist now put into node-specific files.
Makes it easier to maintain code for different node types.
2023-02-02 00:44:50 +01:00