| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-15 | run code formatting script | microDev | |
| 2020-07-27 | Fix several type hints | Taku Fukada | |
| 2020-07-24 | Add and correct some type hints | Taku Fukada | |
| 2020-06-23 | atmel-samd: Add support for SAM E54 family MCUs | Jeff Epler | |
| This introduces the new macro SAM_D5X_E5X. This is mostly the same as SAMD51 before, except in a few places where a special case for SAME54 is required | |||
| 2020-05-12 | Swap sphinx to autoapi and the inline stubs | Scott Shawcroft | |
| 2019-12-06 | atmel-samd working | Dan Halbert | |
| 2018-08-16 | Compress all translated strings with Huffman coding. | Scott Shawcroft | |
| This saves code space in builds which use link-time optimization. The optimization drops the untranslated strings and replaces them with a compressed_string_t struct. It can then be decompressed to a c string. Builds without LTO work as well but include both untranslated strings and compressed strings. This work could be expanded to include QSTRs and loaded strings if a compress method is added to C. Its tracked in #531. | |||
| 2018-06-15 | Split out the peripherals library in preparation of sharing with MakeCode. | Scott Shawcroft | |
| 2018-06-08 | Add code size analysis tool and shrink samd.clock a smidge. | Scott Shawcroft | |
| 2018-06-01 | atmel-samd: Re-org helper peripheral files into their own subdirectory. | Scott Shawcroft | |
| Ideally in the future they won't depend on ASF4 or MicroPython. | |||
| 2018-05-07 | Add clock representation with calibration | Noralf Trønnes | |
| Add a python representation of the clocks with the possibility to change the calbration of clock sources. | |||
| 2017-11-16 | Create supervisor module. | Scott Shawcroft | |
| It can control autoreload and the rgb status led. | |||
| 2017-10-24 | Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_merge | Scott Shawcroft | |
| This is prep for merging in the NRF5 pull request. | |||
