diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-02-19 00:32:37 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-03-01 00:40:44 -0500 |
commit | c8d7e28a35bc3d3699fa5b77327ad194fd3c3105 (patch) | |
tree | d3ff842f5e1693b226f9285ff1bbe0fdf2133f60 /docs/Config_Changes.md | |
parent | 8617cbcb761b07aa238c78862fda3afa8bc5bf23 (diff) | |
download | kutter-c8d7e28a35bc3d3699fa5b77327ad194fd3c3105.tar.gz kutter-c8d7e28a35bc3d3699fa5b77327ad194fd3c3105.tar.xz kutter-c8d7e28a35bc3d3699fa5b77327ad194fd3c3105.zip |
atsamd: Add support for programming SERCOM pins
Signed-off-by: Florian Heilmann <Florian.Heilmann@gmx.net>
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Config_Changes.md')
-rw-r--r-- | docs/Config_Changes.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/Config_Changes.md b/docs/Config_Changes.md index 1f0a6445..707adce6 100644 --- a/docs/Config_Changes.md +++ b/docs/Config_Changes.md @@ -6,6 +6,9 @@ All dates in this document are approximate. # Changes +20190228: Users of SPI or I2C on SAMD21 boards must now specify the +bus pins via a [samd_sercom] config section. + 20190224: The bed_shape option has been removed from bed_mesh. The radius option has been renamed to bed_radius. Users with round beds should supply the bed_radius and round_probe_count options. |