USB enumeration name of latest firmware #1064
-
Hi, I am using the FRDM-K64F board with DAPLINK for education purposes. And I am not a professional embedded engineer. There is a minor thing that bothers me: I am wondering if there is another latest firmware that I can download and flash to the board so that it can enumerate its name. If not, do I have to clone the DAPLink and compile it to change the name? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
It was something that was only fixed half a year ago (see changes in |
Beta Was this translation helpful? Give feedback.
It was something that was only fixed half a year ago (see changes in
source/board/frdmk64f.c
in 2ba8cd1, which was part of #1038). There has not been a release since them. So you either have to buildmain
yourself or you could try one of the latest GitHub Action builds for main (look at the "Artifacts" at the end of a build page).