Projekt

Allgemein

Profil

Aktivität

von 02.11.2023 bis 01.12.2023

30.11.2023

22:24 Biwak Revision fd9a18f4 (libbiwak3): CRC: fixed building when .DefaultPolynomialUse init field is available
Redmine Admin
22:13 Biwak Revision b830e546 (libbiwak3): fixed building for x86
Redmine Admin
22:05 Biwak Revision f6cf8bf5 (libbiwak3): revert merge issue
Redmine Admin
22:01 Biwak Revision 48f8f02b (libbiwak3): fixed merge conflict
Redmine Admin
22:00 Biwak Revision 017445e0 (libbiwak3): fixed building on x86
Redmine Admin
21:26 Biwak Revision d971be54 (libbiwak3): [451] support gpio auto init for uart
Redmine Admin
21:20 Biwak Revision 1239df1a (libbiwak3): draft
Redmine Admin
21:13 Biwak Revision 0bfe4d6d (libbiwak3): [451] draft for direct gpio init
Redmine Admin
21:11 Biwak Revision 27d3e927 (libbiwak3): [452] use curly brace init for uart
Redmine Admin
21:03 Biwak Feature #452 (Abgewiesen): curly brace init for periphery typedefs in peripherie constuctors
Should be more clean. Maximilian Seesslen
21:00 Biwak Revision 7200ba3b (libbiwak3): cleanup
Redmine Admin
20:40 Biwak Feature #451 (Erledigt): support direct gpio init
arena can initialize gpios for periphery like CAN, SPI and I2C directly in the generated init-function.
The GPIOs ar...
Maximilian Seesslen
15:54 liblepto Feature #450 (Neu): CRing: the m_top/m_bottom concept wastes one entry
Use an m_top/m_entries approach.
Would not be thread-save. Additional counter needed.
Round-Counter-Bit would help....
Maximilian Seesslen
15:48 liblepto Fehler #447 (Erledigt): crc32: the finalize step is integrated into calcCrc32()
Maximilian Seesslen
11:31 Biwak Revision 342586e9 (libbiwak3): can: init handler structure directly via curly brace initializing
Redmine Admin
11:30 Biwak Revision 6a3aa2f9 (libbiwak3): crc32: init handler structure directly via curly brace initializing
Redmine Admin
11:27 Biwak Revision 41b7bf88 (libbiwak3): i2c, spi: dont hold gpios in object
Just initialize them once and forget about them. Redmine Admin

29.11.2023

20:57 Biwak Revision 1ae982a6 (libbiwak3): cleanup
Redmine Admin
19:11 Biwak Revision 9fc38a6c (libbiwak3): fixed compiler warning
Redmine Admin
18:33 Biwak Revision 56703315 (libbiwak3): fixed merge conflict
Redmine Admin
18:27 Biwak Revision 27e22270 (libbiwak3): Merge branch 'devel' of /data/srv/git/libbiwak into devel
Redmine Admin
18:23 Biwak Revision 14a5effc (libbiwak3): Merge branch 'devel' of /data/srv/git/libbiwak into devel
Redmine Admin
18:21 Biwak Revision 95da7af2 (libbiwak3): CFlashIntern: calculate user start
Redmine Admin
18:17 Biwak Revision 45dcfc32 (libbiwak3): reduced debug output
Redmine Admin
18:16 Biwak Revision 997c8b9f (libbiwak3): adopted linker script changes
Redmine Admin
18:13 Biwak Revision 6a2670f7 (libbiwak3): rfm69cw: fix out of boundary array access
Redmine Admin
14:12 Biwak Revision 1a155d0a (libbiwak3): linker script: dont provide symbol at the end on the flash
providing a symbvol at the first user usable flash has a problem on devices
where no flash is left; the binary does n...
Redmine Admin
14:09 Biwak Feature #449 (Abgewiesen): Test "_end_data_flash"
Setting an symbol to the first usable area has some problems on 16k devices when there is no free sectors.
_start_us...
Maximilian Seesslen
12:21 Biwak Revision 8c98fc84 (libbiwak3): fixed building for x86
Redmine Admin
12:17 Biwak Revision f498531a (libbiwak3): disabled debug log for retain
Redmine Admin
11:48 Biwak Revision 6c544beb (libbiwak3): changed crc functions to c functions to allow mapping via arena
Redmine Admin
11:21 Biwak Revision 11d4a8cb (libbiwak3): fixed building CRC for non STM32F1
Redmine Admin

28.11.2023

21:55 Biwak Revision c68a243f (libbiwak3): heartbeat: beckon: only use warning with different time, not a complete own mode
Redmine Admin
21:54 Biwak Revision 26945498 (libbiwak3): rfm69cw: reduced debug level to avoid heartbeat led blinking
Redmine Admin
21:53 Biwak Revision 5efe90e1 (libbiwak3): adopted lepto changes
Redmine Admin
21:43 Biwak Revision e020dc1a (libbiwak3): [#446] CRC: generate correct CRC32-MPEG results for STM32F1
STM32F1 only supports units of 4 byte crc data. The 32bit-words have
to be swapped in endianess.
Redmine Admin
18:08 libcampo Feature #448 (Erledigt): hwdata: dump whole eeprom to bin files
the readout can be implemented in gdb script.... Maximilian Seesslen
12:02 liblepto Fehler #447 (Erledigt): crc32: the finalize step is integrated into calcCrc32()
Probably all crc32 calculations in the EEPROMs are wrong.
Unit tests are needed: update_crc32, finalize_crc32...
...
Maximilian Seesslen
10:39 liblepto Feature #446 (Erledigt): Catch CRC32 polynom for STM32F1
The result is different than current CRC32.
When unit-Tests for the device will get implemented, the corect algoryth...
Maximilian Seesslen

27.11.2023

20:20 Biwak Revision afc412f3 (libbiwak3): heartbeat: added 'beckon' to indicate via LED
Redmine Admin
20:19 Biwak Revision b54a54f6 (libbiwak3): rfm69: use static configuration block
Redmine Admin
09:36 Biwak Feature #440 (Erledigt): RFM69CW: remove magick from packet structure
Maximilian Seesslen

26.11.2023

17:59 Biwak Revision b7e9f3ac (libbiwak3): reduced binary size
Redmine Admin
16:22 Biwak Revision deefb384 (libbiwak3): optionally print timestamps in logs
Redmine Admin

25.11.2023

17:14 Biwak Revision c8a5c989 (libbiwak3): cleanup
Redmine Admin
15:59 Biwak Revision 6db1d063 (libbiwak3): rfm69cw: use listen-on in standby mode
Redmine Admin
13:36 Biwak Revision 370eb121 (libbiwak3): [#440]RFM69CW: remove magick from packet structure
Redmine Admin
11:03 Biwak Revision 271e69b4 (libbiwak3): [#440] RFM69CW: remove magick from packet structure
Redmine Admin
10:23 Biwak Revision 1d951fcb (libbiwak3): retain: added debug output
Redmine Admin

24.11.2023

14:38 Feature #144: implement hwdata stterm command
p/x (char [10])s
dump binary value foo (char[0x80])s
Maximilian Seesslen
13:48 libcampo Feature #419 (Erledigt): make .campo optional
Maximilian Seesslen
13:48 libcampo Feature #436 (Erledigt): Activate CVagus again
Maximilian Seesslen

23.11.2023

10:57 Biwak Revision fbfd4335 (libbiwak3): updated changelog for v2.7.0
Redmine Admin

22.11.2023

20:35 Biwak Revision bcb97d64 (libbiwak3): draft
Redmine Admin

21.11.2023

20:03 Biwak Revision 7356c77a (libbiwak3): fixed building for x86 and with catch-1
Redmine Admin
13:57 libcampo Feature #419: make .campo optional
Before this the candis debug build is:
candis.bin: 114076
now it is:
candis.bin: 114420
But has a lot of new ...
Maximilian Seesslen

20.11.2023

00:12 Biwak Revision 59b143d6 (libbiwak3): adopted funtion renaming
Redmine Admin
23:01 Biwak Revision 4876ae19 (libbiwak3): Merge branch 'devel' of git.seesslen.net:src/libbiwak into devel
Redmine Admin
23:01 Biwak Revision 5253269a (libbiwak3): usb: increased rxSize to work with phonybl
Redmine Admin
23:00 Biwak Revision 36ce4e62 (libbiwak3): updated fonts
Redmine Admin
22:54 Biwak Revision 60e53140 (libbiwak3): fixed buildig for stm32l1
Redmine Admin
22:53 Biwak Revision bac51de4 (libbiwak3): fixed building for stm32l1
Redmine Admin
22:27 Biwak Revision 4120ff0d (libbiwak3): fixed building for stm32f1
Redmine Admin
21:55 Biwak Revision fd02dd57 (libbiwak3): fixed merge conflict
Redmine Admin
21:54 Biwak Revision a95f1175 (libbiwak3): gdisplay: support for mito display
Redmine Admin
21:53 Biwak Revision 9669560e (libbiwak3): uart: support stm32g0
Redmine Admin
21:52 Biwak Revision 33a0d2a9 (libbiwak3): spi: support half duplex
Redmine Admin
21:51 Biwak Revision 87dc4bbe (libbiwak3): updated 6x6-font
Redmine Admin
21:15 Biwak Revision a9b92671 (libbiwak3): fixed building tests
Redmine Admin
20:49 Biwak Revision 66682793 (libbiwak3): can: fixed enum for bitrate
Redmine Admin
11:47 Biwak Feature #440 (Erledigt): RFM69CW: remove magick from packet structure
The pre-magic is within the raw packet structure.
Just handle it like Post-Magic.
Reduce it to one byte to increase...
Maximilian Seesslen
11:07 Feature #360 (Erledigt): Split further sensor library
This is done: libscapus
Maximilian Seesslen
07:27 Biwak Revision ef74f4b8 (libbiwak3): Merge branch 'devel' of git.seesslen.net:src/libbiwak into devel
Redmine Admin
07:27 Biwak Revision ced4ed92 (libbiwak3): rfm69cw: send postfix for check consistence
Redmine Admin

19.11.2023

12:11 Biwak Revision 7c2f27ac (libbiwak3): added biwakPrintMemoryBaseInfo() to show binary size
Redmine Admin
08:13 Biwak Revision da432f49 (libbiwak3): cleanup
Redmine Admin
08:12 Biwak Revision 86d314b2 (libbiwak3): use dynamic log auto flush
Redmine Admin

18.11.2023

13:08 Biwak Revision cae26fc1 (libbiwak3): fixed merge conflict
Redmine Admin
13:07 Biwak Revision 47bd10d6 (libbiwak3): draft
Redmine Admin
11:33 Biwak Revision 0959c6e6 (libbiwak3): Merge branch 'devel' of git.seesslen.net:src/libbiwak into devel
Redmine Admin
11:33 Biwak Revision cf8cf353 (libbiwak3): can: dont use fixed bitrate
Redmine Admin

16.11.2023

21:45 Biwak Revision 1d03a900 (libbiwak3): fixed merge conflict
Redmine Admin
21:45 Biwak Revision 794bee8c (libbiwak3): fixed interrupt routine for stm32f0
Redmine Admin
21:39 Biwak Revision aee771e9 (libbiwak3): exti: fixed interrupt routine for stm32f0
Redmine Admin
18:04 libcampo Feature #436 (Erledigt): Activate CVagus again
An template class that already handles default stuff like storing Configuration/HWInfo, handling NMT.
Just the funct...
Maximilian Seesslen

11.11.2023

11:42 Biwak Revision 5da94709 (libbiwak3): rfm69cw: draft for using regConfig
Redmine Admin

06.11.2023

20:16 Biwak Revision 3e3080f0 (libbiwak3): rfm69cw: optionaly print register names
Redmine Admin
 

Auch abrufbar als: Atom