fix build directory and readd linker script#34
Open
ChristianRinn wants to merge 7 commits intousbcnc:edgefrom
Open
fix build directory and readd linker script#34ChristianRinn wants to merge 7 commits intousbcnc:edgefrom
ChristianRinn wants to merge 7 commits intousbcnc:edgefrom
Conversation
Change triggering of the endstop by the front. It is necessary when the endstop are normally closed, to the rising edge. Also compatibility with the falling front is maintained.
Closed
Endstop Trigger FIX
Probe pin invert FIX
Revert "Endstop Trigger FIX"
|
Hey, thanks for this! I was wondering if the author forgot to |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Compilation with the Makefile failed because it had "debug" as the default build directory. Furthermore the linker script was completely missing. A linker script from https://github.com/MoonCactus/grbl-STM32F103/blob/edge/STM32F103C8T6.ld which fits with the Coocox startup code was added. Now everything builds fine by default.