Files
Samuel Sadok a1c67e6ba1 refactor Fibre to AsyncStream architecture
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.
2020-09-15 12:57:39 +02:00

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