Commit Graph

31 Commits

Author SHA1 Message Date
ooxi
e20321b757 Centralized pin configuration
USB pin configuration is not moved into header, since it cannot reasonably be changed on SAMD11 platform. In order to change the UART pin configuration, the SERCOM interface configuration has to be changed, too. Thus those configuration defines are moved into the `hal_config.h' header as well.
2021-04-12 17:53:00 +02:00
Alex Taradov
b96db1578c Added bootloader support and some minor fixes 2021-03-19 17:40:57 -07:00
Alex Taradov
f7987af284 Moved some hardware files around 2021-03-07 14:39:57 -08:00
Alex Taradov
e985493f58 Added response payload size calculation for non-HID transfer layers 2021-03-07 14:39:30 -08:00
Alex Taradov
1a294dbae6 New HID descriptors to make MAC OS happy. 2020-10-28 16:23:07 -07:00
Alex Taradov
89b5247a93 New HID descriptors to make MAC OS happy. 2020-10-28 16:00:10 -07:00
Alex Taradov
bd64370b0a Added SAM E70 platform 2020-02-23 14:50:09 -08:00
Alex Taradov
25cab01f63 Serial Number termination fix 2020-02-23 14:49:13 -08:00
Alex Taradov
a8c62a932c Line endigs fix and transfer abort fix 2020-02-23 14:48:05 -08:00
Alex Taradov
703ef12d36 Robustness increase 2019-10-31 19:51:38 -07:00
Alex Taradov
52e7951dc2 Proper selection of mkdir depending on the OS 2019-09-30 19:03:06 -07:00
Alex Taradov
e53e5c79fb Modifications for the final hardware 2019-04-25 19:47:09 -07:00
Alex Taradov
0fbd319883 Added combined CMSIS-DAP and VCP firmware (tested on a dev kit only) 2019-04-14 09:50:36 -07:00
Alex Taradov
5814e92893 Added combined CMSIS-DAP and VCP version (hardweare not tested yet) 2019-04-14 09:48:58 -07:00
Alex Taradov
f809f06f2f Removed string descriptor buffer 2018-09-17 18:17:07 -07:00
Alex Taradov
d43800a156 Updated resistor values to actually used on the boards 2018-06-03 13:28:12 -07:00
Alex Taradov
7c0aa6aa16 Added Micro-USB version 2018-05-26 01:08:13 -07:00
Alex Taradov
a0aaa3fed2 Removed warnings after const declarations 2018-01-28 16:05:14 -08:00
Alex Taradov
5ad6e4460d
Merge pull request #2 from majbthrd/master
add const declarations
2018-01-28 16:01:16 -08:00
Peter Lawrence
99674bb306 add const declarations 2018-01-28 16:21:03 -06:00
Alex Taradov
122434c371 Added variable serial number (now in DAP as well) 2017-05-09 22:02:15 -07:00
Alex Taradov
e35692e86a Added variable serial number (via UID of the device) 2017-05-09 21:27:55 -07:00
Alex Taradov
3e9c9ce8db Added support for SWD USB STD board 2017-05-07 23:18:32 -07:00
Alex Taradov
6203cc65c2 Added a version with a standard connector 2017-03-25 16:48:00 -07:00
Alex Taradov
84a62ee316 Added PDF version of the schematic 2017-03-17 17:07:13 -07:00
Alex Taradov
348cbff254 Minor hardware changes + bootloader mode 2017-01-26 18:38:25 -08:00
Alex Taradov
bc0f5f6d17 Added SAM D11 hardware reference design 2017-01-24 23:04:21 -08:00
Alex Taradov
ba21d9656e Added SAM D11 support 2017-01-21 14:06:32 -08:00
Alex Taradov
b0446e4b01 Implemented LED logic 2016-07-17 23:42:10 -07:00
Alex Taradov
fb4aa2f964 Initial implementation 2016-07-17 21:50:57 -07:00
Alex Taradov
b356413ee7 Initial commit 2016-07-17 21:23:31 -07:00