Aktivität
von 30.10.2024 bis 28.11.2024
28.11.2024
- 21:01 Revision 373b5337 (libbiwak3): systimer: introduced lrStart()
- On stm32 "0" can be used as the lrtimer_t value for starting timepoint.
This is not valid for linux devices. lrStart(... - 19:03 Revision 07384d68 (libbiwak3): fixed merge conflict
- 19:02 Revision 85964331 (libbiwak3): added tests for lrtimer
27.11.2024
- 21:20 Revision 4bb93efa (libbiwak3): fixed merge conflict
- 21:15 Revision 569ecddf (libbiwak3): CGraphicDisplayQt: use CBoardGui if available
- 21:13 Revision bcf14bdb (libbiwak3): flashfile: aded eraseChip() and waitForReady() to act as real spi flash
- 21:13 Revision e8d71b7b (libbiwak3): fader: fixed constexpr constructor
- 21:08 Revision 9e559e5a (libbiwak3): fader: fixed constexpr constructor
- 14:46 Revision 85639546 (libbiwak3): fixed building
- 14:03 Revision 21c0eacf (libbiwak3): Merge branch 'devel' of /data/srv/git/libbiwak into devel
- 14:03 Revision 87fb6cfd (libbiwak3): cleanup
- 13:54 Feature #586 (Neu): Test implemention of eventLoop class
- Would be nice to have an automated way for eventLoop handling....
- 13:51 Feature #575: Implement function to configure OSC with HSI only
- When compiling with high optimization, dead code is already optimized out.
Only debug builds are getting smaller.
26.11.2024
- 19:34 Revision d318841d (libbiwak3): Merge branch 'devel' of /data/srv/git/libbiwak into devel
- 19:26 Revision 7320076d (libbiwak3): log: Don't handle logCode directly in log functions
- 19:25 Revision 77bd9c6b (libbiwak3): fixed macro handling
- 19:19 Revision 20aaba45 (libbiwak3): fader: constify constructor
- 14:33 Revision 974475ea (libbiwak3): fixes for gcc 10
- 13:41 Revision 16b12c0c (libbiwak3): handle catch2 V2 vs V3
25.11.2024
- 21:58 Revision 1463b28d (libbiwak3): fixed merge conflict
- 21:52 Revision 0fe3ca01 (libbiwak3): fixed merge conflict
- 21:51 Revision f5a46bab (libbiwak3): draft
- 21:51 Revision 447627a9 (libbiwak3): rtc: made syncs methods const
- 21:51 Revision 94197d0c (libbiwak3): Uart/CAN: fixed deinit functions
- 21:25 Revision d34ab803 (libbiwak3): qt: make buttons for inputs checkable
- QPushbuttons can usualy not be checked, only clicked. Checkable buttons are needed for tests.
24.11.2024
- 14:23 Revision 3b32f40a (libbiwak3): Merge branch 'devel' of git.seesslen.net:src/libbiwak into devel
- 14:23 Revision 2fff067e (libbiwak3): cleanup
- 14:03 Revision 18b73d55 (libbiwak3): fixed running without DISPLAY
- 12:51 Revision ced6bfd7 (libbiwak3): fixed missing DISPLAY
- 12:32 Revision 648686ed (libbiwak3): fixed starting without DISPLAY
- 10:28 Revision bd85f6f3 (libbiwak3): fixed compiling
- 10:24 Revision 2ab39fac (libbiwak3): rtc: fixed syncing with option bytes on STM32F1
23.11.2024
- 18:39 Revision 2bd90326 (libbiwak3): cleanup
- 18:08 Revision 071cc8cb (libbiwak3): fixed build issues
- 17:45 Revision 762f342e (libbiwak3): further support for building for linux host
- Most periphery is just dummy implementation. Project "CANDis" should
compile for linux. - 13:04 Revision 3b1eb673 (libbiwak3): qt board gut: show timer
22.11.2024
20.11.2024
- 22:03 Revision e5a33a35 (libbiwak3): boardgui: split inputs and outputs
- The outputs are checkboxes, the inputs are pushbuttons.
19.11.2024
- 00:16 Revision 37e29028 (libbiwak3): Merge branch 'devel' of git.seesslen.net:src/libbiwak into devel
- 22:22 Revision 090d5c4d (libbiwak3): removed usage of handlerFreezerKeeper
- 22:18 Revision bb200dc7 (libbiwak3): fixed wrong return type
- 22:07 Revision 64e646f7 (libbiwak3): Merge branch 'squeezer' into devel
- 22:01 Revision 11525630 (libbiwak3): cleanup qt build
- 22:00 Revision ec23a808 (libbiwak3): add support for labels in GPIOs for qt build
17.11.2024
- 10:13 Revision 465a7279 (libbiwak3): time: code tuning
- Save some bytes.
- 10:12 Revision 2214eb78 (libbiwak3): cleanup dead code
- 10:11 Revision 030a2dc3 (libbiwak3): CRtc::getSecondsSinceEpoch( ): use time_t instead of uint32_t
- 09:12 Revision e5a04458 (libbiwak3): implemented UTC to localtime conversion
11.11.2024
09.11.2024
08.11.2024
- 20:28 Revision 8a8ffe3c (libbiwak3): enhanced documentation
- 17:59 Revision 87173d66 (libbiwak3): fixed comments to let configuration searching script work
05.11.2024
04.11.2024
- 16:21 Feature #575 (Neu): Implement function to configure OSC with HSI only
- The HAL-OSC-Config function is quite large.It has to contain every scenario.
An HSI-only version should shrink binar... - 16:09 Fehler #568 (In Bearbeitung): flash-i2c: avoid delays; check for busy
- Create statistic, how long it may need.
01.11.2024
- 19:30 Revision 3f1c69aa (libbiwak3): updated changelog for v2.10.1
- 19:22 Revision 617504a4 (libbiwak3): uart: added delay when uart is busy
- Needed in bringup
- 19:21 Revision d01d851e (libbiwak3): i2cflash: writeData: return specific error code when waitBusy() failed
- 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... - 19:18 Revision 60fab84a (libbiwak3): fixed debug output
- 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... - 19:15 Revision 30377a94 (libbiwak3): flash: fixed shadowed attribute
- acquireMemory() could fail.
31.10.2024
30.10.2024
- 20:32 Revision a008179b (libbiwak3): function in own compile unit can not be constexpr
- 20:17 Revision 766cd68c (libbiwak3): Merge branch 'devel' of git.seesslen.net:src/libbiwak into devel
- 20:12 Revision 3b49a2e5 (libbiwak3): shrink
- 20:12 Revision 3a7a5ff4 (libbiwak3): spi: make nested spi chipselect configurable
- 18:33 Revision 1435e55f (libbiwak3): fixed typo
- 17:02 Revision a77a5991 (libbiwak3): fixed building for host
- 16:37 Revision f73a73db (libbiwak3): downsize
- 13:57 Revision 9a03ac82 (libbiwak3): ignore volatile for HAL header also for STM32L4
- 13:47 Revision 845784a4 (libbiwak3): ignore volatile for HAL header also for STM32G4
- 13:40 Revision e30aa33b (libbiwak3): ignore volatile for HAL header also for STM32G0
- 11:16 Revision 6a4ea277 (libbiwak3): ignore volatile for HAL header only for STM32L1
- 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...
Auch abrufbar als: Atom