aboutsummaryrefslogtreecommitdiffstats
path: root/src/sam3x8e/main.c
Commit message (Expand)AuthorAgeFilesLines
* sam3: Rename src/sam3x8e to src/sam3Kevin O'Connor2019-01-071-52/+0
* sam3x8e: Fix watchdog timeout calculationKevin O'Connor2017-08-081-1/+1
* basecmd: Move low-level alloc code into basecmd.cKevin O'Connor2017-07-201-11/+0
* build: Use compile_time_request system for init, tasks, and shutdownKevin O'Connor2017-05-261-2/+2
* basecmd: Avoid calling malloc() from main codeKevin O'Connor2017-05-111-7/+1
* sam3x8e: Implement reset commandKevin O'Connor2017-04-021-0/+7
* generic: Move generic parts of sam3x8e timer.c to generic directoryKevin O'Connor2017-03-111-0/+3
* armcm_irq: Move ARM Cortex-M irq handling to new fileKevin O'Connor2017-02-191-29/+1
* sam3x8e: Clear all bits of PSR register when clearing IRQ statusKevin O'Connor2016-10-311-3/+2
* sam3x8e: Add initial support for Arduino Due boardsKevin O'Connor2016-06-141-0/+88