Projekt

Allgemein

Profil

Aktivität

von 30.09.2024 bis 29.10.2024

29.10.2024

22:57 Revision a2c48f02 (libbiwak3): fixed compilation for host
Redmine Admin
22:10 Revision db7a0037 (libbiwak3): wkup: fixed compiling for host
Redmine Admin
22:04 Revision b0599af2 (libbiwak3): cmake: added wkup.cpp
Redmine Admin
20:54 Revision 4e7580ed (libbiwak3): fixed building for host
Redmine Admin
20:17 Revision ed2771d1 (libbiwak3): updated for building for host
Redmine Admin
15:17 Revision 93119153 (libbiwak3): linkerscript: fixed building miniminutnik
"*(.got*)" is needed to be present in the data section.
Otherwise linking breaks without expressive message.
Redmine Admin

28.10.2024

23:07 Revision 3f84b753 (libbiwak3): remove declaration of pwm event loop
Redmine Admin
22:10 Revision ac52a7b2 (libbiwak3): fixed using config define
Redmine Admin
21:49 Revision e48b2005 (libbiwak3): cleanup delay functions
Redmine Admin

27.10.2024

06:42 Revision 8f686c94 (libbiwak3): disabled debug for retain.cpp
Redmine Admin

26.10.2024

15:16 Revision b7768d79 (libbiwak3): TSC2007: added CMD_SETUP, readInput()
Redmine Admin
11:53 Revision 9a8093a8 (libbiwak3): fixed building for stm32l4
Redmine Admin
11:47 Revision dd1fcc7f (libbiwak3): fixed building on stm32l1
Redmine Admin
11:44 Revision f4f9e5a9 (libbiwak3): fixed building on stm32l1
Redmine Admin
11:40 Revision 8efe17ca (libbiwak3): fixed building for STM32L0
Redmine Admin
11:31 Revision 2a7c28ad (libbiwak3): fixed building
Redmine Admin
11:20 Revision b5b66993 (libbiwak3): fixed building
Redmine Admin

24.10.2024

16:37 Revision cd04081f (libbiwak3): enabled rupdateFrequency() for STM32F3
No idea why this was disabled before. Redmine Admin
16:34 Revision a7b44273 (libbiwak3): formating
Redmine Admin
16:34 Revision 517978c3 (libbiwak3): added "alarm" blink mode
Redmine Admin
16:34 Revision c07cd8cb (libbiwak3): Fixed building for STM32F3X
adopted biwak changes Redmine Admin

14.10.2024

14:45 Revision f665a76c (libbiwak3): adopted biwak changes
Redmine Admin

12.10.2024

17:06 Revision 442a8ea6 (libbiwak3): fixed building on stm32g4
Redmine Admin
14:21 Revision 8b1be2f6 (libbiwak3): Implemented data event
In order to not miss any CAN messages the eventloop in the main application
has to get called at high frequency. Its ...
Redmine Admin
13:15 Revision 1918e7a3 (libbiwak3): i2c: made interrupt optional
This saves some bytes. in master mode the interrupt is not needed at
all.
Redmine Admin
13:15 Revision a465908a (libbiwak3): timer: made interrupt optional
saves some bytes Redmine Admin
13:14 Revision 01fbe0cb (libbiwak3): timer: remove member for frequency
This saves some bytes Redmine Admin
11:16 Revision 3518a901 (libbiwak3): Fader: dont use delta in calculation
Using deltas is saving some bytes. But its unprecise and errornous when
the cycle time is very short.
Redmine Admin
11:14 Revision 9ccd08c2 (libbiwak3): added unit test for fader class
Redmine Admin

10.10.2024

19:48 Revision 2d07af93 (libbiwak3): Merge branch 'downsize' into devel
Redmine Admin
19:47 Revision a68b2289 (libbiwak3): Merge branch 'i2c_eeprom_fix' into devel
Redmine Admin
19:46 Revision 2c51fe53 (libbiwak3): fixed writing to eeprom overĺapping write page boundaries
Write page boundaries may not be crossed in a single i2c write instruction. Redmine Admin

08.10.2024

22:29 Revision 6e6aeda9 (libbiwak3): downsize
Redmine Admin
18:34 Feature #572 (Neu): Linker script: add ram area vor vector table
At the moment RAM starts right after the ram-vector-table. This is ok but there is no section for vector table.
I as...
Maximilian Seesslen

07.10.2024

14:41 Feature #570 (Erledigt): shrink binary size once again
The CTimer is a little bit nasty.
* let it work again; i forgot to set the instance somewhere.
* remove the memse...
Maximilian Seesslen

06.10.2024

14:30 Revision 36c4cc30 (libbiwak3): Handle CAN TX error event
An event may result in another CAN message. To avoid infinite loop the error
event is only send once when the problem...
Redmine Admin
12:40 Revision 7744fb6b (libbiwak3): Increased number of CAN rx buffers
24 buffers has still problem when a lot of devices get scanned. Redmine Admin
12:12 Revision 7ed01d74 (libbiwak3): shrink bootloader by 0x400
Redmine Admin
11:28 Revision 3c41950b (libbiwak3): i2c: implemented waitBusy()
EEPROMS need some time to write data. A fixed delay is not very
performant.
Check if device is acknowdleging to verif...
Redmine Admin

05.10.2024

17:14 Revision f1e47c2d (libbiwak3): flash intern: added writeData64()
Old implementation is not very clean. Flashing firmware is aligned by
default.
Redmine Admin
17:13 Revision d926c301 (libbiwak3): linker script: drop some sections
Redmine Admin
17:13 Revision 2c1ab61a (libbiwak3): Option bytes: Flash does not need to be unlocked
Redmine Admin
17:12 Revision 0bbee05a (libbiwak3): introduced BIWAK_I2C_NODE_ABSENT
Some devices have fixed i2c setup. Redmine Admin
17:11 Revision 4c28cda2 (libbiwak3): remove exception function with string parameter
Not much sense, better try to save some bytes instead. Redmine Admin
17:09 Revision 93ea2951 (libbiwak3): Constify
Redmine Admin

04.10.2024

17:15 Revision 14f5571c (libbiwak3): fixed writing flash pages
Redmine Admin

03.10.2024

14:43 Revision 284690b6 (libbiwak3): polished log output
Redmine Admin

01.10.2024

15:33 Fehler #568 (Erledigt): flash-i2c: avoid delays; check for busy
According to microchip, the best way to check if the operation is finished is checking for "ACK".
Start start reding...
Maximilian Seesslen

30.09.2024

10:34 Revision 9a33d2f4 (libbiwak3): Merge branch '500-qt-integration' of /data/srv/git/libbiwak into 500-qt-integration
Redmine Admin
10:31 Revision f4033d3c (libbiwak3): draft
Redmine Admin
 

Auch abrufbar als: Atom