aboutsummaryrefslogtreecommitdiffstats
path: root/src/simulator
Commit message (Expand)AuthorAgeFilesLines
* command: Fix handling of buffer passing in args[] on 64bit mcuKevin O'Connor2020-10-301-0/+6
* simulator: Wrap code to 80 columnsKevin O'Connor2019-02-271-1/+2
* simulator: Fix simulator buildKevin O'Connor2019-01-251-0/+3
* Kconfig: Move SERIAL_BAUD to src/Kconfig and show with LOW_LEVEL_OPTIONSKevin O'Connor2019-01-251-4/+0
* simulator: Add support for gpio_x_reset()Kevin O'Connor2018-08-271-0/+4
* simulator: Rework dummy simulator code to user timer_irq / serial_irqKevin O'Connor2018-07-115-109/+163
* SPI: introduce spi_prepare functionGrigori Goronzy2018-07-081-0/+4
* stepper: Introduce and use gpio_out_toggle_noirq()Kevin O'Connor2018-05-151-0/+2
* spicmds: Rework SPI message transmissionKevin O'Connor2018-05-071-2/+8
* avr: Implement internal avr specific timer to handle 16bit overflowsKevin O'Connor2017-08-081-5/+0
* sched: Support adding timers to the start of timer_listKevin O'Connor2017-08-081-4/+9
* build: Allow boards to disable digital input/output supportKevin O'Connor2017-07-201-0/+8
* irq: Support sleeping when mcu is idleKevin O'Connor2017-07-171-0/+5
* command: Move low-level sendf transmission into board codeKevin O'Connor2017-06-291-9/+2
* command: Move command_task() to board specific codeKevin O'Connor2017-06-291-13/+0
* build: Use compile_time_request system for init, tasks, and shutdownKevin O'Connor2017-05-261-1/+1
* irq: Add an irq_poll() stub for board codeKevin O'Connor2017-05-151-0/+5
* sched: Move timer dispatch loop to board codeKevin O'Connor2017-03-301-6/+0
* sched: Be explicit with loading of the waketime variableKevin O'Connor2017-03-261-1/+1
* timer: Allow board code to define its own timer_is_before implementationKevin O'Connor2017-03-261-0/+6
* sched: Avoid rescheduling the currently active timerKevin O'Connor2017-03-101-6/+0
* 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