index
:
kutter
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
simulator
Commit message (
Expand
)
Author
Age
Files
Lines
*
command: Fix handling of buffer passing in args[] on 64bit mcu
Kevin O'Connor
2020-10-30
1
-0
/
+6
*
simulator: Wrap code to 80 columns
Kevin O'Connor
2019-02-27
1
-1
/
+2
*
simulator: Fix simulator build
Kevin O'Connor
2019-01-25
1
-0
/
+3
*
Kconfig: Move SERIAL_BAUD to src/Kconfig and show with LOW_LEVEL_OPTIONS
Kevin O'Connor
2019-01-25
1
-4
/
+0
*
simulator: Add support for gpio_x_reset()
Kevin O'Connor
2018-08-27
1
-0
/
+4
*
simulator: Rework dummy simulator code to user timer_irq / serial_irq
Kevin O'Connor
2018-07-11
5
-109
/
+163
*
SPI: introduce spi_prepare function
Grigori Goronzy
2018-07-08
1
-0
/
+4
*
stepper: Introduce and use gpio_out_toggle_noirq()
Kevin O'Connor
2018-05-15
1
-0
/
+2
*
spicmds: Rework SPI message transmission
Kevin O'Connor
2018-05-07
1
-2
/
+8
*
avr: Implement internal avr specific timer to handle 16bit overflows
Kevin O'Connor
2017-08-08
1
-5
/
+0
*
sched: Support adding timers to the start of timer_list
Kevin O'Connor
2017-08-08
1
-4
/
+9
*
build: Allow boards to disable digital input/output support
Kevin O'Connor
2017-07-20
1
-0
/
+8
*
irq: Support sleeping when mcu is idle
Kevin O'Connor
2017-07-17
1
-0
/
+5
*
command: Move low-level sendf transmission into board code
Kevin O'Connor
2017-06-29
1
-9
/
+2
*
command: Move command_task() to board specific code
Kevin O'Connor
2017-06-29
1
-13
/
+0
*
build: Use compile_time_request system for init, tasks, and shutdown
Kevin O'Connor
2017-05-26
1
-1
/
+1
*
irq: Add an irq_poll() stub for board code
Kevin O'Connor
2017-05-15
1
-0
/
+5
*
sched: Move timer dispatch loop to board code
Kevin O'Connor
2017-03-30
1
-6
/
+0
*
sched: Be explicit with loading of the waketime variable
Kevin O'Connor
2017-03-26
1
-1
/
+1
*
timer: Allow board code to define its own timer_is_before implementation
Kevin O'Connor
2017-03-26
1
-0
/
+6
*
sched: Avoid rescheduling the currently active timer
Kevin O'Connor
2017-03-10
1
-6
/
+0
*
gpio: Merge gpio_adc_sample_time() into gpio_adc_sample()
Kevin O'Connor
2016-11-02
1
-6
/
+3
*
irq: Allow boards to define the return type of irq_save()
Kevin O'Connor
2016-06-13
1
-6
/
+10
*
Makefile: Move listing of directories to create to board makefiles
Kevin O'Connor
2016-06-13
1
-0
/
+2
*
generic: Move simulator/gpio.h to generic/gpio.h
Kevin O'Connor
2016-06-13
2
-38
/
+1
*
generic: Move simulator/irq.h to new file generic/irq.h
Kevin O'Connor
2016-06-13
3
-44
/
+32
*
generic: Move board timer.h files into generic/misc.h
Kevin O'Connor
2016-06-13
1
-12
/
+0
*
generic: Create generic board infrastructure and move misc.h to it
Kevin O'Connor
2016-06-13
2
-21
/
+1
*
sched: Change sched_from_ms() to sched_from_us()
Kevin O'Connor
2016-06-02
2
-2
/
+2
*
Initial commit of source code.
Kevin O'Connor
2016-05-25
9
-0
/
+274