Aktivität
von 04.07.2023 bis 02.08.2023
02.08.2023
-
20:13 Biwak Revision 6be8a10e (libbiwak3): systick: cleanup and added tests
-
12:04 Biwak Revision fbb3c353 (libbiwak3): fixed compiling for stm32g4
-
12:04 Biwak Revision 8c0b8d67 (libbiwak3): fixed compiling for x86
-
11:27 Biwak Revision a94b7183 (libbiwak3): fixed compiler warning for ISR
01.08.2023
-
22:29 Biwak Revision ffdf174c (libbiwak3): fixed merge conflict
-
22:08 Biwak Revision 8f933d59 (libbiwak3): Merge branch 'devel' of git.seesslen.net:src/libbiwak into devel
-
21:52 Biwak Revision 3e266337 (libbiwak3): fixed merge conflict
-
21:37 Biwak Revision 504cde67 (libbiwak3): fixed merge conflict
-
21:17 Biwak Revision a961d538 (libbiwak3): Merge branch 'devel' of git.seesslen.net:src/libbiwak into devel
-
20:57 Biwak Revision f45272a7 (libbiwak3): fixed merge conflict
-
20:45 Biwak Revision bc3c2b3b (libbiwak3): Merge branch 'devel' of git.seesslen.net:src/libbiwak into devel
-
20:31 Biwak Revision 54a3961e (libbiwak3): fixed building for devices without USB
-
20:27 Biwak Revision f84e6bce (libbiwak3): fixed building CLcd
-
20:23 Biwak Revision 7c394bc8 (libbiwak3): added support for stm32g0
-
20:18 Biwak Revision 3b412e7a (libbiwak3): cleanup
-
20:14 Biwak Revision 80316419 (libbiwak3): biwakInit(): apply SYSCFG_CFGR1_PA11_PA12_RMP remap for STM32F042 automatically
-
20:11 Biwak Revision 5110b7fe (libbiwak3): fixed building for MCUs without USB support
-
20:08 Biwak Revision 37ba5c55 (libbiwak3): fixed building for MCUs without USB support
-
20:03 Biwak Revision a28dbda3 (libbiwak3): cleanup
31.07.2023
-
21:06 Biwak Revision 5c6af659 (libbiwak3): Merge branch 'devel' of git.seesslen.net:src/libbiwak into devel
-
21:05 Biwak Revision 534f5ca8 (libbiwak3): fixed building for x86
-
20:42 Biwak Revision 7a265578 (libbiwak3): Merge branch 'devel' of git.seesslen.net:src/libbiwak into devel
-
20:42 Biwak Revision de2793bc (libbiwak3): fixed building for x86
-
20:36 Biwak Revision 4bf99fcb (libbiwak3): Merge branch 'devel' of git.seesslen.net:src/libbiwak into devel
-
20:36 Biwak Revision e0ecb546 (libbiwak3): compile i2c_rtc.cpp only for STM32
-
20:35 Biwak Revision 2801d49b (libbiwak3): fixed x86 build
-
20:11 Biwak Revision 8c86cfa5 (libbiwak3): Merge branch 'devel' of git.seesslen.net:src/libbiwak into devel
-
20:10 Biwak Revision a21ed5c3 (libbiwak3): fixed building x86
-
20:05 Biwak Revision c900e0aa (libbiwak3): Merge branch 'devel' of git.seesslen.net:src/libbiwak into devel
-
20:05 Biwak Revision d1c57530 (libbiwak3): fixed compiler warning
-
19:55 Biwak Revision 31d3891c (libbiwak3): fixed compiling
-
19:55 Biwak Revision c55cc480 (libbiwak3): unvolke i2c_rtc.cpp only on STM32
30.07.2023
-
15:19 Biwak Revision c4a48432 (libbiwak3): updated changelog for v2.5.6
-
15:00 Biwak Revision 9335066c (libbiwak3): usb: support multiple class descriptors
-
14:28 Biwak Revision 1c5dc8c4 (libbiwak3): USB: disabled debug output
-
14:26 Biwak Revision a0bd6a60 (libbiwak3): stdio: use CIOStream instead of CUart
-
14:24 Biwak Revision c8c96c9c (libbiwak3): added i2c_rtc again
-
11:01 Biwak Revision b80d7905 (libbiwak3): fixed merge problems
-
11:00 Biwak Revision bed52afd (libbiwak3): gpio: fixed data type for alternate function
- needs to be signed to check if alternate function has to be skipped
-
10:57 Biwak Revision 47dcf1cb (libbiwak3): linkerscript: removed variable check via DEFINED()
- When multiple linkerscripts are used, the DEFINED is not set and default
values are used which is bad.
29.07.2023
-
22:36 Biwak Revision b89990a7 (libbiwak3): fixed merge conflict
-
22:10 Biwak Revision 8227ed36 (libbiwak3): fixed merge conflict
-
22:06 Biwak Revision c84fada0 (libbiwak3): Merge branch 'master' into devel
-
22:06 Biwak Revision ee141775 (libbiwak3): Merge branch 'master' of git.seesslen.net:src/libbiwak
-
22:05 Biwak Revision 9bc2751b (libbiwak3): fixed merge conflicts
-
21:36 Biwak Revision ab3f1088 (libbiwak3): fixed merge conflict
-
21:28 Biwak Revision 22caab25 (libbiwak3): uart: draft for interrupt objects
-
20:08 Biwak Revision e4b83d8f (libbiwak3): updated changelog for v2.5.5
-
19:36 Biwak Revision 2df8e45b (libbiwak3): CHeartbeat: implement calm()
- w.g. when sensors are not available, heartbeat would already go to error
state. calm() can be used to reset the error... -
19:35 Biwak Revision f7313312 (libbiwak3): reference keeper variables in biwakInit()
- Avoid to do this in main()
-
19:33 Biwak Revision 775d04e0 (libbiwak3): determine LSE usage in biwakInit()
- It does not have to be specified in main()
-
19:31 Biwak Revision 5b6b0458 (libbiwak3): gettimeofday: assume summer time
- This should to be detected somehow
-
13:19 Biwak Revision 9693fb14 (libbiwak3): fixed merge conflict
-
13:17 Biwak Revision eaccfb9b (libbiwak3): rtc: use BIWAK_USE_LSE to set lsi/lse
-
13:14 Biwak Revision 7864a0a0 (libbiwak3): set default CAN bitrate to 500KBit
28.07.2023
-
19:15 Biwak Revision 304ce91a (libbiwak3): Merge branch 'devel' of git.seesslen.net:src/libbiwak into devel
-
19:14 Biwak Revision 85b45135 (libbiwak3): avoid linker argument '--no-warn-rwx-segmen' for gcc older than 13.0
-
19:09 Biwak Revision ec031dd9 (libbiwak3): fixed merge conflict
-
19:02 Biwak Revision a6ab86e0 (libbiwak3): rtc: fixed building when rtc-wakeup is not supported
-
19:02 Biwak Revision 9b1eedde (libbiwak3): avoid linker argument '--no-warn-rwx-segmen' for gcc older than 13.0
-
18:51 Biwak Revision 9aa4ce20 (libbiwak3): Merge branch 'devel' of git.seesslen.net:src/libbiwak into devel
-
18:50 Biwak Revision 677b75ed (libbiwak3): setup periphery clock selection for LCD in constructor
-
18:49 Biwak Revision 9d2f8bbb (libbiwak3): avoid linker argument '--no-warn-rwx-segmen' for gcc older than 13.0
-
18:47 Biwak Revision 627404cd (libbiwak3): fixed merge conflict
-
18:46 Biwak Revision eebe384b (libbiwak3): rtc: fixed building when rtc-wakeup is not supported
-
18:45 Biwak Revision 379e8846 (libbiwak3): avoid linker argument '--no-warn-rwx-segmen' for gcc older than 13.0
-
18:39 Biwak Revision 5aa2e0b7 (libbiwak3): fixed merge conflict
-
18:36 Biwak Revision bc2f6c15 (libbiwak3): rtc: fixed building when rtc-wakeup is not supported
-
18:35 Biwak Revision c846cb37 (libbiwak3): avoid linker argument '--no-warn-rwx-segmen' for gcc older than 13.0
-
18:26 Biwak Revision 9b8e4739 (libbiwak3): Merge branch 'devel' of git.seesslen.net:src/libbiwak into devel
-
18:24 Biwak Revision 616c04f8 (libbiwak3): avoid linker argument '--no-warn-rwx-segmen' for gcc older than 13.0
-
18:20 Biwak Revision 5444be4a (libbiwak3): Merge branch 'devel' of git.seesslen.net:src/libbiwak into devel
-
18:16 Biwak Revision 9b88bdfb (libbiwak3): avoid linker argument '--no-warn-rwx-segmen' for gcc older than 13.0
-
18:10 Biwak Revision 9e338ca8 (libbiwak3): fixed merge conflict
-
18:07 Biwak Revision 064ea5bd (libbiwak3): rtc: fixed building when rtc-wakeup is not supported
-
18:06 Biwak Revision d1cb310d (libbiwak3): avoid linker argument '--no-warn-rwx-segmen' for gcc older than 13.0
-
17:57 Biwak Revision 331fa76c (libbiwak3): Merge branch 'devel' of git.seesslen.net:src/libbiwak into devel
-
17:56 Biwak Revision 2a7daa74 (libbiwak3): avoid linker argument '--no-warn-rwx-segmen' for gcc older than 13.0
-
17:47 Biwak Revision 0a9e8cce (libbiwak3): fixed merge conflict
-
17:41 Biwak Revision 98357a1d (libbiwak3): Merge branch 'master' of git.seesslen.net:src/libbiwak
-
17:40 Biwak Revision 37521c4c (libbiwak3): avoid linker argument '--no-warn-rwx-segmen' for gcc older than 13.0
-
17:40 Biwak Revision 9de8efc7 (libbiwak3): rtc: fixed building when rtc-wakeup is not supported
-
17:19 Biwak Revision 04f4d20d (libbiwak3): Merge branch 'master' of git.seesslen.net:src/libbiwak into devel
-
17:17 Biwak Revision 63f0e42d (libbiwak3): rtc: fixed building when rtc-wakeup is not supported
-
17:16 Biwak Revision 336d479b (libbiwak3): avoid linker argument '--no-warn-rwx-segmen' for gcc older than 13.0
-
17:14 Biwak Revision 577632b1 (libbiwak3): avoid linker argument '--no-warn-rwx-segmen' for gcc older than 13.0
24.07.2023
22.07.2023
-
16:31 Biwak Revision 74d1170c (libbiwak3): fixed x86 building
-
16:06 Biwak Revision f79ed658 (libbiwak3): Use own linker script
- Doing magic with insertion to section from another linkerscript does not work well.
It depends on order of the parame...
21.07.2023
20.07.2023
-
21:25 Biwak Revision d682a8af (libbiwak3): fixed merge conflict
-
11:40 libcampo Feature #419 (Erledigt): make .campo optional
- e.g. cant create documentation for libraries.
-
11:03 libcampo Feature #418 (Neu): campo.sh: verify "release" function
- * Must really not be dirty (dont ignore submodules)
* Every submodule must have zero distance to an release tag
* C... -
10:45 libHALWrapper Feature #417 (Abgewiesen): use fixed tags from github
- Already done.
19.07.2023
-
18:40 libHALWrapper Feature #417 (Abgewiesen): use fixed tags from github
- Using master leads to unreproducible builds.
18.07.2023
-
21:46 Biwak Revision 1b50189f (libbiwak3): updated changelog for v2.5.2
-
21:41 Biwak Revision fc4113a9 (libbiwak3): linker scripts: insert interrupt objects before section 'ebss' instead of 'lbss'
13.07.2023
-
13:55 Cordyceps Feature #365: Show event marker in plots
- Could be supported by MPlotter. A coordinate-value (x(time)/y(value)) could have an additional type. Could be easily ...
-
11:34 Cordyceps Fehler #415 (Erledigt): Fix right navigator bar
-
11:34 Cordyceps Feature #414 (Erledigt): use nice theme pictures for right tab navigation
12.07.2023
-
10:28 Cordyceps Fehler #415 (Erledigt): Fix right navigator bar
- Clicking icons does not do anything.
11.07.2023
-
23:20 Cordyceps Feature #412 (Erledigt): Load multiple plots from XML file
-
23:19 Cordyceps Feature #413 (Erledigt): use CTdtDb as pointer in CTdtPrinter
-
22:31 Cordyceps Feature #413: use CTdtDb as pointer in CTdtPrinter
- Check if relation can be split again.
-
22:32 Cordyceps Feature #411 (Abgewiesen): Load node database at startup
- The database could be huge. Having only existing data in the prints is ok.
-
16:52 Cordyceps Feature #414: use nice theme pictures for right tab navigation
- CAN
CAN-TDT
Gadgets
Plotter
Plotter2
Serial
-
16:42 Cordyceps Feature #414 (Erledigt): use nice theme pictures for right tab navigation
https://github.com/googlefonts/noto-emoji.git
https://emojipedia.org/search/?q=monitor
CAN U+1F5A7
CAN...
10.07.2023
-
18:20 Cordyceps Feature #413 (Erledigt): use CTdtDb as pointer in CTdtPrinter
- Corrently for each reseived message, an new CTdtDb is instanciated. And so the TDT-XML descriptor is parsed every time.
-
09:14 Cordyceps Feature #412 (Erledigt): Load multiple plots from XML file
- At the moment only one plot can be saved/loaded.
The nodeid has to be stored/loaded.
-
09:02 Cordyceps Feature #411 (Abgewiesen): Load node database at startup
- Lepto supports loading node names now.
The labels should be loaded at startup. -So everytime cordyceps starts, the c...
Auch abrufbar als: Atom