Talking Tock 41
by AmitThis is the 41st post in a series tracking the development of Tock, a safe multi-tasking operating system for microcontrollers.
Pull Requests
Bolded pull requests were marked “P-Significant”
Merged
- (#871) elf2tbf rewrite and conversion to elf2tab
- (#855) Construct BLE AdvData payload in userland
- (#914) Move
transmit_domplete
callback in SAM4L USART to fix missed bytes - (#916) Timer updates to the NRF52 in preparation for BLE connections
- (#903) 6LoWPAN and initial IP stack
- (#917) Expose NRF5x PPI interface for use in radio
- (#919) rustdoc “nits”
- (#888) USB bulk transfers for SAM4L
- (#920) Port SAM4L CRC to new register interface
- (#921) Keep track of dropped callbacks for each process
- (#910) Improve Systick precision
- (#922) Correct timing issues in CC26xx RTC
- (#923) Port systick to new register interface in Cortex-M3/4 crates