Tock Logo

Talking Tock

Talking Tock 43

Changing clocks, bootloader re-write and cleanups

This is the 43rd post in a series tracking the development of Tock, a safe multi-tasking operating system for microcontrollers.

  1. A Tock-based Bootloader
  2. Pull Requests
    1. Merged
    2. Proposed

A Tock-based Bootloader

@bradjc mixed some existing pieces with some good-old-fashion elbow grease to rewrite the bootloader we use for the SAM4L (Hail and imix boards) using Tock! Better yet, most of the code is completely portable and can be used for any chip ported to Tock that has a UART, flash and GPIO implementation.

Pull Requests

Bolded pull requests were marked “P-Significant”

Merged

Proposed