Prusa-Firmware-MMU/src/hal
Yuri D'Elia 1f2662518b Fix gpio::TogglePin on AVR
TogglePin was incorrectly using the PINx pin for toggling, causing the
current pins (in addition to the requested ones) to be toggled, causing
stepping havoc.
2021-08-30 07:06:28 +02:00
..
avr Move hal/avr/tmc2130 into hal/ directly 2021-08-25 07:57:19 +02:00
CMakeLists.txt Move hal/avr/tmc2130 into hal/ directly 2021-08-25 07:57:19 +02:00
_rules.txt __attribute__((always_inline)) comment 2021-05-17 12:08:20 +03:00
adc.cpp Fix indentation once again 2021-07-19 06:25:09 +02:00
adc.h Add error handling and reporting documentation 2021-07-21 14:50:23 +02:00
circular_buffer.h Shim <limits> on AVR 2021-07-12 09:02:05 +02:00
cpu.h Add error handling and reporting documentation 2021-07-21 14:50:23 +02:00
eeprom.h Add error handling and reporting documentation 2021-07-21 14:50:23 +02:00
gpio.h Fix gpio::TogglePin on AVR 2021-08-30 07:06:28 +02:00
progmem.h Disable preprocessor code indentation 2021-07-07 16:33:03 +02:00
shr16.h Even more shr16 documentation 2021-08-23 08:18:47 +02:00
spi.h Make tests compile 2021-07-29 10:01:33 +02:00
timers.h millis interrupt 2021-08-04 10:51:33 +02:00
tmc2130.cpp Introduce config::MRes and fix (real) axis units 2021-08-25 09:16:56 +02:00
tmc2130.h Introduce config::MRes and fix (real) axis units 2021-08-25 09:16:56 +02:00
usart.h Introduce short namespace aliases 2021-08-04 11:03:56 +02:00
watchdog.h Add error handling and reporting documentation 2021-07-21 14:50:23 +02:00