Martin Preuss
|
cd1fce313e
|
avr: added some unit tests for LIST and TREE.
|
2025-06-02 21:13:01 +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
|
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
|
9bd3182bd5
|
simplified timer and sleep setup code for AtTiny84.
|
2025-06-01 22:36:59 +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
|
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
|
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
|
982c9bd649
|
re-enable some modules and apps on n20.
|
2025-06-01 00:21:37 +02:00 |
|
Martin Preuss
|
120e3e1e6b
|
uart bitbang2 now also works on c01!
|
2025-06-01 00:21:07 +02:00 |
|
Martin Preuss
|
18f61f4d63
|
added include for debug functions (commented-out).
|
2025-05-31 15:37:31 +02:00 |
|
Martin Preuss
|
0b8cb929b7
|
split uart_bitbang2 into multiple files.
|
2025-05-30 17:03:35 +02:00 |
|
Martin Preuss
|
f1c858e3a7
|
Use n20 for bugfixing.
|
2025-05-30 15:25:42 +02:00 |
|
Martin Preuss
|
3fc7eff424
|
add n20.
|
2025-05-29 22:54:25 +02:00 |
|
Martin Preuss
|
fa6acd8e52
|
added aqua_n25.xml
|
2025-05-29 20:27:07 +02:00 |
|
Martin Preuss
|
dbf7f76baa
|
moved versions to a dedicated file shared by all nodes.
|
2025-05-29 20:26:43 +02:00 |
|
Martin Preuss
|
18be337160
|
minor change
|
2025-05-29 20:25:49 +02:00 |
|
Martin Preuss
|
0bd6ef8db4
|
fix defs for n24.
|
2025-05-29 20:25:34 +02:00 |
|
Martin Preuss
|
7fb1722c70
|
added missing .include
|
2025-05-29 20:25:07 +02:00 |
|
Martin Preuss
|
581eeff996
|
apps/network: implemented ping request.
|
2025-05-29 15:47:21 +02:00 |
|
Martin Preuss
|
b4e747c3db
|
added header.
|
2025-05-29 15:44:30 +02:00 |
|
Martin Preuss
|
04dec73988
|
added device n25
|
2025-05-29 15:43:33 +02:00 |
|
Martin Preuss
|
baf77ed182
|
fixed defs file.
|
2025-05-28 00:49:44 +02:00 |
|
Martin Preuss
|
b2f7232422
|
c01: use alternative uart module.
|
2025-05-28 00:49:28 +02:00 |
|
Martin Preuss
|
961568f721
|
renamed makros M_IO_READ and M_IO_WRITE to inr and outr
|
2025-05-28 00:49:07 +02:00 |
|
Martin Preuss
|
042db13994
|
avr/apps/stats: send VALUE_REPORT messages instead of individual stats messages.
this makes it easier to add some more stats later and it removes some
messages.
|
2025-05-28 00:47:19 +02:00 |
|
Martin Preuss
|
d8612a01ca
|
adapted to latest changes.
|
2025-05-26 21:41:30 +02:00 |
|
Martin Preuss
|
868c2b32f8
|
Revert "allow for private tick counter and special timer frequencies."
This reverts commit 3e9aeeed05.
|
2025-05-24 17:25:24 +02:00 |
|
Martin Preuss
|
3e9aeeed05
|
allow for private tick counter and special timer frequencies.
|
2025-05-24 17:24:46 +02:00 |
|
Martin Preuss
|
391c06e7e5
|
avr: more work on fonts, added heap functions.
|
2025-05-24 15:32:45 +02:00 |
|
Martin Preuss
|
7d233136eb
|
moved graphops into a dedicated sourcefile.
|
2025-05-22 16:29:55 +02:00 |
|
Martin Preuss
|
a4975038b4
|
more generalisation of font code.
|
2025-05-22 15:57:03 +02:00 |
|
Martin Preuss
|
229e68077c
|
ili9341: moved text functions to dedicated source file.
|
2025-05-22 01:19:04 +02:00 |
|
Martin Preuss
|
c065415713
|
ili9341: created dedicated sourcefile for font handling.
|
2025-05-22 00:42:18 +02:00 |
|
Martin Preuss
|
de94590fa0
|
ili9341: moved io code into own file. changed args to r0-r11.
|
2025-05-21 01:44:38 +02:00 |
|
Martin Preuss
|
cb379d4149
|
avr: started working on new LCD module and SPI module.
|
2025-05-20 00:31:56 +02:00 |
|
Martin Preuss
|
aceffdfad2
|
uart_hw: removed unneeded code.
|
2025-05-20 00:31:12 +02:00 |
|
Martin Preuss
|
cf1eba68f0
|
try new implementation of UART code for m8515.
|
2025-05-18 00:59:19 +02:00 |
|
Martin Preuss
|
b8fbbb7125
|
remove COM_* code.
|
2025-05-18 00:58:11 +02:00 |
|
Martin Preuss
|
44b8848996
|
minor beautifications.
|
2025-05-17 14:24:23 +02:00 |
|
Martin Preuss
|
e713711a61
|
added missing includes.
|
2025-05-17 14:23:34 +02:00 |
|
Martin Preuss
|
613a7e629d
|
remove unneeded includes.
|
2025-05-17 14:23:24 +02:00 |
|
Martin Preuss
|
5026a7b753
|
c01: use modules CLOCK and XRAM.
|
2025-05-17 14:23:10 +02:00 |
|
Martin Preuss
|
75b602811c
|
added XRAM module.
Module for external SRAM with AtMega8515.
|
2025-05-17 14:22:49 +02:00 |
|
Martin Preuss
|
2cc260790c
|
c01: removed unneeded code.
|
2025-05-17 13:21:07 +02:00 |
|
Martin Preuss
|
1ac4b8cad0
|
c01: enable more modules and apps.
|
2025-05-17 13:20:51 +02:00 |
|
Martin Preuss
|
f8d3d09716
|
n21: fixed README.
|
2025-05-17 10:51:21 +02:00 |
|