Commit Graph

70 Commits

Author SHA1 Message Date
Alex Taradov
49a30aa350
Update README.md 2024-01-12 16:29:53 -08:00
Alex Taradov
02ef89002f Updated SAM D21 implementation 2024-01-12 16:26:41 -08:00
Alex Taradov
e7752beb5e Fixed multiple DAP buffers 2022-08-07 13:55:33 -07:00
Alex Taradov
2f73d7cbee Added M484-based hardware 2022-08-05 16:48:28 -07:00
Alex Taradov
cd75a36c65 Implemented 2 DAP buffers (for SAM D11 for now) 2022-07-30 18:57:35 -07:00
Alex Taradov
bf9c66a6bf Removed extra USB drivers 2022-07-19 21:40:06 -07:00
Alex Taradov
b63111914f Added Nuvoton M484 support 2022-07-19 21:38:18 -07:00
Alex Taradov
4683b72557 Added smaller version of the standard board with USB Type-C connector 2022-04-22 12:02:26 -07:00
Alex Taradov
fda243753d Clear error status bits in UART driver 2022-04-20 19:27:59 -07:00
Alex Taradov
ef750670d2 Added a new D11-based board 2022-04-06 18:57:16 -07:00
Alex Taradov
522818d71c Added custom board support 2022-04-04 08:36:14 -07:00
Alex Taradov
7836716c2f Created Makefile variable for a bin2uf2 tool 2022-04-04 00:07:58 -07:00
Alex Taradov
cead8b716d Added bin2uf2 information to the readme 2022-04-03 21:02:52 -07:00
Alex Taradov
63ae8005d7 Removed tools directory 2022-04-03 20:57:11 -07:00
Alex Taradov
2e12df92c3 Implemented CMSIS-DAP v2 for SAM D11, combined VCP and non-VCP versions into one platform 2022-03-06 12:42:32 -08:00
Alex Taradov
97b0c937ea Updated CMSIS-DAP version to v2 2022-03-06 01:05:57 -08:00
Alex Taradov
ab83c0768e Binay update 2022-03-05 15:51:37 -08:00
Alex Taradov
a62a163689 Added CMSIS-DAP v2 support to RP2040 port + some USB code refactoring 2022-03-05 15:50:14 -08:00
Alex Taradov
61d9fe21be Fixed an error in string length calculation 2022-03-04 16:04:12 -08:00
Alex Taradov
0644042b94 Added new info strings and version information 2022-03-02 16:04:07 -08:00
Alex Taradov
1d5c72ba44 Typo fix 2022-01-04 19:57:44 -08:00
Alex Taradov
c201142d23 Added binary file for RP2040 2022-01-04 19:55:55 -08:00
Alex Taradov
83f02325ed Added RP2040 support 2022-01-04 19:28:52 -08:00
Alex Taradov
a720420a78 Fidex TDI write in dap_swj_pins() 2021-12-23 10:24:55 -08:00
Alex Taradov
375891812c Added V4 of the VCP debugger board (no FW support yet) 2021-11-06 23:21:43 -07:00
Alex Taradov
1f1c453097 Added V2 of the standard debugger board 2021-11-06 23:19:37 -07:00
Alex Taradov
1d3c843f9e Changed default board version 2021-11-06 23:18:51 -07:00
Alex Taradov
00190194b3
Merge pull request #18 from windborne/master
add dap_init() at beginning of main() for same70
2021-10-02 07:07:17 +03:00
john
b8a794fad5 add dap_init() at beginning of main() for same70 2021-10-01 14:18:14 -07:00
Alex Taradov
c8bcf13e43 Minor JTAG speed improvement 2021-05-30 10:55:34 -07:00
Alex Taradov
14e7993ca4 Added 2K DFU bootloader versions 2021-05-27 09:11:53 -07:00
Alex Taradov
550bc0ff25 Minor Makefile fix 2021-05-27 09:10:42 -07:00
Alex Taradov
c2255afd97 Minor Makefile fix 2021-05-27 09:09:07 -07:00
Alex Taradov
4b9ba1f883 Modified clock settings 2021-05-27 09:04:06 -07:00
Alex Taradov
6ecb3dc90c Added pogo-pin D11 board 2021-05-27 01:01:03 -07:00
Alex Taradov
3d10650b72 Added VCP V3 board support and DFU bootloader support 2021-05-26 23:35:58 -07:00
Alex Taradov
005d3bd68f Exposed buffer manipulation functions 2021-05-16 11:59:47 -07:00
Alex Taradov
fd395851cb Major refactor plus added JTAG support 2021-05-13 19:36:00 -07:00
Alex Taradov
55ff181c20
Merge pull request #17 from ooxi/patch/hal-config-2
Centralized pin configuration
2021-04-12 10:14:31 -07:00
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