Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hammacher <bmasterc@gmail.com>2019-03-30 21:15:41 +0300
committerChristian Hammacher <bmasterc@gmail.com>2019-03-30 21:15:41 +0300
commit095df6b75b505a650188ad74935d268429d41a63 (patch)
tree7959b92266f5df230f7ffc61c90d1858828e2799 /.gitignore
parent9a8acc6ba9c7e3d973fcb23a901322acdcc896ca (diff)
Work on the new the SPI interface
Transfers over the SPI1 channel of the SAME70 working Refactored GCodeBuffer for two data types: 1. For string-based inputs (standard text-based approach) 2. For binary data transfers as used in the new SPI protocol (untested) Added OpenOCD script for SAME70 <-> Atmel ICE Fixed relative workspace paths in the linker settings again
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index d86221a7..5ce3e62b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,5 @@
/RADDS_RTOS/
/SAME70XPLD/
.settings/language.settings.xml
+/PCCB/
+/PCCB_X5/