Aktivität
von 04.08.2022 bis 02.09.2022
02.09.2022
- 18:13 libocelli Feature #237 (Erledigt): Implement icons
- Does Biwak already support such thing? Expect the drawLine.
Set background color; Alpha-Channel would be nice.
Its ... - 11:51 Feature #236 (Erledigt): Fix cmake include structure
- At the moment every subdir has a bunch of "include_directories".
This should be handeled different in CMake.
An sub... - 11:01 Fehler #130 (Erledigt): cmake gitversion.h is not correct
- using shell script now.
01.09.2022
- 21:35 Biwak Revision 2a0a2976 (libbiwak3): drawText: support eTextFlagsVCenter
- 21:00 Biwak Revision eeeecca4 (libbiwak3): CPwmLine: implemented faddeModeActive()
- 19:41 Biwak Revision 49a84c0b (libbiwak3): Merge branch 'master' of /media/mase/Backup/srv/git/src/libbiwak
- 19:41 Biwak Revision 42d08d92 (libbiwak3): cleanup
- 19:32 Biwak Revision 0725c624 (libbiwak3): cleanup
29.08.2022
- 19:33 Biwak Unterstützung #224 (Erledigt): EXTI: implement new interrupt procedure
- 19:32 Biwak Feature #226 (Erledigt): CPwmLine: implement blink mode
- 19:29 Biwak Revision 09e9cca9 (libbiwak3): removed CInterrupt
- 19:28 Biwak Revision 08adb8ad (libbiwak3): removed CInterrupt
- 19:25 libcampo Feature #223 (Erledigt): bringup: show library version, not only SHA
- done.
- 12:57 libocelli Feature #230 (Erledigt): Implement buttons
- 11:35 Biwak Feature #228 (Abgewiesen): CPwmLine: implement blink mode adjustement
- The beep mode e.g. handles fade in/out Light or to have an smothly blinking LED.
A special feature is needed to en...
28.08.2022
27.08.2022
- 15:46 Biwak Revision c354b79b (libbiwak3): implemented CBarrelOrgan to handle PWM beep-modes and fade-modes
- 13:36 Biwak Revision 3ffe2c59 (libbiwak3): pwm: implemented fade modes
- 12:55 Biwak Feature #190 (Erledigt): add host tool canpong
- Moved to libcampo.
- 12:53 Biwak Revision aac435b8 (libbiwak3): moved canpong to campo
- 12:53 Biwak Revision e4aed86c (libbiwak3): can: cleanup
- 12:51 Biwak Feature #225 (Erledigt): Implement TSC2007 touch controller
- Done.
- 12:50 Biwak Feature #218 (Erledigt): Clean up CAN code
- 12:49 Biwak Revision 92188210 (libbiwak3): can: cleanup
- 12:40 Biwak Revision 7a0e92b0 (libbiwak3): can: fixes for stm32g4
- 12:36 Biwak Revision 65666f2a (libbiwak3): can: fixes for stm32f0
- 11:20 Biwak Revision ea31b608 (libbiwak3): [#218] dynamically calculate bitrate configuration
- 10:55 Biwak Revision c75643f3 (libbiwak3): [#218] cleanuip
- 10:43 Biwak Revision 6feb647b (libbiwak3): [#218] fixed receiving FDCAN messages
- 10:13 Biwak Revision 2f32a47d (libbiwak3): [#218] draft for FDCAN support in CCan
26.08.2022
- 20:33 Biwak Revision fdb31d25 (libbiwak3): fixed touch_tsc2007
- 20:30 Biwak Revision 18411270 (libbiwak3): gdisplay: fixed clearing display
25.08.2022
- 19:22 Biwak Revision 87345992 (libbiwak3): tsc2007: emit signal when touch is pressed
- 19:21 Biwak Revision bbe1b3be (libbiwak3): added CTouchCalibration
24.08.2022
- 20:35 Biwak Revision 9ae27030 (libbiwak3): tsc2007: started implementation
- 14:17 Biwak Feature #226 (Erledigt): CPwmLine: implement blink mode
- The beep mode changes frequency according to array.
The blink mode should change pwm values.This is neccessary to fa... - 11:07 Biwak Feature #225 (Erledigt): Implement TSC2007 touch controller
- Not completed yet. Only part of CANDis main.cpp.
- 11:05 Biwak Unterstützung #224 (Erledigt): EXTI: implement new interrupt procedure
- The current implementation looks a little bit strange.
The CExti is no interrupt but the CInput is.
CExti should be...
23.08.2022
- 18:32 libcampo Feature #223 (Erledigt): bringup: show library version, not only SHA
- (regex: 'v[0-9]+\.[0-9]+\.[0-9]+')
git describe --tags --match 'v[0-9]*.[0-9]*.[0-9]*'
- 18:14 Biwak Feature #190: add host tool canpong
- Move tool to campo. Its "CBringup"-specific.
- 17:12 libcampo Feature #222 (Erledigt): bringup: add results with type info
- * Flash sizes
* Eeprom sizes, Address-size
* MCU
** uint32_t HAL_GetREVID (void )
** uint32_t HAL_GetDEVID (void ... - 12:02 Feature #194 (Erledigt): Move class tester to class "CBringup" in libcampo
- 12:01 Unterstützung #82 (Erledigt): Add test functions for periphery
22.08.2022
- 20:56 Biwak Revision dc4692f7 (libbiwak3): added CTouchTsc2007 class
- 12:13 libcampo Feature #220 (Erledigt): CBringup: add user input function
- Altough the code does not shrink, it makes it more readable;...
- 11:19 Biwak Feature #190: add host tool canpong
- Move it to campo. Its related to CBringup.
20.08.2022
- 19:25 Biwak Revision 4dfadd9d (libbiwak3): usb: disabled interrupts in destructor
- 18:34 Biwak Revision a5f8ad20 (libbiwak3): added i2c rtc
17.08.2022
- 16:17 Biwak Feature #218 (Erledigt): Clean up CAN code
- Clean up all the timing calculation garbage.
The values should be determined only by the periphery clock and bus Spe...
16.08.2022
- 18:44 Unterstützung #82: Add test functions for periphery
- Markdown can be used for protocol;
# Test Protocol 'CANDis'
|System information||
|:------ |:----------- |
|S... - 17:42 Unterstützung #82: Add test functions for periphery
- An nice protocoll should be created without the interaction (e.g. "press button") output.
An test should have sub-te... - 13:38 Biwak Revision 887cc3e7 (libbiwak3): working usb keyboard
- 12:41 Biwak Revision ce50be97 (libbiwak3): usb: draft for usb keyboard
15.08.2022
- 22:30 Biwak Revision 477578de (libbiwak3): fdcan: adjusted for 48Mhz clock
- 20:59 Biwak Revision 4b576614 (libbiwak3): removed garbage
- 20:58 Biwak Revision 09879a8d (libbiwak3): draft
- 20:44 Biwak Revision c1304bf7 (libbiwak3): Merge branch 'master' of /media/mase/Backup/srv/git/src/libbiwak
- 20:44 Biwak Revision 5217cbcc (libbiwak3): CI2cSlave: added method i2cReadWord()
- 20:06 Biwak Revision 62725462 (libbiwak3): draft for fdcan
14.08.2022
- 14:46 Biwak Revision ba92a45b (libbiwak3): fixed merge conflict
- 14:46 Biwak Revision 2fbb44cb (libbiwak3): fixed pin modes for can
12.08.2022
- 19:24 Biwak Revision 426eb56a (libbiwak3): draft
- 14:27 Biwak Revision 878d52fc (libbiwak3): fdcan: draft
- 12:11 Biwak Revision 2dc0ff52 (libbiwak3): fdcan: draft
11.08.2022
- 14:17 Biwak Revision e6708ee2 (libbiwak3): cleanup
- 14:13 Biwak Revision 098a0d89 (libbiwak3): Merge branch 'master' of /media/mase/Backup/srv/git/src/libbiwak
- 14:12 Biwak Revision 8d1a6ff1 (libbiwak3): Merge branch 'foo'
- 14:10 Biwak Revision c6bd7715 (libbiwak3): removed garbage file
08.08.2022
07.08.2022
- 14:54 Biwak Revision d95e8714 (libbiwak3): fixed exti interrupt
- 14:22 Biwak Revision b842aa99 (libbiwak3): i2c: added dump()
- 14:22 Biwak Revision db795e3e (libbiwak3): fixed rtc for STM32F103xx
- 12:05 Biwak Revision b4579d8a (libbiwak3): Merge branch 'master' of /media/mase/Backup/srv/git/src/libbiwak
- 12:04 Biwak Revision f38ed977 (libbiwak3): fixed CAN for stm32f1
06.08.2022
- 20:55 Biwak Revision 907adbba (libbiwak3): adjustments for arena
- 15:56 Biwak Revision 937b894e (libbiwak3): draft
- 15:53 Biwak Revision 6555f191 (libbiwak3): removed CMakeLists.txt.user
05.08.2022
- 20:06 Biwak Revision 28771053 (libbiwak3): added setupCan.sh
- 20:04 Biwak Revision 30df8cd5 (libbiwak3): draft
- 15:14 Biwak Revision 04e29fe6 (libbiwak3): Merge branch 'master' of /media/mase/Backup/srv/git/src/libbiwak
- 15:13 Biwak Revision bfe84ac5 (libbiwak3): git: ignore CMakeLists.txt.user
- 14:57 Biwak Revision 5b0ebf0c (libbiwak3): fixed merge conflict
- 14:56 Biwak Revision 847797cd (libbiwak3): draft
Auch abrufbar als: Atom