Projekt

Allgemein

Profil

Aktivität

von 02.08.2022 bis 31.08.2022

29.08.2022

19:33 Biwak Unterstützung #224 (Erledigt): EXTI: implement new interrupt procedure
Maximilian Seesslen
19:32 Biwak Feature #226 (Erledigt): CPwmLine: implement blink mode
Maximilian Seesslen
19:29 Biwak Revision 09e9cca9 (libbiwak3): removed CInterrupt
Redmine Admin
19:28 Biwak Revision 08adb8ad (libbiwak3): removed CInterrupt
Redmine Admin
19:25 libcampo Feature #223 (Erledigt): bringup: show library version, not only SHA
done. Maximilian Seesslen
12:57 libocelli Feature #230 (Erledigt): Implement buttons
Maximilian Seesslen
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...
Maximilian Seesslen

28.08.2022

21:32 Biwak Revision 059110fc (libbiwak3): [#224] EXTI: dont use CInterrupt pointers but have an virtual interrupt() method itself
Redmine Admin

27.08.2022

15:46 Biwak Revision c354b79b (libbiwak3): implemented CBarrelOrgan to handle PWM beep-modes and fade-modes
Redmine Admin
13:36 Biwak Revision 3ffe2c59 (libbiwak3): pwm: implemented fade modes
Redmine Admin
12:55 Biwak Feature #190 (Erledigt): add host tool canpong
Moved to libcampo. Maximilian Seesslen
12:53 Biwak Revision aac435b8 (libbiwak3): moved canpong to campo
Redmine Admin
12:53 Biwak Revision e4aed86c (libbiwak3): can: cleanup
Redmine Admin
12:51 Biwak Feature #225 (Erledigt): Implement TSC2007 touch controller
Done. Maximilian Seesslen
12:50 Biwak Feature #218 (Erledigt): Clean up CAN code
Maximilian Seesslen
12:49 Biwak Revision 92188210 (libbiwak3): can: cleanup
Redmine Admin
12:40 Biwak Revision 7a0e92b0 (libbiwak3): can: fixes for stm32g4
Redmine Admin
12:36 Biwak Revision 65666f2a (libbiwak3): can: fixes for stm32f0
Redmine Admin
11:20 Biwak Revision ea31b608 (libbiwak3): [#218] dynamically calculate bitrate configuration
Redmine Admin
10:55 Biwak Revision c75643f3 (libbiwak3): [#218] cleanuip
Redmine Admin
10:43 Biwak Revision 6feb647b (libbiwak3): [#218] fixed receiving FDCAN messages
Redmine Admin
10:13 Biwak Revision 2f32a47d (libbiwak3): [#218] draft for FDCAN support in CCan
Redmine Admin

26.08.2022

20:33 Biwak Revision fdb31d25 (libbiwak3): fixed touch_tsc2007
Redmine Admin
20:30 Biwak Revision 18411270 (libbiwak3): gdisplay: fixed clearing display
Redmine Admin

25.08.2022

19:22 Biwak Revision 87345992 (libbiwak3): tsc2007: emit signal when touch is pressed
Redmine Admin
19:21 Biwak Revision bbe1b3be (libbiwak3): added CTouchCalibration
Redmine Admin

24.08.2022

20:35 Biwak Revision 9ae27030 (libbiwak3): tsc2007: started implementation
Redmine Admin
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...
Maximilian Seesslen
11:07 Biwak Feature #225 (Erledigt): Implement TSC2007 touch controller
Not completed yet. Only part of CANDis main.cpp.
Maximilian Seesslen
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...
Maximilian Seesslen

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]*'
Maximilian Seesslen
18:14 Biwak Feature #190: add host tool canpong
Move tool to campo. Its "CBringup"-specific. Maximilian Seesslen
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 ...
Maximilian Seesslen
12:02 Feature #194 (Erledigt): Move class tester to class "CBringup" in libcampo
Maximilian Seesslen
12:01 Unterstützung #82 (Erledigt): Add test functions for periphery
Maximilian Seesslen

22.08.2022

20:56 Biwak Revision dc4692f7 (libbiwak3): added CTouchTsc2007 class
Redmine Admin
12:13 libcampo Feature #220 (Erledigt): CBringup: add user input function
Altough the code does not shrink, it makes it more readable;... Maximilian Seesslen
11:19 Biwak Feature #190: add host tool canpong
Move it to campo. Its related to CBringup. Maximilian Seesslen

20.08.2022

19:25 Biwak Revision 4dfadd9d (libbiwak3): usb: disabled interrupts in destructor
Redmine Admin
18:34 Biwak Revision a5f8ad20 (libbiwak3): added i2c rtc
Redmine Admin

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...
Maximilian Seesslen

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...
Maximilian Seesslen
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...
Maximilian Seesslen
13:38 Biwak Revision 887cc3e7 (libbiwak3): working usb keyboard
Redmine Admin
12:41 Biwak Revision ce50be97 (libbiwak3): usb: draft for usb keyboard
Redmine Admin

15.08.2022

22:30 Biwak Revision 477578de (libbiwak3): fdcan: adjusted for 48Mhz clock
Redmine Admin
20:59 Biwak Revision 4b576614 (libbiwak3): removed garbage
Redmine Admin
20:58 Biwak Revision 09879a8d (libbiwak3): draft
Redmine Admin
20:44 Biwak Revision c1304bf7 (libbiwak3): Merge branch 'master' of /media/mase/Backup/srv/git/src/libbiwak
Redmine Admin
20:44 Biwak Revision 5217cbcc (libbiwak3): CI2cSlave: added method i2cReadWord()
Redmine Admin
20:06 Biwak Revision 62725462 (libbiwak3): draft for fdcan
Redmine Admin

14.08.2022

14:46 Biwak Revision ba92a45b (libbiwak3): fixed merge conflict
Redmine Admin
14:46 Biwak Revision 2fbb44cb (libbiwak3): fixed pin modes for can
Redmine Admin

12.08.2022

19:24 Biwak Revision 426eb56a (libbiwak3): draft
Redmine Admin
14:27 Biwak Revision 878d52fc (libbiwak3): fdcan: draft
Redmine Admin
12:11 Biwak Revision 2dc0ff52 (libbiwak3): fdcan: draft
Redmine Admin

11.08.2022

14:17 Biwak Revision e6708ee2 (libbiwak3): cleanup
Redmine Admin
14:13 Biwak Revision 098a0d89 (libbiwak3): Merge branch 'master' of /media/mase/Backup/srv/git/src/libbiwak
Redmine Admin
14:12 Biwak Revision 8d1a6ff1 (libbiwak3): Merge branch 'foo'
Redmine Admin
14:10 Biwak Revision c6bd7715 (libbiwak3): removed garbage file
Redmine Admin

08.08.2022

10:15 Biwak Revision 2f50752c (libbiwak3): can: reduced transmit retries to 5
Redmine Admin

07.08.2022

14:54 Biwak Revision d95e8714 (libbiwak3): fixed exti interrupt
Redmine Admin
14:22 Biwak Revision b842aa99 (libbiwak3): i2c: added dump()
Redmine Admin
14:22 Biwak Revision db795e3e (libbiwak3): fixed rtc for STM32F103xx
Redmine Admin
12:05 Biwak Revision b4579d8a (libbiwak3): Merge branch 'master' of /media/mase/Backup/srv/git/src/libbiwak
Redmine Admin
12:04 Biwak Revision f38ed977 (libbiwak3): fixed CAN for stm32f1
Redmine Admin

06.08.2022

20:55 Biwak Revision 907adbba (libbiwak3): adjustments for arena
Redmine Admin
15:56 Biwak Revision 937b894e (libbiwak3): draft
Redmine Admin
15:53 Biwak Revision 6555f191 (libbiwak3): removed CMakeLists.txt.user
Redmine Admin

05.08.2022

20:06 Biwak Revision 28771053 (libbiwak3): added setupCan.sh
Redmine Admin
20:04 Biwak Revision 30df8cd5 (libbiwak3): draft
Redmine Admin
15:14 Biwak Revision 04e29fe6 (libbiwak3): Merge branch 'master' of /media/mase/Backup/srv/git/src/libbiwak
Redmine Admin
15:13 Biwak Revision bfe84ac5 (libbiwak3): git: ignore CMakeLists.txt.user
Redmine Admin
14:57 Biwak Revision 5b0ebf0c (libbiwak3): fixed merge conflict
Redmine Admin
14:56 Biwak Revision 847797cd (libbiwak3): draft
Redmine Admin
 

Auch abrufbar als: Atom