summaryrefslogtreecommitdiff
path: root/ports/atmel-samd/bindings
AgeCommit message (Collapse)Author
2021-03-15run code formatting scriptmicroDev
2020-07-27Fix several type hintsTaku Fukada
2020-07-24Add and correct some type hintsTaku Fukada
2020-06-23atmel-samd: Add support for SAM E54 family MCUsJeff 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-12Swap sphinx to autoapi and the inline stubsScott Shawcroft
2019-12-06atmel-samd workingDan Halbert
2018-08-16Compress 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-15Split out the peripherals library in preparation of sharing with MakeCode.Scott Shawcroft
2018-06-08Add code size analysis tool and shrink samd.clock a smidge.Scott Shawcroft
2018-06-01atmel-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-07Add clock representation with calibrationNoralf Trønnes
Add a python representation of the clocks with the possibility to change the calbration of clock sources.
2017-11-16Create supervisor module.Scott Shawcroft
It can control autoreload and the rgb status led.
2017-10-24Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_mergeScott Shawcroft
This is prep for merging in the NRF5 pull request.