Martin Preuss
b498a445b2
added missing files, n26, increased firmware version.
2025-06-16 23:31:38 +02:00
Martin Preuss
876e9ac7b9
avr: added n14 back in.
2025-06-16 23:29:56 +02:00
Martin Preuss
a89b875872
avr: added NET_Interface_ResetStats and call it daily.
2025-06-16 23:29:18 +02:00
Martin Preuss
0ce70e48b1
avr: added type "light"
2025-06-16 23:27:37 +02:00
Martin Preuss
bf583a1aa5
avr: incremented version.
2025-06-15 17:47:45 +02:00
Martin Preuss
1533f82ec4
n21: send value of door sensor every minute
...
this will allow us to determine the best value for a adc limit to detect
open/closed windows and doors.
2025-06-15 17:47:34 +02:00
Martin Preuss
8a43bc252f
tcrt1000: decreased limit from 170 to 100
2025-06-15 17:46:06 +02:00
Martin Preuss
ffcc5c0d9f
some minor work on gui/win modules.
2025-06-12 23:30:36 +02:00
Martin Preuss
c51043d72a
more work on aqhome-cgi.
2025-06-12 23:30:08 +02:00
Martin Preuss
2cb534df85
more work on GUI module.
2025-06-05 22:48:22 +02:00
Martin Preuss
4f30623f2d
increased stacksize.
2025-06-05 22:47:54 +02:00
Martin Preuss
b9ac7c65fa
include CCS811 in reportsensors app.
2025-06-05 22:46:55 +02:00
Martin Preuss
cef487fb3a
re-enabled node n19. adapted n20.
2025-06-05 22:45:52 +02:00
Martin Preuss
284539fd52
re-enabled CCS811 module, adapted to latest changes.
2025-06-05 22:44:27 +02:00
Martin Preuss
08a1313ba5
More work on layout code.
2025-06-04 23:56:42 +02:00
Martin Preuss
7349014bd6
Make coordinates 16 bit again.
2025-06-04 23:56:29 +02:00
Martin Preuss
12cfe2ff4b
Fixed a bug.
...
Need to make room for stack.
2025-06-04 23:56:04 +02:00
Martin Preuss
ae1892f196
share code.
2025-06-03 00:00:14 +02:00
Martin Preuss
dbad237826
fixed a typo.
2025-06-02 23:41:38 +02:00
Martin Preuss
56e222a97e
split WID_SIGNAL_GETMINSIZE into two signals.
2025-06-02 23:38:08 +02:00
Martin Preuss
888792a201
more work on gui code.
2025-06-02 23:29:50 +02:00
Martin Preuss
41867ed01a
added missing files.
2025-06-02 23:29:06 +02:00
Martin Preuss
b82e0d02df
avr: more general approach to fonts.
2025-06-02 21:13:44 +02:00
Martin Preuss
cd1fce313e
avr: added some unit tests for LIST and TREE.
2025-06-02 21:13:01 +02:00
Martin Preuss
5153bd2f69
removed signal "CREATED".
...
unsure when this would be called:
- when the basic object is called?
- when the last derived object is called?
better remove it to avoid complications...
2025-06-02 01:04:49 +02:00
Martin Preuss
d4ad6844e3
ili9341: save X
2025-06-02 01:03:23 +02:00
Martin Preuss
4f610c68a2
added more fonts and corresponding code. disabled test code in ili9341 module.
2025-06-02 01:03:03 +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
1f537849a9
incremented version.
1.0.2-alpha
2025-06-01 22:39:56 +02:00
Martin Preuss
e6d0118ff3
n25: fixed interrupt table (was still for t85!).
2025-06-01 22:38:48 +02:00
Martin Preuss
ff7d47e155
avr: adapted to latest changes.
2025-06-01 22:38:17 +02:00
Martin Preuss
8ae50a8d60
fixed flashnode.sh for n24, added n25
2025-06-01 22:37:46 +02:00
Martin Preuss
08411d9430
NET_IFACE_OFFS_HANDLED_LOW no longer exists.
2025-06-01 22:37:26 +02:00
Martin Preuss
9bd3182bd5
simplified timer and sleep setup code for AtTiny84.
2025-06-01 22:36:59 +02:00
Martin Preuss
c45eb6cca2
fixed blinkled fn: always switch LED port to output.
2025-06-01 22:36:26 +02:00
Martin Preuss
b229b39ab8
c02: started working on AtMEGA 644P based node.
2025-06-01 19:26:31 +02:00
Martin Preuss
87b5e01581
add missing include.
2025-06-01 19:25:57 +02:00
Martin Preuss
8188f33345
uart_bitbang2: introduced macros for ATTN irq setup.
2025-06-01 19:25:47 +02:00
Martin Preuss
7403b6650b
n24: include common/calls.asm
2025-06-01 19:25:16 +02:00
Martin Preuss
6bbf2ba788
c01: use UART_BitBang_PcintIsr
2025-06-01 19:24:49 +02:00
Martin Preuss
06b0ed8551
c01: fixed include.
2025-06-01 19:24:13 +02:00
Martin Preuss
ada19028e0
dont use old constant.
2025-06-01 19:23:38 +02:00
Martin Preuss
1e5de0da23
flash: use 16-bit counters.
2025-06-01 19:22:04 +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
188e7da379
incremented firmware version.
2025-06-01 00:21:52 +02:00
Martin Preuss
982c9bd649
re-enable some modules and apps on n20.
2025-06-01 00:21:37 +02:00
Martin Preuss
fec37bd221
disable debug code.
2025-06-01 00:21:21 +02:00
Martin Preuss
120e3e1e6b
uart bitbang2 now also works on c01!
2025-06-01 00:21:07 +02:00
Martin Preuss
8d1661d8e4
improved output from "getdevices" command.
2025-06-01 00:20:28 +02:00
Martin Preuss
18f61f4d63
added include for debug functions (commented-out).
2025-05-31 15:37:31 +02:00