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
/
gpiocmds.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gpiocmds: Merge digital output and soft pwm code
Kevin O'Connor
2020-12-10
1
-233
/
+119
*
gpiocmds: Use move queue for software pwm
Kevin O'Connor
2020-12-04
1
-41
/
+78
*
gpiocmds: Use move queue for digital output pins
Pascal Pieper
2020-12-04
1
-11
/
+57
*
gpiocmds: Send soft pwm cycle_time separately from schedule_soft_pwm_out
Kevin O'Connor
2020-12-04
1
-11
/
+22
*
gpiocmds: Add soft-pwm frequency modulation support
Guy Shapira
2020-09-26
1
-10
/
+9
*
gpiocmds: Specify soft pwm duration in clock ticks
Kevin O'Connor
2019-05-26
1
-12
/
+6
*
command: Always pass a string to the DECL_CONSTANT() macro
Kevin O'Connor
2019-03-17
1
-1
/
+1
*
gpiocmds: Add update_digital_out command
Kevin O'Connor
2018-06-27
1
-0
/
+15
*
stepper: Introduce and use gpio_out_toggle_noirq()
Kevin O'Connor
2018-05-15
1
-1
/
+1
*
gpiocmds: Clear SPF_NEXT_* flags on new schedule_soft_pwm_out
Kevin O'Connor
2017-12-16
1
-2
/
+2
*
gpiocmds: Allow the start value for a pin to differ from the default_value
Kevin O'Connor
2017-10-12
1
-9
/
+11
*
build: Use compile_time_request system for init, tasks, and shutdown
Kevin O'Connor
2017-05-26
1
-2
/
+2
*
gpiocmds: Change MAX_SOFT_PWM from 255 to 256
Kevin O'Connor
2017-05-15
1
-6
/
+5
*
pwmcmds: Export the maximum PWM value
Kevin O'Connor
2017-05-15
1
-3
/
+6
*
timer: Allow board code to define its own timer_is_before implementation
Kevin O'Connor
2017-03-26
1
-3
/
+4
*
sched: Rename sched_timer() to sched_add_timer()
Kevin O'Connor
2017-03-11
1
-3
/
+3
*
basecmd: Use oid_ prefix for the oid manipulation functions
Kevin O'Connor
2017-03-09
1
-5
/
+5
*
sched: Use uint_fast8_t for return type of timers
Kevin O'Connor
2016-06-14
1
-5
/
+5
*
irq: Prefer irq_disable/enable instead of irq_save/restore in cmds/tasks
Kevin O'Connor
2016-06-13
1
-3
/
+3
*
pwmcmds: Add Kconfig option to allow boards to disable hardware PWM commands
Kevin O'Connor
2016-06-13
1
-70
/
+2
*
gpiocmds: Add Kconfig option to allow boards to disable ADC commands
Kevin O'Connor
2016-06-13
1
-111
/
+0
*
Initial commit of source code.
Kevin O'Connor
2016-05-25
1
-0
/
+401