gcc-arm-embedded-misc pyocd-20141024

Fixed issue when work with LPC1768 board.

Milestone information

Project:
gcc-arm-embedded-misc
Series:
pyocd-binary
Version:
pyocd-20141024
Released:
 
Registrant:
Terry Guo
Release registered:
Active:
Yes. Drivers can target bugs and blueprints to this milestone.  

Download RDF metadata

Activities

Assigned to you:
No blueprints or bugs assigned to you.
Assignees:
No users assigned to blueprints and bugs.
Blueprints:
No blueprints are targeted to this milestone.
Bugs:
No bugs are targeted to this milestone.

Download files for this release

After you've downloaded a file, you can verify its authenticity using its MD5 sum or signature. (How do I verify a download?)

File Description Downloads
download icon pyocd_win.exe (md5) pyocd binary version for Windows 47
last downloaded 64 weeks ago
download icon pyocd_mac (md5) pyocd binary version for Mac OS 36
last downloaded 63 weeks ago
download icon pyocd_linux (md5) pyocd binary version for Linux 49
last downloaded 63 weeks ago
download icon license.txt (md5) license file 14
last downloaded 64 weeks ago
download icon HowToBuild.txt (md5) How to build PyOCD from source to single executable file 52
last downloaded 57 weeks ago
Total downloads: 198

Release notes 

The nrf51822 target is brought back to normal now!

For detailed functionality of PyOCD, please visit the website: https://github.com/mbedmicro/pyOCD
-------------
How to Use:
-------------
* Under Windows cmd:
pyocd_win.exe
arm-none-eabi-gdb basic.elf
<gdb> target remote localhost:3333
<gdb> load
<gdb> continue
* Under Linux shell:
chmod +x pyocd_linux
pyocd_linux
arm-none-eabi-gdb basic.elf
<gdb> target remote localhost:3333
<gdb> load
<gdb> continue
---------------
Functionality:
---------------
You can launch this gdb server from the cmd line. From a GDB client, you have all the features provided by gdb:
load a .elf file
read/write memory
read/write core register
set/remove hardware breakpoints
high level stepping
...
---------
Options:
---------
This gdb server provide the following option:
"-p", "--port", help = "Write the port number that GDB server will open"
"-b", "--board", help = "Write the board id you want to connect"
"-l", "--list", help = "List all the connected board"
"-d", "--debug", help = "Set the level of system logging output, the available value for DEBUG_LEVEL: debug, info, warning, error, critical"
"-t", "--target", help = "Override target to debug"
----------------------
Supported Platform:
----------------------
This gdb server is mainly designed to support Mbed platform(https://mbed.org/platforms/) with CMSIS DAP Interface. Currently, we have supported following platform:
kl25z
kl05z
kl46z
k20d50m
k64f
kl02z
kl26z
lpc1768
lpc1768
lpc11u24
lpc800
nrf51822

More and more target platform is under development, please refer to PyOCD github website and here for update release.
---------------
Known Issues:
---------------
* No semi-hosting and extended mode support available now.
* No flash verification available now. As PyOCD downloads through usb hid interface, which leads to a low download speed. So when downloading, no flash data verification is introduced.

Changelog 

View the full changelog

Fixed issue when work with LPC1768 board.

0 blueprints and 0 bugs targeted

There are no feature specifications or bug tasks targeted to this milestone. The project's maintainer, driver, or bug supervisor can target specifications and bug tasks to this milestone to track the things that are expected to be completed for the release.

This milestone contains Public information
Everyone can see this information.