Commit Graph

  • afb1839b6b docs: Update documentation with Arduino Due installation info Kevin O'Connor 2016-06-14 15:15:34 -0400
  • cc62a3dbf3 sam3x8e: Add initial support for Arduino Due boards Kevin O'Connor 2016-06-14 14:27:30 -0400
  • 31c04261c1 lib: Add Atmel SAM3x8e ARM CMSIS files Kevin O'Connor 2016-06-14 14:25:42 -0400
  • 6220cdda92 stepper: Support rescheduling of step events on faster MCUs Kevin O'Connor 2016-06-13 19:42:34 -0400
  • da305e6b61 build: Update declfuncs.lds.S to only use progmem sections on AVR Kevin O'Connor 2016-06-10 21:11:04 -0400
  • 343de9c454 serialhdl: Avoid using 1200 baud during serial reset Kevin O'Connor 2016-06-11 16:35:48 -0400
  • e59951c8ae avr/serial: Separate out low-level hardware manipulation to its own function Kevin O'Connor 2016-06-11 16:09:33 -0400
  • ea5f825a91 build: Default to O2 optimization Kevin O'Connor 2016-06-10 19:03:40 -0400
  • b3e4ff7ef0 sched: Use 'unsigned int' instead of 'uint16_t' for shutdown reason Kevin O'Connor 2016-06-08 22:02:13 -0400
  • b0524947e5 sched: Use uint_fast8_t for return type of timers Kevin O'Connor 2016-06-08 21:33:50 -0400
  • fa85094cbb irq: Allow boards to define the return type of irq_save() Kevin O'Connor 2016-06-08 21:13:53 -0400
  • 9dd101c26f irq: Prefer irq_disable/enable instead of irq_save/restore in cmds/tasks Kevin O'Connor 2016-06-08 20:51:00 -0400
  • 4fcf5a31f5 pwmcmds: Add Kconfig option to allow boards to disable hardware PWM commands Kevin O'Connor 2016-06-08 19:44:34 -0400
  • c20f993747 spicmds: Add Kconfig option to allow boards to disable SPI commands Kevin O'Connor 2016-06-08 19:35:45 -0400
  • 71947d6bea gpiocmds: Add Kconfig option to allow boards to disable ADC commands Kevin O'Connor 2016-06-08 19:32:06 -0400
  • 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