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
fa94190345
fixed message description for FLASH_DATA.
2025-07-12 00:22:18 +02:00
Martin Preuss
bc7a549513
avr: added def and code for CPRO_CMD_DATA
2024-11-03 15:35:32 +01:00
Martin Preuss
630dc2cecb
avr: added routine CPRO_ReadValue
2024-11-03 15:33:56 +01:00
Martin Preuss
efc91241d9
avr: new uart_bitbang module works now.
2024-10-20 23:09:24 +02:00
Martin Preuss
2b8cabd391
avr: add code to prepare a RESULT message.
2024-10-20 18:49:39 +02:00
Martin Preuss
b3199681de
avr: optimized value functions.
2024-10-20 18:46:34 +02:00
Martin Preuss
b78fc0999b
avr: added message, fixed description.
2024-10-20 18:40:50 +02:00
Martin Preuss
ee73bb0f69
avr: added screen.asm files to buildfiles.
2024-09-29 21:03:40 +02:00
Martin Preuss
c2d7564e0c
avr: removed debug vars from CPRO module.
2024-09-29 15:08:33 +02:00
Martin Preuss
d70c673b8a
avr: introduced screens.
2024-09-29 15:05:33 +02:00
Martin Preuss
b93ead5e5f
avr: fixed a typo.
2024-09-27 01:23:27 +02:00
Martin Preuss
60c86c7598
Revert "avr: Try to fix a bug (not respecting DENY_ADDRESS)."
...
This reverts commit 07f99b7050 .
2024-09-27 00:33:26 +02:00
Martin Preuss
07f99b7050
avr: Try to fix a bug (not respecting DENY_ADDRESS).
2024-09-27 00:33:11 +02:00
Martin Preuss
7e4977f472
avr: fixed a typo.
2024-09-22 21:22:56 +02:00
Martin Preuss
91752156f2
avr: fixed timer usage in COM2 and COM2_PROTO module.
2024-09-18 20:24:32 +02:00
Martin Preuss
7a5900be25
avr: added functions to change speed.
...
Main code might work at 8 MHz, but boot code is compiled for 1 MHz,
so we need to set speed accordingly when rebooting into boot loader.
2024-09-13 21:41:38 +02:00
Martin Preuss
cdcb4e2b3e
avr: rewrote timer code (split into timer and basetimer).
...
Only basetimer depends on hardware and clock speed. Works onj AtTiny 84
at 1 MHz and 8 MHz.
2024-09-13 21:39:24 +02:00
Martin Preuss
fc6130f4cc
avr: fixed a bug.
2024-09-07 15:39:54 +02:00
Martin Preuss
2fa3e9d4ab
avr: re-introduce UID to new VALUE messages, set UID in VALUE response messages.
2024-09-06 22:50:32 +02:00
Martin Preuss
090917ea09
ave: removed unneeded defs, beautifications.
2024-09-05 23:04:24 +02:00
Martin Preuss
7e3523ec42
avr: improved MESSAGES documentation.
2024-09-05 23:04:01 +02:00
Martin Preuss
12a2cc1b8e
avr: fixed a typo.
2024-09-05 21:36:38 +02:00
Martin Preuss
6b0972d76e
avr: implement setvalue for n12.
2024-09-05 21:36:24 +02:00
Martin Preuss
984cccc25b
avr: updated documentation for messages.
2024-09-05 18:55:02 +02:00
Martin Preuss
dbad1ba8a1
avr: removed no longer needee defs.
2024-09-05 18:54:32 +02:00
Martin Preuss
b94105bf78
avr: refactor SEND_VALUE message code.
2024-09-05 18:52:25 +02:00
Martin Preuss
eec544d1b8
avr: send firmware version in FLASH_READY and DEVICE messages.
2024-09-05 18:50:43 +02:00
Martin Preuss
cb6e21715a
avr: shorten CPRO_WriteComSendStats
2024-09-05 18:49:19 +02:00
Martin Preuss
026d4a57fb
avr: remove unneeded code.
2024-09-05 18:48:27 +02:00
Martin Preuss
277a27516c
avr: fixed bootloader address var (depends on device).
2024-09-05 03:19:01 +02:00
Martin Preuss
817ff958b9
avr: use common code.
2024-09-05 03:18:22 +02:00
Martin Preuss
319cdbce18
added future message defs
2024-08-25 14:27:13 +02:00
Martin Preuss
226922d3e4
avr/reed: implemented tilt detection mode
...
- implemented tilt detection mode
- added docu
- change the way a VALUE2 message is printed when value type is "door"
2023-05-12 23:19:01 +02:00
Martin Preuss
45a63ad70b
avr: minor reformatting
2023-05-10 21:10:00 +02:00
Martin Preuss
44bed4dc14
avr: fixed some bugs in address handling code
...
- fixed bugs in jumptable code and calls
NOTE to self: addresses in flash are WORD addresses, so we need
to double the address difference when working with bytes!
- correctly set params for call to cproAddressSetTimer
2023-05-10 21:09:08 +02:00
Martin Preuss
383e3ad93d
build: added more build files for subfolders.
2023-04-26 17:55:40 +02:00
Martin Preuss
3e6501c834
finished basic new structure.
2023-04-22 00:23:44 +02:00
Martin Preuss
5e12b8ad4e
started reorganizing code into subfolders.
2023-04-22 00:04:10 +02:00