Replies: 6 comments 18 replies
-
Hey @mathias-arm, I have been using my custom DAP-Link boards running on the F103 for a bit now and can confirm that all features have been working great for me when compiling with the gcc-arm-none-eabi-10-2020-q4-major toolchain.
Great work 👏 I am also working on getting the LPC55S69 tested with @flit.
A serial port enumerates when connecting the LPC via USB, and I seem to be getting activity on the LED indicating the LPC is receiving UART data from my target, but it doesn't come through on my Serial terminal. @flit FYI. I'll dig into this a bit deeper to rule out my setup. |
Beta Was this translation helpful? Give feedback.
-
This is great. This is what I was waiting for. The fact that it does not require mbed-cli makes me very happy. Thanks a lot! 😃 note: minimal requirements are project_generator==0.11.* pyelftools jinja2 intelhex six |
Beta Was this translation helpful? Give feedback.
-
I tried building with NMake .
Build Steps
note: you may utilize virtualenv but you still need to install pyelftools intelhex jinja2 to the outer environment. This is because when nmake executes commands with .py extension it will launch python in a new console and virtualenv does not take effect there. |
Beta Was this translation helpful? Give feedback.
-
@mbrossard, thanks for adding the |
Beta Was this translation helpful? Give feedback.
-
The LPC55S69 support is working great for what I need (needed SWO streaming) |
Beta Was this translation helpful? Give feedback.
-
@mathias-arm Can confirm that the k20dx_bl builds and works great using GCC v10.2.1. Tested using a K64F freedom dev kit. I erased it and reflashed it with the bootloader and then uploaded the k20dx_mimxrt1050_hyper_if project using the DAPLink bootloader 👍 (venv) ☁ build [develop] ⚡ arm-none-eabi-gcc --version
arm-none-eabi-gcc (GNU Arm Embedded Toolchain 10-2020-q4-major) 10.2.1 20201103 (release)
Copyright (C) 2020 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
Beta Was this translation helpful? Give feedback.
-
This work is in the develop branch. See the instruction at the top of README.md.
We need help testing as many firmwares as possible (see current status of tests with GCC) and in particular cover all HIC (debugger MCUs).
You can download the latest builds on this page to test on currently supported targets.
Beta Was this translation helpful? Give feedback.
All reactions