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
- 22:13 Biwak Revision b830e546 (libbiwak3): fixed building for x86
- 22:05 Biwak Revision f6cf8bf5 (libbiwak3): revert merge issue
- 22:01 Biwak Revision 48f8f02b (libbiwak3): fixed merge conflict
- 22:00 Biwak Revision 017445e0 (libbiwak3): fixed building on x86
- 21:26 Biwak Revision d971be54 (libbiwak3): [451] support gpio auto init for uart
- 21:20 Biwak Revision 1239df1a (libbiwak3): draft
- 21:13 Biwak Revision 0bfe4d6d (libbiwak3): [451] draft for direct gpio init
- 21:11 Biwak Revision 27d3e927 (libbiwak3): [452] use curly brace init for uart
- 21:03 Biwak Feature #452 (Abgewiesen): curly brace init for periphery typedefs in peripherie constuctors
- Should be more clean.
- 21:00 Biwak Revision 7200ba3b (libbiwak3): cleanup
- 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... - 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.... - 15:48 liblepto Fehler #447 (Erledigt): crc32: the finalize step is integrated into calcCrc32()
- 11:31 Biwak Revision 342586e9 (libbiwak3): can: init handler structure directly via curly brace initializing
- 11:30 Biwak Revision 6a3aa2f9 (libbiwak3): crc32: init handler structure directly via curly brace initializing
- 11:27 Biwak Revision 41b7bf88 (libbiwak3): i2c, spi: dont hold gpios in object
- Just initialize them once and forget about them.
29.11.2023
- 20:57 Biwak Revision 1ae982a6 (libbiwak3): cleanup
- 19:11 Biwak Revision 9fc38a6c (libbiwak3): fixed compiler warning
- 18:33 Biwak Revision 56703315 (libbiwak3): fixed merge conflict
- 18:27 Biwak Revision 27e22270 (libbiwak3): Merge branch 'devel' of /data/srv/git/libbiwak into devel
- 18:23 Biwak Revision 14a5effc (libbiwak3): Merge branch 'devel' of /data/srv/git/libbiwak into devel
- 18:21 Biwak Revision 95da7af2 (libbiwak3): CFlashIntern: calculate user start
- 18:17 Biwak Revision 45dcfc32 (libbiwak3): reduced debug output
- 18:16 Biwak Revision 997c8b9f (libbiwak3): adopted linker script changes
- 18:13 Biwak Revision 6a2670f7 (libbiwak3): rfm69cw: fix out of boundary array access
- 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... - 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... - 12:21 Biwak Revision 8c98fc84 (libbiwak3): fixed building for x86
- 12:17 Biwak Revision f498531a (libbiwak3): disabled debug log for retain
- 11:48 Biwak Revision 6c544beb (libbiwak3): changed crc functions to c functions to allow mapping via arena
- 11:21 Biwak Revision 11d4a8cb (libbiwak3): fixed building CRC for non STM32F1
28.11.2023
- 21:55 Biwak Revision c68a243f (libbiwak3): heartbeat: beckon: only use warning with different time, not a complete own mode
- 21:54 Biwak Revision 26945498 (libbiwak3): rfm69cw: reduced debug level to avoid heartbeat led blinking
- 21:53 Biwak Revision 5efe90e1 (libbiwak3): adopted lepto changes
- 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. - 18:08 libcampo Feature #448 (Erledigt): hwdata: dump whole eeprom to bin files
- the readout can be implemented in gdb script....
- 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...
... - 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...
27.11.2023
- 20:20 Biwak Revision afc412f3 (libbiwak3): heartbeat: added 'beckon' to indicate via LED
- 20:19 Biwak Revision b54a54f6 (libbiwak3): rfm69: use static configuration block
- 09:36 Biwak Feature #440 (Erledigt): RFM69CW: remove magick from packet structure
26.11.2023
- 17:59 Biwak Revision b7e9f3ac (libbiwak3): reduced binary size
- 16:22 Biwak Revision deefb384 (libbiwak3): optionally print timestamps in logs
25.11.2023
- 17:14 Biwak Revision c8a5c989 (libbiwak3): cleanup
- 15:59 Biwak Revision 6db1d063 (libbiwak3): rfm69cw: use listen-on in standby mode
- 13:36 Biwak Revision 370eb121 (libbiwak3): [#440]RFM69CW: remove magick from packet structure
- 11:03 Biwak Revision 271e69b4 (libbiwak3): [#440] RFM69CW: remove magick from packet structure
- 10:23 Biwak Revision 1d951fcb (libbiwak3): retain: added debug output
24.11.2023
- 14:38 Feature #144: implement hwdata stterm command
- p/x (char [10])s
dump binary value foo (char[0x80])s
- 13:48 libcampo Feature #419 (Erledigt): make .campo optional
- 13:48 libcampo Feature #436 (Erledigt): Activate CVagus again
23.11.2023
22.11.2023
- 20:35 Biwak Revision bcb97d64 (libbiwak3): draft
21.11.2023
- 20:03 Biwak Revision 7356c77a (libbiwak3): fixed building for x86 and with catch-1
- 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 ...
20.11.2023
- 00:12 Biwak Revision 59b143d6 (libbiwak3): adopted funtion renaming
- 23:01 Biwak Revision 4876ae19 (libbiwak3): Merge branch 'devel' of git.seesslen.net:src/libbiwak into devel
- 23:01 Biwak Revision 5253269a (libbiwak3): usb: increased rxSize to work with phonybl
- 23:00 Biwak Revision 36ce4e62 (libbiwak3): updated fonts
- 22:54 Biwak Revision 60e53140 (libbiwak3): fixed buildig for stm32l1
- 22:53 Biwak Revision bac51de4 (libbiwak3): fixed building for stm32l1
- 22:27 Biwak Revision 4120ff0d (libbiwak3): fixed building for stm32f1
- 21:55 Biwak Revision fd02dd57 (libbiwak3): fixed merge conflict
- 21:54 Biwak Revision a95f1175 (libbiwak3): gdisplay: support for mito display
- 21:53 Biwak Revision 9669560e (libbiwak3): uart: support stm32g0
- 21:52 Biwak Revision 33a0d2a9 (libbiwak3): spi: support half duplex
- 21:51 Biwak Revision 87dc4bbe (libbiwak3): updated 6x6-font
- 21:15 Biwak Revision a9b92671 (libbiwak3): fixed building tests
- 20:49 Biwak Revision 66682793 (libbiwak3): can: fixed enum for bitrate
- 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... - 11:07 Feature #360 (Erledigt): Split further sensor library
- This is done: libscapus
- 07:27 Biwak Revision ef74f4b8 (libbiwak3): Merge branch 'devel' of git.seesslen.net:src/libbiwak into devel
- 07:27 Biwak Revision ced4ed92 (libbiwak3): rfm69cw: send postfix for check consistence
19.11.2023
- 12:11 Biwak Revision 7c2f27ac (libbiwak3): added biwakPrintMemoryBaseInfo() to show binary size
- 08:13 Biwak Revision da432f49 (libbiwak3): cleanup
- 08:12 Biwak Revision 86d314b2 (libbiwak3): use dynamic log auto flush
18.11.2023
- 13:08 Biwak Revision cae26fc1 (libbiwak3): fixed merge conflict
- 13:07 Biwak Revision 47bd10d6 (libbiwak3): draft
- 11:33 Biwak Revision 0959c6e6 (libbiwak3): Merge branch 'devel' of git.seesslen.net:src/libbiwak into devel
- 11:33 Biwak Revision cf8cf353 (libbiwak3): can: dont use fixed bitrate
16.11.2023
- 21:45 Biwak Revision 1d03a900 (libbiwak3): fixed merge conflict
- 21:45 Biwak Revision 794bee8c (libbiwak3): fixed interrupt routine for stm32f0
- 21:39 Biwak Revision aee771e9 (libbiwak3): exti: fixed interrupt routine for stm32f0
- 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...
11.11.2023
06.11.2023
Auch abrufbar als: Atom