klipper/src
Kevin O'Connor 85d0ef974c stm32: Remove gcc -mfpu=fpv4-sp-d16 floating point option
The floating point unit must be enabled in order to use it and Klipper
does not currently implement that.  Newer versions of gcc may spill
registers to the floating point unit causing failures.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2021-10-30 01:10:50 -04:00
..
atsam atsam: Remove gcc -mfpu=fpv4-sp-d16 floating point option 2021-10-30 01:10:15 -04:00
atsamd atsamd: Remove gcc -mfpu=fpv4-sp-d16 floating point option 2021-10-30 01:05:47 -04:00
avr avr: Fix typo causing broken gpio mappings 2021-08-15 09:48:33 -04:00
generic armc_boot: Support cortex-m7 chips 2021-10-06 18:17:06 -04:00
linux linux: Support spidev4 through spidev7 2021-09-15 11:06:10 -04:00
lpc176x lpc176x: Fix wrong inital value at PWM setup 2021-08-23 21:29:29 -04:00
pru pru: Perform message encoding on pru0 to free space on pru1 2021-10-21 01:25:17 -04:00
rp2040 rp2040: Add barrier() around all memcpy() calls in usbserial.c 2021-10-27 11:16:34 -04:00
simulator
stm32 stm32: Remove gcc -mfpu=fpv4-sp-d16 floating point option 2021-10-30 01:10:50 -04:00
Kconfig rp2040: Add initial support for the rp2040 mcu 2021-07-04 10:11:02 -04:00
Makefile Makefile: Allow CONFIG_HAVE_GPIO_BITBANGING when not CONFIG_HAVE_GPIO_SPI 2021-07-04 10:11:02 -04:00
adccmds.c
basecmd.c stepper: Use a reusable interface to the "move queue" 2020-12-04 16:10:13 -05:00
basecmd.h stepper: Use a reusable interface to the "move queue" 2020-12-04 16:10:13 -05:00
buttons.c
byteorder.h
command.c command: Make command_add_frame() and command_encodef() static 2021-10-21 01:25:17 -04:00
command.h command: Make command_add_frame() and command_encodef() static 2021-10-21 01:25:17 -04:00
compiler.h
ctr.h
debugcmds.c debugcmds: Remove start/end_group commands 2021-05-07 13:53:47 -04:00
endstop.c trsync: Introduce new "trigger synchronization" support 2021-06-09 18:58:35 -04:00
gpiocmds.c gpiocmds: Merge digital output and soft pwm code 2020-12-10 12:06:26 -05:00
i2ccmds.c
initial_pins.c
initial_pins.h
lcd_hd44780.c lcd_st7920: Check CONFIG_MACH_AVR for slow mcus 2021-07-04 10:11:02 -04:00
lcd_st7920.c lcd_st7920: Check CONFIG_MACH_AVR for slow mcus 2021-07-04 10:11:02 -04:00
neopixel.c
pulse_counter.c pulse_counter: Use "clock" suffix instead of "time" in commands 2021-04-30 11:40:37 -04:00
pwmcmds.c pwmcmds: Use move queue for hard PWM 2020-12-04 16:10:13 -05:00
sched.c sched: Add repeat reschedule optimization 2021-10-27 12:18:28 -04:00
sched.h
sensor_adxl345.c adxl345: Compress each sample from 6 bytes to 5 bytes 2021-08-30 12:25:50 -04:00
spi_software.c
spi_software.h
spicmds.c
spicmds.h
stepper.c stepper: Remove unused SF_LAST_RESET flag 2021-10-27 19:15:40 -04:00
stepper.h trsync: Introduce new "trigger synchronization" support 2021-06-09 18:58:35 -04:00
thermocouple.c
tmcuart.c
trsync.c trsync: Introduce new "trigger synchronization" support 2021-06-09 18:58:35 -04:00
trsync.h trsync: Introduce new "trigger synchronization" support 2021-06-09 18:58:35 -04:00