sago35
0c880ec44c
Standardize SAMD51 UART settings ( #1155 )
...
* machine/samd51: standardize samd51 uart settings
2020-06-05 08:14:31 +02:00
Ron Evans
fa861085c0
machine/adafruit: make all USB vendor and product names string descriptors consistent
...
Signed-off-by: Ron Evans <ron@hybridgroup.com>
2020-03-18 12:08:15 +01:00
Ron Evans
0312f12696
machine/usb: set the vid and pid to valid values supplied by Adafruit and Arduino for boards that support USB CDC
...
Signed-off-by: Ron Evans <ron@hybridgroup.com>
2020-03-18 12:08:15 +01:00
Ayke van Laethem
c61657d22d
machine: refactor pin handling to auto-detect pin mode
...
With this change, it's no longer necessary to set a specific pin mode:
it will get autodetected in the Configure() call.
Tested on an ItsyBitsy M4 with the mpu6050 example in the drivers repo.
2020-01-23 00:08:34 +01:00
Ayke van Laethem
31d3ac725f
machine/atsamd51: refactor SPI pin configuration to only look at pin numbers
...
This commit does the same thing as
https://github.com/tinygo-org/tinygo/pull/597 but for samd51 series
chips. Pin mode and pad numbers are automatically calculated from pin
numbers, returning an error if no valid pinout is possible.
2020-01-11 20:57:10 +01:00
BCG
ea5df0f214
Fixes for UART2 on Metro M4 Airlift Lite ( #739 )
...
* machine/samd51: Fixes for UART2
2019-11-21 21:45:13 +01:00
Ron Evans
41df9648a8
machine/samd51: correct channel init and pin map for ADC based on ItsyBitsy-M4
...
Signed-off-by: Ron Evans <ron@hybridgroup.com>
2019-11-01 10:07:07 +01:00
Ron Evans
3777791aa3
machine/samd51: allow setting pinmode for each of the SPI pins
...
Signed-off-by: Ron Evans <ron@hybridgroup.com>
2019-10-31 12:47:48 +01:00
Ron Evans
92e07ec8af
machine/samd51: update to accomodate differences in updated SVD files for from main CMSIS-SVD repo
...
Signed-off-by: Ron Evans <ron@hybridgroup.com>
2019-10-09 18:53:32 +02:00
Ron Evans
02c4020228
machine/atsamd51: add support for ATSAMD51 processor using Adafruit ItsyBitsy-M4 board
...
Signed-off-by: Ron Evans <ron@hybridgroup.com>
2019-09-14 17:56:14 +02:00