aboutsummaryrefslogtreecommitdiffstats
path: root/src/generic/misc.h
Commit message (Expand)AuthorAgeFilesLines
* usb_cdc: Rename usb_request_bootloader() to bootloader_request()Kevin O'Connor2022-07-291-0/+2
* command: Fix handling of buffer passing in args[] on 64bit mcuKevin O'Connor2020-10-301-0/+1
* command: Add command_decode_ptr() helperKevin O'Connor2020-10-301-1/+0
* command: Prefer uint8_t* for buffers; prefer uint8_fast_t for lengthsKevin O'Connor2018-05-281-1/+1
* avr: Implement internal avr specific timer to handle 16bit overflowsKevin O'Connor2017-08-081-1/+0
* sched: Support adding timers to the start of timer_listKevin O'Connor2017-08-081-0/+1
* basecmd: Move low-level alloc code into basecmd.cKevin O'Connor2017-07-201-2/+2
* command: Move low-level sendf transmission into board codeKevin O'Connor2017-06-291-2/+3
* command: Move command_task() to board specific codeKevin O'Connor2017-06-291-2/+0
* basecmd: Avoid calling malloc() from main codeKevin O'Connor2017-05-111-1/+2
* sched: Move timer dispatch loop to board codeKevin O'Connor2017-03-301-1/+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-1/+2
* sched: Avoid rescheduling the currently active timerKevin O'Connor2017-03-101-1/+0
* generic: Move board timer.h files into generic/misc.hKevin O'Connor2016-06-131-0/+6
* generic: Create generic board infrastructure and move misc.h to itKevin O'Connor2016-06-131-0/+16