aboutsummaryrefslogtreecommitdiffstats
path: root/src/simulator
Commit message (Expand)AuthorAgeFilesLines
* gpio: Merge gpio_adc_sample_time() into gpio_adc_sample()Kevin O'Connor2016-11-021-6/+3
* irq: Allow boards to define the return type of irq_save()Kevin O'Connor2016-06-131-6/+10
* Makefile: Move listing of directories to create to board makefilesKevin O'Connor2016-06-131-0/+2
* generic: Move simulator/gpio.h to generic/gpio.hKevin O'Connor2016-06-132-38/+1
* generic: Move simulator/irq.h to new file generic/irq.hKevin O'Connor2016-06-133-44/+32
* generic: Move board timer.h files into generic/misc.hKevin O'Connor2016-06-131-12/+0
* generic: Create generic board infrastructure and move misc.h to itKevin O'Connor2016-06-132-21/+1
* sched: Change sched_from_ms() to sched_from_us()Kevin O'Connor2016-06-022-2/+2
* Initial commit of source code.Kevin O'Connor2016-05-259-0/+274