Commit Graph

  • 220a1e4197 compiler.h: Check if __aligned and __section macros are already defined Kevin O'Connor 2016-06-08 19:20:03 -0400
  • 4dd3478fc1 Makefile: Move listing of directories to create to board makefiles Kevin O'Connor 2016-06-08 15:40:06 -0400
  • 8e1c0941b0 generic: Add new file generic/io.h and move read/writeb() to it Kevin O'Connor 2016-06-10 21:04:27 -0400
  • 62f96f0911 generic: Move simulator/gpio.h to generic/gpio.h Kevin O'Connor 2016-06-05 15:11:35 -0400
  • 73f3b0636a generic: Move simulator/irq.h to new file generic/irq.h Kevin O'Connor 2016-06-05 15:07:57 -0400
  • 9f8817a47e generic: Move board timer.h files into generic/misc.h Kevin O'Connor 2016-06-05 14:58:12 -0400
  • 9971f999b3 generic: Create generic board infrastructure and move misc.h to it Kevin O'Connor 2016-06-05 14:52:17 -0400
  • ff789058df console: Update the debugging console to support setting local varables Kevin O'Connor 2016-06-11 22:31:05 -0400
  • bd07cd1193 sched: Optimize timer list handling Kevin O'Connor 2016-06-07 15:30:24 -0400
  • a6de2184ba stepper: Optimize for case where add is zero Kevin O'Connor 2016-06-07 15:07:09 -0400
  • bb3b881e21 docs: Change the debugging docs to recommend a serial baud rate of 250000 Kevin O'Connor 2016-06-10 19:51:04 -0400
  • e4859d2e9a gpio: Fix off-by-one bug in check for the maximum gpio port Kevin O'Connor 2016-06-11 21:30:19 -0400
  • 91e7807af6 avr: Add config option to clear the CPU prescaler Kevin O'Connor 2016-06-05 10:29:09 -0400
  • 38f1d78e1b serialqueue: Add debugging helper functions for dumping a binary buffer Kevin O'Connor 2016-06-05 10:27:34 -0400
  • b52b65624b avr: Separate out gpio pwm pin definitions from pwm register definitions Kevin O'Connor 2016-06-04 20:59:41 -0400
  • 2a17d9457a avr: Eliminate gpio_adc_info struct in gpio adc pin definitions Kevin O'Connor 2016-06-04 20:45:00 -0400
  • 7531d0c678 avr: Define timer1 timers and prevent their use as PWM at runtime Kevin O'Connor 2016-06-04 19:40:58 -0400
  • 3eafc83458 avr: Initial support for Atmel AT90USB1286 mcu Kevin O'Connor 2016-06-04 19:34:39 -0400
  • 4326a3adce buildcommands: Fix max_size calculation Kevin O'Connor 2016-06-05 10:28:02 -0400
  • ed103822f5 sched: Change sched_from_ms() to sched_from_us() Kevin O'Connor 2016-06-01 12:04:01 -0400
  • d68cb264c4 stepper: Use stepper_stop() instead of stepper_reset() in stepper_shutdown() Kevin O'Connor 2016-06-01 12:43:58 -0400
  • 45ba03efa3 timer: Move union u32_u16_u from compiler.h to avr/timer.c Kevin O'Connor 2016-06-01 09:52:02 -0400
  • f582a36e4d Initial commit of source code. Kevin O'Connor 2016-05-25 11:37:40 -0400
  • 37a91e9c10 build: Update kconfig to always emit symbols - even when false. Kevin O'Connor 2014-08-23 22:13:19 -0400
  • 8cd497a117 build: Update kconfig to work outside of kbuild make system. Kevin O'Connor 2014-08-23 22:12:21 -0400
  • 662d05d313 build: Add kconfig menu system. Kevin O'Connor 2014-08-23 22:10:07 -0400