changed atomic access for updating the acceleration profile
the stepper interrupt is only halted when necessary and for the shortest time possible (8% cycle time)
This commit is contained in:
parent
67608a5014
commit
ea09ddba99
5 changed files with 47 additions and 24 deletions
2
Makefile
2
Makefile
|
|
@ -42,7 +42,7 @@ FUSES = -U hfuse:w:0xd2:m -U lfuse:w:0xff:m
|
|||
# Tune the lines below only if you know what you are doing:
|
||||
|
||||
AVRDUDE = avrdude $(PROGRAMMER) -p $(DEVICE) -B 10 -F
|
||||
COMPILE = avr-gcc -Wall -Os -DF_CPU=$(CLOCK) -mmcu=$(DEVICE) -I. -ffunction-sections
|
||||
COMPILE = avr-gcc -Wall -Os -DF_CPU=$(CLOCK) -mmcu=$(DEVICE) -I. -ffunction-sections --std=c99
|
||||
|
||||
# symbolic targets:
|
||||
all: grbl.hex
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue