mirror of
https://github.com/odriverobotics/ODrive.git
synced 2026-08-17 08:51:59 +08:00
The previous implementation was based on blocking calls, i.e. the platform dependent output channel would block on a write operation and by extension the Fibre decoder could also block when given data by an input channel. The revised implementation in this commit is based around a fully asynchronous (i.e. non-blocking) stream interface.
31 lines
375 B
Plaintext
31 lines
375 B
Plaintext
|
|
#build folder
|
|
autogen/
|
|
build/
|
|
deploy/
|
|
.dep/
|
|
tup_build.sh
|
|
|
|
#markdown preview output
|
|
README.html
|
|
|
|
#autogenerated project files
|
|
.cproject
|
|
.mxproject
|
|
Odrive.xml
|
|
|
|
#Eclipse stuff
|
|
.settings/
|
|
.project
|
|
|
|
# VSCode stuff
|
|
/.vscode/.cortex-debug.*.state.json
|
|
|
|
# STM32CubeMX (in case you put it in this folder, or a symlink)
|
|
STM32CubeMX
|
|
|
|
#gdb log
|
|
openocd.log
|
|
|
|
# OS-specific files
|
|
.DS_Store |