Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
stm32_libraries
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
humanoides
tools
stm32_libraries
Graph
799a5adf9d2651c3ace81c95f43d874278bed95b
Select Git revision
Branches
3
cpp_simulator
devel
master
default
protected
3 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
28
Sep
8
8
Jul
5
29
Jun
10
8
6
24
May
20
19
15
5
4
1
28
Apr
6
Mar
17
Feb
12
Aug
19
Oct
30
Sep
10
7
19
May
18
5
14
Apr
22
Feb
18
24
Dec
2
19
Oct
16
15
2
Sep
30
Jul
5
May
28
Apr
18
15
3
2
31
Mar
29
22
21
17
13
10
6
5
28
Feb
27
14
13
12
11
10
9
4
1
30
Jan
29
28
26
25
23
21
20
17
15
7
25
Dec
15
8
Oct
4
26
Jul
25
23
15
May
12
Apr
11
10
Jul
2
Mar
1
15
Feb
9
29
Aug
23
24
Jun
15
May
12
5
7
Mar
9
Feb
8
23
Nov
22
20
16
14
16
Aug
13
2
14
Apr
18
Jan
16
Dec
15
19
Oct
7
5
27
Aug
25
24
17
11
4
31
May
17
29
Mar
22
21
19
14
2
31
Jan
30
24
23
21
27
Dec
22
11
8
21
Nov
22
Mar
13
12
9
9
Feb
1
25
Jan
22
Dec
5
4
3
2
1
30
Nov
Removed a C++ include
devel
devel
Added the clock frequency to the scheduler initialization.
Activated the RX timeout feature.
Moved the new packet buffer to the slave data structure to avoid errors when the packet is not fully received in a cycle.
Improved the communication using DMA. Not yet fully operational.
Solved a bug in the dynamixel master: the size of the packet overhead was wrong.
Changed the type of the waveform ID to force it as unsigned char.
Completelly erase the buffer once it has been processed.
For version 2, check if the length is smaller than the RX buffer.
Used the same solution to optimize the operation of the dynamixel master.
Modified the whole RX procedure to optimize it.
Removed some unnecessary variables.
Solved a bug in the master reception.
Modified the dynamixel master module to better use the HAL interface.
Modifications to better use the HAL interface of the serial port.
Set the RX mode after transmition has finished in the master.
master
master
Merge branch 'master' of ssh://gitlab.iri.upc.edu:2202/humanoides/tools/stm32_libraries
Removed an unnecessary variable.
Added usart2 module for the F3 family.
Removed some GPIO debugging.
Removed the static modifier from the F4 usb module.
Added a tx_complete function.
Removed the static modifier from the usb module.
Renamed the usb.h file to avoid conflicts with Ubuntu Linux systems.
Made the use of the scheduler optional to execute the slave loop.
Merge branch 'master' of ssh://gitlab.iri.upc.edu:2202/humanoides/tools/stm32_libraries
When starting a new transmission, it does not wait for the previous one to finish (it must alrady have finished).
Added the EEPROM emmulation module to the F3 family.
Merge branch 'master' of ssh://gitlab.iri.upc.edu:2202/humanoides/tools/stm32_libraries
Solved a bug when receiving more than 256 bytes: the number of bytes received variable was an 8 bit integer.
handle arbitration lost CAN Error
solving bug on tx higher than 8 bits
Added can implementation for f4 family
Minor chnages in the TX CAN interrupt handling to avoid timout problems.
Merge branch 'master' of ssh://gitlab.iri.upc.edu:2202/humanoides/tools/stm32_libraries
minor changes
Removed an invalid included header.
Solved a bug in the initialization of the framebuffer structure.
Merge branch 'can_devel' into 'master'
implementation of multiple packets reply
Loading