| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
it can be used. Convert a few drivers from timer devices to plain timers to avoid adding adjust_persistent() to the timer device as well.
|
| |
|
|
| |
and make device_timer callbacks match the native form to eliminate trampolines.
|
| |
|
|
| |
callback types. timer_callback is a class containing a timer_expired_delegate plus a user-supplied pointer, and accounting information for registration. timer_instance is a single active timer in the scheduler. persistent_timer is what you get back from timer_alloc() now, and has methods for dynamic changes. transient_timer_factory is what you use to create transient timers. Devices now own a transient_timer_factory for transient device timers. persistent_timers can be emedded and initialized directly.
|
| |
|
|
| |
parameters to u64. Change first parameter of device timers to be emu_timer const. Updated all device timers to follow suit.
|
| | |
|
| | |
|
| |
|
|
|
|
| |
Re-promoted Quizard 1 and Quizard 2. [Ryan Holtz]
-scc68070: Improved UART Tx/Rx behavior, though it still functions in parallel rather than serial. [Ryan Holtz]
|
| | |
|
| |
|
|
| |
(nw)
|
| | |
|
| |
|
|
| |
converted SCC68070 to use logmacro. [Ryan Holtz]
|
|
|
- Add internal clock divider
- Add a few crude hacks to force status bits in unemulated UART and I2C
|