Talking Tock 13
by AmitThis is the thirteenth post in a series tracking the development of Tock, a safe multi-tasking operating system for microcontrollers.
Signpost
@alevy wrote a test app for the Signpost storage module with support for FAT file-systems on an SD Card. The goal is to implement a remote file system over I2C for other modules such that SD Cards can be easily read from the Edison on the controller or other laptops or desktops.
Tock Pull Requests
Merged
-
@alevy added a CONTRIBUTING document to help codify our contribution process.
-
@daniel-scs’s TRD1 changes are merged and official!
-
@phil-levis expanded the RF233 interface by, e.g. separating out traits for data and control.
-
@szechy fixed some GitHub markdown bugs all over our TRDs. Thanks Colin!
Proposed
-
@niklasad1 and @frenicth added support for encryption/decryption in AES in counter mode on top of the NRF51’s AES in ECB mode.
-
@daniel-scs rewrote TRD1 after some final discussions on the mailing list.