Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | armcm_irq: Move ARM Cortex-M irq handling to new file | Kevin O'Connor | 2017-02-19 | 1 | -0/+58 |
* | io.h: read/write[bwl] should use barrier | Kevin O'Connor | 2017-02-02 | 1 | -3/+13 |
* | gpio: Merge gpio_adc_sample_time() into gpio_adc_sample() | Kevin O'Connor | 2016-11-02 | 1 | -3/+2 |
* | irq: Allow boards to define the return type of irq_save() | Kevin O'Connor | 2016-06-13 | 1 | -2/+4 |
* | generic: Add new file generic/io.h and move read/writeb() to it | Kevin O'Connor | 2016-06-13 | 1 | -0/+25 |
* | generic: Move simulator/gpio.h to generic/gpio.h | Kevin O'Connor | 2016-06-13 | 1 | -0/+37 |
* | generic: Move simulator/irq.h to new file generic/irq.h | Kevin O'Connor | 2016-06-13 | 2 | -0/+24 |
* | generic: Move board timer.h files into generic/misc.h | Kevin O'Connor | 2016-06-13 | 1 | -0/+6 |
* | generic: Create generic board infrastructure and move misc.h to it | Kevin O'Connor | 2016-06-13 | 3 | -0/+51 |