Projekt

Allgemein

Profil

Aktivität

von 11.10.2024 bis 09.11.2024

09.11.2024

13:39 Revision 683c55e2 (libbiwak3): added comment
Redmine Admin

08.11.2024

20:28 Revision 8a8ffe3c (libbiwak3): enhanced documentation
Redmine Admin
17:59 Revision 87173d66 (libbiwak3): fixed comments to let configuration searching script work
Redmine Admin

05.11.2024

23:28 Revision c1148391 (libbiwak3): added check for configuration plausibility
Redmine Admin

01.11.2024

19:30 Revision 3f1c69aa (libbiwak3): updated changelog for v2.10.1
Redmine Admin
19:22 Revision 617504a4 (libbiwak3): uart: added delay when uart is busy
Needed in bringup Redmine Admin
19:21 Revision d01d851e (libbiwak3): i2cflash: writeData: return specific error code when waitBusy() failed
Redmine Admin
19:20 Revision 239d1fc1 (libbiwak3): i2c: waitBusy: added delay
It can happen that HAL_I2C_IsDeviceReady returns immediately
with an error.
An delay is needed to give device a chanc...
Redmine Admin
19:18 Revision 60fab84a (libbiwak3): fixed debug output
Redmine Admin
19:17 Revision d14518e1 (libbiwak3): can: adopted HAL changes
The values for macros like FDCAN_DLC_BYTES_8 changed.
Previously the values had to be shifted to get the real
can mes...
Redmine Admin
19:15 Revision 30377a94 (libbiwak3): flash: fixed shadowed attribute
acquireMemory() could fail. Redmine Admin

31.10.2024

20:26 Revision ac358977 (libbiwak3): updated changelog for v2.10.0
Redmine Admin

30.10.2024

20:32 Revision a008179b (libbiwak3): function in own compile unit can not be constexpr
Redmine Admin
20:17 Revision 766cd68c (libbiwak3): Merge branch 'devel' of git.seesslen.net:src/libbiwak into devel
Redmine Admin
20:12 Revision 3b49a2e5 (libbiwak3): shrink
Redmine Admin
20:12 Revision 3a7a5ff4 (libbiwak3): spi: make nested spi chipselect configurable
Redmine Admin
18:33 Revision 1435e55f (libbiwak3): fixed typo
Redmine Admin
17:02 Revision a77a5991 (libbiwak3): fixed building for host
Redmine Admin
16:37 Revision f73a73db (libbiwak3): downsize
Redmine Admin
13:57 Revision 9a03ac82 (libbiwak3): ignore volatile for HAL header also for STM32L4
Redmine Admin
13:47 Revision 845784a4 (libbiwak3): ignore volatile for HAL header also for STM32G4
Redmine Admin
13:40 Revision e30aa33b (libbiwak3): ignore volatile for HAL header also for STM32G0
Redmine Admin
11:16 Revision 6a4ea277 (libbiwak3): ignore volatile for HAL header only for STM32L1
Redmine Admin
11:12 Revision 071d3aab (libbiwak3): ignore -Wvolatile for HAL WKUP header
mpu_armv7.h uses an "|=" operation on a volatile register, which is not
allowed any more.
So "-Wvolatile" has to be i...
Redmine Admin

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
 

Auch abrufbar als: Atom