klipper/src/avr
Kevin O'Connor 399d539969 Makefile: Reduce use of $^ in build rules
It's rare to use all of a target's prerequisites in a recipe - replace
most cases with $< (the target's first prerequisite).

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2019-03-02 12:01:44 -05:00
..
adc.c avr: Split gpio.c into gpio.c, adc.c, hard_pwm.c, and spi.c 2018-11-20 12:58:33 -05:00
gpio.c pins: Add support for pull down resistors 2019-02-27 11:13:21 -05:00
gpio.h avr: Add support for sending I2C messages 2018-11-23 23:49:26 -05:00
hard_pwm.c avr: Wrap code to 80 columns 2019-02-27 14:20:15 -05:00
i2c.c avr: Wrap code to 80 columns 2019-02-27 14:20:15 -05:00
internal.h avr: Split gpio.c into gpio.c, adc.c, hard_pwm.c, and spi.c 2018-11-20 12:58:33 -05:00
irq.h avr: Do not use Idle mode 2018-04-28 21:26:42 -04:00
Kconfig avr: Only prompt for cpu speed and uart port on LOW_LEVEL_OPTIONS 2019-02-16 08:23:00 -05:00
main.c command: Prefer uint8_t* for buffers; prefer uint8_fast_t for lengths 2018-05-28 10:43:39 -04:00
Makefile Makefile: Reduce use of $^ in build rules 2019-03-02 12:01:44 -05:00
pgm.h usb_cdc: Add support for usb_send_ep0_progmem() 2018-09-30 22:32:19 -04:00
serial.c avr: Clean up serial port register aliases 2018-04-25 10:55:18 -04:00
spi.c avr: Wrap code to 80 columns 2019-02-27 14:20:15 -05:00
timer.c avr: Clear the TCNT1 register on timer startup 2018-01-07 22:22:08 -05:00
usbserial.c usb_cdc: Add support for detecting a USB level Arduino bootloader request 2018-12-24 11:42:19 -05:00
watchdog.c build: Use compile_time_request system for init, tasks, and shutdown 2017-05-26 12:39:34 -04:00