Projekt

Allgemein

Profil

Aktivität

von 26.10.2024 bis 24.11.2024

24.11.2024

14:23 Biwak Revision 3b32f40a (libbiwak3): Merge branch 'devel' of git.seesslen.net:src/libbiwak into devel
Redmine Admin
14:23 Biwak Revision 2fff067e (libbiwak3): cleanup
Redmine Admin
14:03 Biwak Revision 18b73d55 (libbiwak3): fixed running without DISPLAY
Redmine Admin
12:51 Biwak Revision ced6bfd7 (libbiwak3): fixed missing DISPLAY
Redmine Admin
12:32 Biwak Revision 648686ed (libbiwak3): fixed starting without DISPLAY
Redmine Admin
10:28 Biwak Revision bd85f6f3 (libbiwak3): fixed compiling
Redmine Admin
10:24 Biwak Revision 2ab39fac (libbiwak3): rtc: fixed syncing with option bytes on STM32F1
Redmine Admin

23.11.2024

18:39 Biwak Revision 2bd90326 (libbiwak3): cleanup
Redmine Admin
18:08 Biwak Revision 071cc8cb (libbiwak3): fixed build issues
Redmine Admin
17:45 Biwak Revision 762f342e (libbiwak3): further support for building for linux host
Most periphery is just dummy implementation. Project "CANDis" should
compile for linux.
Redmine Admin
13:04 Biwak Revision 3b1eb673 (libbiwak3): qt board gut: show timer
Redmine Admin

22.11.2024

20:28 Biwak Revision 275ec89f (libbiwak3): support pwm in qt board gui
Redmine Admin

20.11.2024

22:03 Biwak Revision e5a33a35 (libbiwak3): boardgui: split inputs and outputs
The outputs are checkboxes, the inputs are pushbuttons. Redmine Admin

19.11.2024

00:16 Biwak Revision 37e29028 (libbiwak3): Merge branch 'devel' of git.seesslen.net:src/libbiwak into devel
Redmine Admin
22:22 Biwak Revision 090d5c4d (libbiwak3): removed usage of handlerFreezerKeeper
Redmine Admin
22:18 Biwak Revision bb200dc7 (libbiwak3): fixed wrong return type
Redmine Admin
22:07 Biwak Revision 64e646f7 (libbiwak3): Merge branch 'squeezer' into devel
Redmine Admin
22:01 Biwak Revision 11525630 (libbiwak3): cleanup qt build
Redmine Admin
22:00 Biwak Revision ec23a808 (libbiwak3): add support for labels in GPIOs for qt build
Redmine Admin

17.11.2024

10:13 Biwak Revision 465a7279 (libbiwak3): time: code tuning
Save some bytes. Redmine Admin
10:12 Biwak Revision 2214eb78 (libbiwak3): cleanup dead code
Redmine Admin
10:11 Biwak Revision 030a2dc3 (libbiwak3): CRtc::getSecondsSinceEpoch( ): use time_t instead of uint32_t
Redmine Admin
09:12 Biwak Revision e5a04458 (libbiwak3): implemented UTC to localtime conversion
Redmine Admin

12.11.2024

17:49 Campo Feature #584 (Erledigt): How to handle time_t
Can be controlled with "newlib-long-time_h" in meson.
Having 32bit:
* Overflow 2038
Having 64bit:
* Arithmeti...
Maximilian Seesslen
16:49 fosh Fehler #583 (Neu): When too much commands are added, no command is available
Some strange behaviour when the list can not grow.
Some unit tests would be nice.
Maximilian Seesslen
16:17 Squeezer Fehler #576 (Erledigt): Some sources get "touched" on start. Rebuilding quite slow.
Maximilian Seesslen
15:01 CANDis Feature #582 (Neu): change TDT command to set/get time/date to time_t
RTC on device should store UTC.
Maximilian Seesslen
14:59 CANDis Feature #560 (Erledigt): Create library versions
Done during CS2024.10 Maximilian Seesslen
11:38 CANRec Feature #581 (Neu): replay only newer data
The replay command should contain time information.
e.g. only the last month can be replayed.
Maximilian Seesslen
11:37 CANRec Feature #580 (Neu): add command to erase older data
The blocks have to be moved.
Maximilian Seesslen

11.11.2024

22:37 Biwak Revision f31a7107 (libbiwak3): fixed missing header
Redmine Admin
10:57 TCB Feature #579 (Neu): Generate list of packages
To find depency problems, it would be nice to have a list of actualy used packages.
A script can then iterate over a...
Maximilian Seesslen
10:55 TCB Fehler #578 (Neu): Python from host is involved
Changing to 3.37.x failed. Good time point to find correct variables.
A function like "useHostPython" could be used.
Maximilian Seesslen
10:43 TCB Fehler #577 (Neu): Not all binaries get patched to use own interpreter
The GCC version is hardcoded in relocate script to only patch those files via patchelf.
Iterate over all files.
<...
Maximilian Seesslen

09.11.2024

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

08.11.2024

20:28 Biwak Revision 8a8ffe3c (libbiwak3): enhanced documentation
Redmine Admin
17:59 Biwak Revision 87173d66 (libbiwak3): fixed comments to let configuration searching script work
Redmine Admin
16:56 Squeezer Fehler #576 (Erledigt): Some sources get "touched" on start. Rebuilding quite slow.
The modification time gets updated.... Maximilian Seesslen

05.11.2024

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

04.11.2024

16:21 Biwak 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...
Maximilian Seesslen
16:09 Biwak Fehler #568 (In Bearbeitung): flash-i2c: avoid delays; check for busy
Create statistic, how long it may need.
Maximilian Seesslen

01.11.2024

19:30 Biwak Revision 3f1c69aa (libbiwak3): updated changelog for v2.10.1
Redmine Admin
19:22 Biwak Revision 617504a4 (libbiwak3): uart: added delay when uart is busy
Needed in bringup Redmine Admin
19:21 Biwak Revision d01d851e (libbiwak3): i2cflash: writeData: return specific error code when waitBusy() failed
Redmine Admin
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...
Redmine Admin
19:18 Biwak Revision 60fab84a (libbiwak3): fixed debug output
Redmine Admin
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...
Redmine Admin
19:15 Biwak Revision 30377a94 (libbiwak3): flash: fixed shadowed attribute
acquireMemory() could fail. Redmine Admin

31.10.2024

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

30.10.2024

20:32 Biwak Revision a008179b (libbiwak3): function in own compile unit can not be constexpr
Redmine Admin
20:17 Biwak Revision 766cd68c (libbiwak3): Merge branch 'devel' of git.seesslen.net:src/libbiwak into devel
Redmine Admin
20:12 Biwak Revision 3b49a2e5 (libbiwak3): shrink
Redmine Admin
20:12 Biwak Revision 3a7a5ff4 (libbiwak3): spi: make nested spi chipselect configurable
Redmine Admin
18:33 Biwak Revision 1435e55f (libbiwak3): fixed typo
Redmine Admin
17:02 Biwak Revision a77a5991 (libbiwak3): fixed building for host
Redmine Admin
16:37 Biwak Revision f73a73db (libbiwak3): downsize
Redmine Admin
13:57 Biwak Revision 9a03ac82 (libbiwak3): ignore volatile for HAL header also for STM32L4
Redmine Admin
13:47 Biwak Revision 845784a4 (libbiwak3): ignore volatile for HAL header also for STM32G4
Redmine Admin
13:40 Biwak Revision e30aa33b (libbiwak3): ignore volatile for HAL header also for STM32G0
Redmine Admin
11:16 Biwak Revision 6a4ea277 (libbiwak3): ignore volatile for HAL header only for STM32L1
Redmine Admin
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...
Redmine Admin

29.10.2024

22:57 Biwak Revision a2c48f02 (libbiwak3): fixed compilation for host
Redmine Admin
22:10 Biwak Revision db7a0037 (libbiwak3): wkup: fixed compiling for host
Redmine Admin
22:04 Biwak Revision b0599af2 (libbiwak3): cmake: added wkup.cpp
Redmine Admin
20:54 Biwak Revision 4e7580ed (libbiwak3): fixed building for host
Redmine Admin
20:17 Biwak Revision ed2771d1 (libbiwak3): updated for building for host
Redmine Admin
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.
Redmine Admin

28.10.2024

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

27.10.2024

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

26.10.2024

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

Auch abrufbar als: Atom