Gareth McMullin
8c256d9e59
kinetis: Add KL03 devices.
8 years ago
Gareth McMullin
a77fb9ac1b
Merge pull request #180 from paramaggarwal/patch-1
Actual pin mappings and the comment differ!
8 years ago
Gareth McMullin
334f6dac0a
Merge pull request #182 from esden/bmpm21
Add BMPM V2.1 support
8 years ago
Gareth McMullin
ad552dbe3b
Merge pull request #183 from gsmcmullin/volatile_crtlstat
adiv5_dp_init: make ctrlstat volatile to supress warning.
8 years ago
Gareth McMullin
cd1bef89bb
adiv5_dp_init: make ctrlstat volatile to supress warning.
8 years ago
Piotr Esden-Tempski
606b73601c
Added TMS/SWDIO direction pin & adjusted SRST sense.
1) This version uses a direction control level shifters. We need to control
the direction of the TMS/SWDIO pin.
2.1) Because we want to support a large voltage range for SRST we use an
external dual MOSFET for asserting and sensing the SRST line. We have
added the hardware version 3 to be handled the same way as version 0.
Meaning using separate pins for assertion and sensing of the SRST line.
2.2) The new SRST sense circuit is inverting, thus we have dedicated
code for hardware version 3 that inverts the SRST status pin on read.
8 years ago
Param Aggarwal
51ac0fe319
Actual pin mappings and the comment differ!
I was stuck trying to debug the issue why my probe would not find any attached targets. This is because I was doing the pin mapping as per the comments, and not the actual code. There is a mismatch!
This PR updates the comment to reflect the values set in code. :)
8 years ago
Gareth McMullin
d6e29774fe
Merge pull request #174 from ChuckM/sam4l
Target Driver for Atmetl AT91SAM4L target
8 years ago
Chuck McManis
085c980215
Remove EXTENDED_RESET define
8 years ago
Chuck McManis
a3c2592e44
Review feedback
8 years ago
Gareth McMullin
dc9073b13e
Merge pull request #175 from blacksphere/kickstarter-badge
Update README with Kickstarter
8 years ago
Gareth McMullin
fb148862ca
Update README
Add a badge with a link to the Kickstarter
8 years ago
Gareth McMullin
7b02d68ab2
Update README
Add donate with Paypal button
8 years ago
Chuck McManis
469ecbf0f9
SAM4L: Add target driver for SAM4L
This commit adds a target driver for SAM4L and it depends on the
extended reset change.
8 years ago
Chuck McManis
0aef6c6774
SAM4L: Add extended reset to target interface
This adds a new function to the internal target interface
to allow the target to get control before reset is complete
so that it can do any additional work. On this target there
is a proprietary internal bit that has to be reset in some
cases to allow the core to continue operating.
8 years ago
Gareth McMullin
b745799156
Merge pull request #171 from gsmcmullin/v2_usb_uart_check
Don't enable usb uart on v2 when debugging
8 years ago
Gareth McMullin
7730d3b198
Don't enable usb uart on v2 when debugging
8 years ago
Gareth McMullin
3fa2e6163a
Merge pull request #170 from gsmcmullin/happy_gecko
EFM32HP (happy gecko) support
8 years ago
Gareth McMullin
15268ac663
EFM32HP (happy gecko) support
8 years ago
Gareth McMullin
5e8794627a
Merge pull request #168 from Gussy/stm32f303-targets
add STM32F303 targets
8 years ago
Angus Peart
4212d7a394
add STM32F303 targets
8 years ago
Gareth McMullin
e279844532
Merge pull request #167 from gsmcmullin/stm32l4_buffered
STM32L4: Use buffered flash model.
8 years ago
Gareth McMullin
bcf3caf20e
cortexa: Disable AHB memory access to avoid issues with L2 cache.
8 years ago
Gareth McMullin
3b7edc325d
Merge pull request #165 from gsmcmullin/gdb_tcp_buffering
libftdi: Disable Nagle algorithm and buffer sends internally.
8 years ago
Gareth McMullin
cebe4f8f1c
Merge pull request #164 from gsmcmullin/cortexa_resume_fix
cortexa: Wait for instruction complete on resume.
8 years ago
Gareth McMullin
f40883f2b2
cortexa: Wait for instruction complete on resume, and timeout if no response.
8 years ago
Gareth McMullin
f947465fe4
libftdi: Disable Nagle algorithm and buffer sends internally.
This significantly improves performance by not waiting for TCP
timeout on transmission.
8 years ago
Gareth McMullin
917c107ded
Use `git-describe --always --dirty` when generating `version.h`
8 years ago
Gareth McMullin
c9a72bf97b
Add build output link to readme
8 years ago
Gareth McMullin
7c83536c14
Don't break build if no tags in history
8 years ago
Gareth McMullin
7b575bd7c6
Fix Travis deployment.
8 years ago
Gareth McMullin
d48465c527
Merge pull request #163 from gsmcmullin/travis_publish
First attempt at publishing Travis builds to Amazon S3.
8 years ago
Gareth McMullin
cbc21114c1
First attempt at publishing Travis builds to Amazon S3.
8 years ago
Gareth McMullin
39a0e26f4b
Merge pull request #161 from esden/compile_fixes
Compile fixes
8 years ago
Piotr Esden-Tempski
fdeb6471a8
Added missing #include guard.
8 years ago
Piotr Esden-Tempski
4348f0d135
Fixed double const.
The way the const pointer was written caused at least the clang compiler
to complain about double cosnst. I am not sure if the way it was written
before it resulted in the intended "make everything const" goal. But the
way it is written now it adheres to the right to left reading rule.
8 years ago
Piotr Esden-Tempski
2d37de773c
Fixed #include guard.
8 years ago
Gareth McMullin
fe4bae7942
Merge pull request #160 from esden/jtagtap_next_params
Corrected jtagtap_next signature.
8 years ago
Piotr Esden-Tempski
8a009ca6ae
Corrected jtagtap_next signature.
The parameter is TDI (as in input) not TDO. The header signature and
comment are correct.
8 years ago
Gareth McMullin
25a6450af0
Merge pull request #158 from rogerclarkmelbourne/master
Add support for nRF51822QFAAH1
8 years ago
Roger Clark
3b74d91c69
Add support for nRF51822QFAAH1
8 years ago
Gareth McMullin
3abb4afdf6
Merge pull request #153 from gsmcmullin/restore_leds
Restore LED behaviour.
8 years ago
Gareth McMullin
2e9660910c
STM32L4: Use buffered flash model.
8 years ago
Gareth McMullin
517881f551
Merge pull request #154 from gsmcmullin/cortexa_breakpoints
cortexa: Fix hardware breakpoints.
8 years ago
Gareth McMullin
1f3576928c
Merge pull request #151 from gsmcmullin/self_semihost
Use semihosting for debug output if available.
8 years ago
Gareth McMullin
9a8cef04e0
Clean up debug format strings.
8 years ago
Gareth McMullin
966f360515
debug: Use semihosting if available or output via usbuart.
8 years ago
Gareth McMullin
ba8f77abf8
cortexa: Fix hardware breakpoints.
8 years ago
Gareth McMullin
40f960db4d
Restore LED behaviour.
8 years ago
Gareth McMullin
45e322b9a3
Handle usart errors.
8 years ago