Jason Kotzin
4346fb2405
Merge commit '98a4f8e31872d3f72e47aba8b01a167503144c1e' into sam-update
2022-08-01 18:31:06 -07:00
Jason Kotzin
9c95dfb712
adding adiv5 support
2022-08-01 17:45:49 -07:00
Jason Kotzin
f99fe59ce8
updating libopencm3 with samd i2c support
2022-08-01 17:45:30 -07:00
Jason Kotzin
a6f9701368
Adding schematic, use adobe, has a 3D step built in
v1.6.3
2021-08-15 22:22:09 -07:00
Jason Kotzin
237d6b89f6
Updating Readme
2021-08-15 22:18:41 -07:00
Jason Kotzin
2b89a07dae
samd: adding bootprotect and unlock commands
2021-08-15 21:50:54 -07:00
Jason Kotzin
a01642e480
samd: create a copy that’s named with the version
v1.6.2
2019-05-31 00:33:57 -07:00
Jason Kotzin
6b9b502354
tag correctly if we are on a branch
2019-05-31 00:07:20 -07:00
Jason Kotzin
8606b78b9e
updating gitignore file
2019-05-18 14:55:31 -07:00
Ryan
cd325dfe52
samd: convert_tdio requires enable/disable
2019-05-16 13:18:05 -07:00
Ryan
c1b3d0c629
samd: bug fix on uart newlines
2019-04-10 17:38:16 -07:00
Jason Kotzin
94238fd95b
samd: ability to printout entire serial number
2019-03-29 16:34:12 -07:00
Ryan
5c835bc0f6
samd: srst_get_val now actually works
2019-02-22 18:21:13 -08:00
Ryan
100fc2e7d4
samd: added command to toggle srst pin when not used
2019-02-11 16:15:03 -08:00
Jason Kotzin
880e977fb6
samd: custom serial string for easy opening on mac
2019-02-09 13:48:04 -08:00
Ryan
3a9b0eee7a
samd: added tpwr support
2019-02-04 18:19:28 -08:00
Jason Kotzin
6baf90ac4c
samd: adding dfu bootloader, compile support, and combined image
2018-12-20 13:35:45 -08:00
Ryan
77064754ad
samd: fixed first-scan failure
2018-10-17 15:08:08 -07:00
Ryan
92ed79e68e
samd: button code updated for libopencm3
2018-10-04 14:24:18 -07:00
Ryan
b91a975d56
samd: button must hold for 5 seconds now
2018-10-03 16:04:32 -07:00
Ryan
84b6818982
samd: convert_tdio command cleaned up
2018-09-28 14:54:31 -07:00
Ryan
4aee9fe2a3
samd: enter_bootldr command, bootldr button
2018-09-28 14:37:33 -07:00
Ryan
4847e0d1e6
samd: uart ports updated for bm-sam hw
2018-09-05 15:52:04 -07:00
Ryan
a599b989cf
samd: TDI/O conversion, usart line coding
2018-09-05 12:10:43 -07:00
Ryan
50658a5c0a
samd: small fixes to uart
2018-08-27 16:22:48 -07:00
Ryan
f828fc1ac1
samd voltage detection and line coding
2018-08-07 14:32:00 -07:00
Jason Kotzin
bd71ca2a3c
Minor updates to help with speed, temporarily disabling uart
2018-08-01 19:10:01 -07:00
Ryan
2d38c9614e
fixed typo in jeff/platform.h
2018-08-01 16:22:03 -07:00
Jason Kotzin
7ce265f2cf
Adding queue.h file and fixing some compile errors
2018-08-01 14:26:31 -07:00
Jason Kotzin
638299534b
samd: updates for jeff probe pcb
2018-07-13 23:48:52 -07:00
Jason Kotzin
919a005b65
debug flags only if we are debugging, speeds up firmware slightly
2018-07-12 19:19:39 -07:00
Jason Kotzin
58865ca5ec
samd: uart support
2018-07-12 18:54:13 -07:00
Jason Kotzin
d62d82bb2f
M0 SWDIO 2x performance improvements
2018-07-10 16:18:05 -07:00
Jason Kotzin
f1ecd66283
Initial support for samd hardware and jeff ‘probe’
2018-07-10 15:42:44 -07:00
Jason Kotzin
fd2cb4b8d2
Updating submodule to use flirc samd branch
2018-07-10 14:01:03 -07:00
Jason Kotzin
1cc3e05c11
Force USB connect
2018-07-10 13:36:00 -07:00
Jason Kotzin
d5b6d4ab12
Allow support for older chip architectures
2018-07-10 13:35:45 -07:00
Gareth McMullin
98a4f8e318
Merge pull request #205 from UweBonnes/stlink_flashsize
...
stlink: Announce 124 kiB flash size in DFU to commplement #204 .
2017-05-12 04:20:34 +12:00
Uwe Bonnes
b7235da97f
dfucore.c: Announce no writable bootloader pages when device is read proteced
...
or bootloader is write protected.
Device read protection or write protection on first 4 bootloader pages
can only be removed by mass erase. Triggering mass erase with a program
running from flash is doomed for failure.
User can force bootloader update, at their own risk to brick the device.
2017-05-07 13:19:37 +02:00
Uwe Bonnes
b09a522f37
STM32F103: Use flash size from device for DFU string.
...
Complements #204 .
STLinkV2-1 has F103CB on board! F103C8 on older Stlinks can use upper flash
with hopefully acceptable error rate.
For F103C8 devices, user has to give the force option to dfu-utils.
2017-05-07 13:19:37 +02:00
Gareth McMullin
f450b1745d
Merge branch 'v1.6-branch'
2017-05-06 15:25:50 -07:00
stoyan shopov
d3a8f27fdb
fixed a bug in the breakpoint removal code
v1.6.1
2017-05-06 14:58:31 -07:00
Gareth McMullin
6b592b4118
Merge pull request #218 from stoyan-shopov/breakpoint-removal-bugfix
...
fixed a bug in the breakpoint removal code
2017-05-03 12:11:50 -07:00
Gareth McMullin
bfce31f26a
Merge pull request #219 from UweBonnes/dfu_update
...
dfu_f1/dfu_upgrade: Do not set read protection.
2017-05-03 10:39:13 -07:00
Uwe Bonnes
5af76a1b74
dfu_f1/dfu_upgrade: Do not set read protection.
...
As the first 4 pages of the bootloader will always keep write protection
once read protection is applied, with the second update of the bootloader
only the higher pages where updated effectivly.
In most cases this resulted in an inaccessible device!
2017-04-29 14:58:41 +02:00
stoyan shopov
01e3582525
fixed a bug in the breakpoint removal code
2017-04-28 13:22:59 +03:00
Gareth McMullin
b10971b19b
Merge pull request #206 from UweBonnes/dfu-upload
...
Dfu upload
2017-04-27 10:07:37 -07:00
Gareth McMullin
146c0b83b5
Merge pull request #214 from falstaff84/const-strings-and-structs
...
Constify strings and constant structs
2017-04-27 10:02:53 -07:00
Stefan Agner
3c06396c8e
Constify strings and constant structs
2017-04-22 13:50:04 -07:00
Gareth McMullin
2f5295ba14
Merge pull request #213 from gsmcmullin/k22f_security_hack
...
K22F security hack
v1.6
2017-04-21 13:29:48 +12:00