Aktivität
von 05.10.2024 bis 03.11.2024
01.11.2024
- 
  
19:30 Biwak Revision 3f1c69aa (libbiwak3): updated changelog for v2.10.1
 - 
  
19:22 Biwak Revision 617504a4 (libbiwak3): uart: added delay when uart is busy
 - Needed in bringup
 - 
  
19:21 Biwak Revision d01d851e (libbiwak3): i2cflash: writeData: return specific error code when waitBusy() failed
 - 
  
19:20 Biwak 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... - 
  
19:18 Biwak Revision 60fab84a (libbiwak3): fixed debug output
 - 
  
19:17 Biwak 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... - 
  
19:15 Biwak Revision 30377a94 (libbiwak3): flash: fixed shadowed attribute
 - acquireMemory() could fail.
 
31.10.2024
30.10.2024
- 
  
20:32 Biwak Revision a008179b (libbiwak3): function in own compile unit can not be constexpr
 - 
  
20:17 Biwak Revision 766cd68c (libbiwak3): Merge branch 'devel' of git.seesslen.net:src/libbiwak into devel
 - 
  
20:12 Biwak Revision 3b49a2e5 (libbiwak3): shrink
 - 
  
20:12 Biwak Revision 3a7a5ff4 (libbiwak3): spi: make nested spi chipselect configurable
 - 
  
18:33 Biwak Revision 1435e55f (libbiwak3): fixed typo
 - 
  
17:02 Biwak Revision a77a5991 (libbiwak3): fixed building for host
 - 
  
16:37 Biwak Revision f73a73db (libbiwak3): downsize
 - 
  
13:57 Biwak Revision 9a03ac82 (libbiwak3): ignore volatile for HAL header also for STM32L4
 - 
  
13:47 Biwak Revision 845784a4 (libbiwak3): ignore volatile for HAL header also for STM32G4
 - 
  
13:40 Biwak Revision e30aa33b (libbiwak3): ignore volatile for HAL header also for STM32G0
 - 
  
11:16 Biwak Revision 6a4ea277 (libbiwak3): ignore volatile for HAL header only for STM32L1
 - 
  
11:12 Biwak 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... 
29.10.2024
- 
  
22:57 Biwak Revision a2c48f02 (libbiwak3): fixed compilation for host
 - 
  
22:10 Biwak Revision db7a0037 (libbiwak3): wkup: fixed compiling for host
 - 
  
22:04 Biwak Revision b0599af2 (libbiwak3): cmake: added wkup.cpp
 - 
  
20:54 Biwak Revision 4e7580ed (libbiwak3): fixed building for host
 - 
  
20:17 Biwak Revision ed2771d1 (libbiwak3): updated for building for host
 - 
  
15:17 Biwak Revision 93119153 (libbiwak3): linkerscript: fixed building miniminutnik
 - "*(.got*)" is needed to be present in the data section.
Otherwise linking breaks without expressive message. 
28.10.2024
- 
  
23:07 Biwak Revision 3f84b753 (libbiwak3): remove declaration of pwm event loop
 - 
  
22:10 Biwak Revision ac52a7b2 (libbiwak3): fixed using config define
 - 
  
21:49 Biwak Revision e48b2005 (libbiwak3): cleanup delay functions
 
27.10.2024
26.10.2024
- 
  
15:16 Biwak Revision b7768d79 (libbiwak3): TSC2007: added CMD_SETUP, readInput()
 - 
  
11:53 Biwak Revision 9a8093a8 (libbiwak3): fixed building for stm32l4
 - 
  
11:47 Biwak Revision dd1fcc7f (libbiwak3): fixed building on stm32l1
 - 
  
11:44 Biwak Revision f4f9e5a9 (libbiwak3): fixed building on stm32l1
 - 
  
11:40 Biwak Revision 8efe17ca (libbiwak3): fixed building for STM32L0
 - 
  
11:31 Biwak Revision 2a7c28ad (libbiwak3): fixed building
 - 
  
11:20 Biwak Revision b5b66993 (libbiwak3): fixed building
 
24.10.2024
- 
  
16:37 Biwak Revision cd04081f (libbiwak3): enabled rupdateFrequency() for STM32F3
 - No idea why this was disabled before.
 - 
  
16:34 Biwak Revision a7b44273 (libbiwak3): formating
 - 
  
16:34 Biwak Revision 517978c3 (libbiwak3): added "alarm" blink mode
 - 
  
16:34 Biwak Revision c07cd8cb (libbiwak3): Fixed building for STM32F3X
 - adopted biwak changes
 
14.10.2024
12.10.2024
- 
  
17:06 Biwak Revision 442a8ea6 (libbiwak3): fixed building on stm32g4
 - 
  
14:21 Biwak 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 ... - 
  
13:15 Biwak Revision 1918e7a3 (libbiwak3): i2c: made interrupt optional
 - This saves some bytes. in master mode the interrupt is not needed at
all. - 
  
13:15 Biwak Revision a465908a (libbiwak3): timer: made interrupt optional
 - saves some bytes
 - 
  
13:14 Biwak Revision 01fbe0cb (libbiwak3): timer: remove member for frequency
 - This saves some bytes
 - 
  
11:16 Biwak 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. - 
  
11:14 Biwak Revision 9ccd08c2 (libbiwak3): added unit test for fader class
 
10.10.2024
- 
  
19:48 Biwak Revision 2d07af93 (libbiwak3): Merge branch 'downsize' into devel
 - 
  
19:47 Biwak Revision a68b2289 (libbiwak3): Merge branch 'i2c_eeprom_fix' into devel
 - 
  
19:46 Biwak 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.
 
08.10.2024
- 
  
22:29 Biwak Revision 6e6aeda9 (libbiwak3): downsize
 - 
  
18:34 Biwak Feature #572 (Erledigt): Linker script: add ram area for 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... 
07.10.2024
- 
  
14:41 Biwak 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... 
06.10.2024
- 
  
14:30 Biwak 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... - 
  
12:40 Biwak Revision 7744fb6b (libbiwak3): Increased number of CAN rx buffers
 - 24 buffers has still problem when a lot of devices get scanned.
 - 
  
12:12 Biwak Revision 7ed01d74 (libbiwak3): shrink bootloader by 0x400
 - 
  
11:28 Biwak 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... 
05.10.2024
- 
  
17:14 Biwak Revision f1e47c2d (libbiwak3): flash intern: added writeData64()
 - Old implementation is not very clean. Flashing firmware is aligned by
default. - 
  
17:13 Biwak Revision d926c301 (libbiwak3): linker script: drop some sections
 - 
  
17:13 Biwak Revision 2c1ab61a (libbiwak3): Option bytes: Flash does not need to be unlocked
 - 
  
17:12 Biwak Revision 0bbee05a (libbiwak3): introduced BIWAK_I2C_NODE_ABSENT
 - Some devices have fixed i2c setup.
 - 
  
17:11 Biwak Revision 4c28cda2 (libbiwak3): remove exception function with string parameter
 - Not much sense, better try to save some bytes instead.
 - 
  
17:09 Biwak Revision 93ea2951 (libbiwak3): Constify
 
Auch abrufbar als: Atom