Skip to content
Snippets Groups Projects
Sergi Hernandez's avatar
Sergi Hernandez's avatar
  • b12fc911 · Added the clock frequency to the scheduler initialization.
Sergi Hernandez's avatar
  • 91c6a65c · Activated the RX timeout feature.
Sergi Hernandez's avatar
  • 8ea315f7 · Moved the new packet buffer to the slave data structure to avoid er...
Sergi Hernandez's avatar
  • cbe7d928 · Improved the communication using DMA. Not yet fully operational.
Sergi Hernandez's avatar
  • c52e682e · Solved a bug in the dynamixel master: the size of the packet overhe...
Sergi Hernandez's avatar
  • c7ba7417 · Changed the type of the waveform ID to force it as unsigned char.
Sergi Hernandez's avatar
  • 876d0bbc · Completelly erase the buffer once it has been processed.
Sergi Hernandez's avatar
  • 799a5adf · For version 2, check if the length is smaller than the RX buffer.
Sergi Hernandez's avatar
  • d414f570 · Used the same solution to optimize the operation of the dynamixel m...
Sergi Hernandez's avatar
  • 8e2f7be8 · Modified the whole RX procedure to optimize it.
Sergi Hernandez's avatar
  • 0221b4c4 · Removed some unnecessary variables.
Sergi Hernandez's avatar
  • a301b49f · Solved a bug in the master reception.
Sergi Hernandez's avatar
  • 8ed22672 · Modified the dynamixel master module to better use the HAL interface.
Sergi Hernandez's avatar
Sergi Hernandez's avatar
  • b8685468 · Set the RX mode after transmition has finished in the master.
Sergi Hernandez's avatar
Sergi Hernandez's avatar
  • b03b2da8 · Added usart2 module for the F3 family.
Sergi Hernandez's avatar
  • 7c947ea6 · Removed some GPIO debugging.
Sergi Hernandez's avatar
  • 081d251b · Removed the static modifier from the F4 usb module.