Martin Preuss
|
abe218e7b0
|
avr: reorganized common code.
|
2026-04-20 23:56:52 +02:00 |
|
Martin Preuss
|
ab7e28a9d5
|
avr: more code sharing.
|
2026-04-14 23:45:32 +02:00 |
|
Martin Preuss
|
c988876c79
|
network: only call led code if module activated.
|
2026-03-24 18:25:08 +01:00 |
|
Martin Preuss
|
c6510f10bf
|
network: let LED temporarily enter ID mode when receiving PING.
this can be used to identify nodes on the network.
|
2026-03-24 18:19:12 +01:00 |
|
Martin Preuss
|
679865f68b
|
Fixed some bugs.
|
2025-09-08 22:04:15 +02:00 |
|
Martin Preuss
|
6e062d3f60
|
improve stats reporting
now again use three messages to transmit stats (much more efficient than
sending single values, also more acurate).
|
2025-08-25 10:22:05 +02:00 |
|
Martin Preuss
|
5013bb8e29
|
avr network app: only respond to ping request if dest address matches.
|
2025-08-23 00:09:01 +02:00 |
|
Martin Preuss
|
83225c453d
|
Use uid to determine initial wait time after re-enum request.
|
2025-07-12 20:07:33 +02:00 |
|
Martin Preuss
|
e32e8e7c13
|
use Eeprom_WriteByteIfChanged
|
2025-07-07 21:43:28 +02:00 |
|
Martin Preuss
|
cbd498150f
|
avr: fully implemented router functionality in network and router app.
|
2025-07-07 16:05:53 +02:00 |
|
Martin Preuss
|
280d5828bf
|
fixed a possible problem.
don't reboot on broadcast request.
|
2025-07-06 20:22:19 +02:00 |
|
Martin Preuss
|
a89b875872
|
avr: added NET_Interface_ResetStats and call it daily.
|
2025-06-16 23:29:18 +02:00 |
|
Martin Preuss
|
3582659018
|
added more bigcall/bigjmp as we go along with larger code.
|
2025-06-02 01:02:06 +02:00 |
|
Martin Preuss
|
bb14dd4c22
|
introduce macros bigjmp and bigcall for intermodule calls/jmps
translates to rjmp/rcall on MCUs with up to 8K flash and to jmp/call
on others.
|
2025-06-01 19:18:25 +02:00 |
|
Martin Preuss
|
dff347bcb7
|
created pong message.
|
2025-05-29 20:23:44 +02:00 |
|
Martin Preuss
|
581eeff996
|
apps/network: implemented ping request.
|
2025-05-29 15:47:21 +02:00 |
|
Martin Preuss
|
2897aece2c
|
added memory stats.
|
2025-05-17 14:22:05 +02:00 |
|
Martin Preuss
|
d7df84549b
|
Fixed a typo.
|
2025-05-07 20:00:42 +02:00 |
|
Martin Preuss
|
5981ec44e4
|
avr: only write COM address if changed to reduce EEPROM wear.
|
2025-05-01 00:54:48 +02:00 |
|
Martin Preuss
|
8008819989
|
avr: added apps and missing files.
|
2025-05-01 00:53:29 +02:00 |
|
Martin Preuss
|
e1b2650221
|
avr: added apps and use them in multiple nodes.
|
2025-04-29 00:34:24 +02:00 |
|