-
-
Notifications
You must be signed in to change notification settings - Fork 19.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DMA Serial Reading to Circular buffer #26328
Commits on Oct 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fbbf539 - Browse repository at this point
Copy the full SHA fbbf539View commit details -
Configuration menu - View commit details
-
Copy full SHA for 01dcee1 - Browse repository at this point
Copy the full SHA 01dcee1View commit details
Commits on Oct 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 88c976b - Browse repository at this point
Copy the full SHA 88c976bView commit details -
Changed HAVE_HWSERIALx to USING_HW_SERIALx
Changed HAVE_HWSERIAL1 which is an internal Arduino variable to USING_HW_SERIAL1 so the serial port gets selected automatically.
Configuration menu - View commit details
-
Copy full SHA for bd49014 - Browse repository at this point
Copy the full SHA bd49014View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2988878 - Browse repository at this point
Copy the full SHA 2988878View commit details -
Configuration menu - View commit details
-
Copy full SHA for f01ca5c - Browse repository at this point
Copy the full SHA f01ca5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f92e20f - Browse repository at this point
Copy the full SHA f92e20fView commit details -
Added STM32F1xx support, untested!
Untested, it compiles, but not tested. I don't have STM32F1xx hardware.
Configuration menu - View commit details
-
Copy full SHA for 7506508 - Browse repository at this point
Copy the full SHA 7506508View commit details -
Merge branch 'bugfix-2.1.x' of https://github.com/rondlh/Marlin-DMA_R…
…eading into bugfix-2.1.x
Configuration menu - View commit details
-
Copy full SHA for abd47af - Browse repository at this point
Copy the full SHA abd47afView commit details -
Merging STM32F1 update with Scott's good work, convert to HAL_Hardwar…
…eSerial I hope I didn't erase too many of your corrections
Configuration menu - View commit details
-
Copy full SHA for 6d3d4ef - Browse repository at this point
Copy the full SHA 6d3d4efView commit details -
Configuration menu - View commit details
-
Copy full SHA for da14958 - Browse repository at this point
Copy the full SHA da14958View commit details -
Configuration menu - View commit details
-
Copy full SHA for d458fd8 - Browse repository at this point
Copy the full SHA d458fd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44b4e3f - Browse repository at this point
Copy the full SHA 44b4e3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 40d0b36 - Browse repository at this point
Copy the full SHA 40d0b36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10e866b - Browse repository at this point
Copy the full SHA 10e866bView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb77078 - Browse repository at this point
Copy the full SHA bb77078View commit details
Commits on Oct 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1c1d8dd - Browse repository at this point
Copy the full SHA 1c1d8ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7037a52 - Browse repository at this point
Copy the full SHA 7037a52View commit details -
RX and TX buffers are required to make this work
I didn't touch TX, but still added a safety to make sure serial writing can always work
Configuration menu - View commit details
-
Copy full SHA for b355f8c - Browse repository at this point
Copy the full SHA b355f8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a3ea93 - Browse repository at this point
Copy the full SHA 1a3ea93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f74099 - Browse repository at this point
Copy the full SHA 0f74099View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3ac9c7 - Browse repository at this point
Copy the full SHA f3ac9c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef7ac35 - Browse repository at this point
Copy the full SHA ef7ac35View commit details
Commits on Oct 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f6ab50b - Browse repository at this point
Copy the full SHA f6ab50bView commit details -
Disable Arduino to resolve variable naming conflicts
Removed #include "Arduino.h"
Configuration menu - View commit details
-
Copy full SHA for 4ddba70 - Browse repository at this point
Copy the full SHA 4ddba70View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ecbb7e - Browse repository at this point
Copy the full SHA 0ecbb7eView commit details
Commits on Oct 11, 2023
-
STM32F0 and STM32F7 support, added Configuration_adv.h
More serial ports supported
Configuration menu - View commit details
-
Copy full SHA for 9a155af - Browse repository at this point
Copy the full SHA 9a155afView commit details
Commits on Oct 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8240dc9 - Browse repository at this point
Copy the full SHA 8240dc9View commit details -
Increase undefined or 0 size RX Buffer from 64 to 128 bytes
All supported boards have enough memory, 128 bytes is a safe minimum
Configuration menu - View commit details
-
Copy full SHA for 8fb3072 - Browse repository at this point
Copy the full SHA 8fb3072View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20ef32e - Browse repository at this point
Copy the full SHA 20ef32eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0da5e5f - Browse repository at this point
Copy the full SHA 0da5e5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fde816 - Browse repository at this point
Copy the full SHA 9fde816View commit details -
Merge branch 'bugfix-2.1.x' of https://github.com/rondlh/Marlin-DMA_R…
…eading into bugfix-2.1.x
Configuration menu - View commit details
-
Copy full SHA for 31eaa0f - Browse repository at this point
Copy the full SHA 31eaa0fView commit details
Commits on Oct 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9b4be3e - Browse repository at this point
Copy the full SHA 9b4be3eView commit details
Commits on Oct 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b644553 - Browse repository at this point
Copy the full SHA b644553View commit details
Commits on Oct 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 68229ab - Browse repository at this point
Copy the full SHA 68229abView commit details
Commits on Oct 28, 2023
-
Fixed compilation error because UART5 has no DMA support on F0 and F1
Changed to "ANY" macro
Configuration menu - View commit details
-
Copy full SHA for 34dd6bc - Browse repository at this point
Copy the full SHA 34dd6bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for e096917 - Browse repository at this point
Copy the full SHA e096917View commit details
Commits on Dec 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 423e822 - Browse repository at this point
Copy the full SHA 423e822View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b42724 - Browse repository at this point
Copy the full SHA 1b42724View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9eba89 - Browse repository at this point
Copy the full SHA e9eba89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28ff5d4 - Browse repository at this point
Copy the full SHA 28ff5d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f75203 - Browse repository at this point
Copy the full SHA 2f75203View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b1b5dd - Browse repository at this point
Copy the full SHA 6b1b5ddView commit details