Janne Kiiskilä
Janne Kiiskilä
I've tried to follow the [developer documents](https://github.com/ARMmbed/DAPLink/blob/master/docs/DEVELOPERS-GUIDE.md) in this repo and do a build, however - it fails. Master of tip being used; `e51b5069 (HEAD -> master, origin/master, origin/HEAD) Merge...
When compiling the mbed-cloud-client-example, the flashing randomly fails on K66F. The bootloader will spot the firmware checksum not matching, so obviously the flash has not been written correctly. I know...
Would be nice, if the license had actually the official SPDX-identifier in the license. I believe the SPDX identifer would be SPDX short identifier: BSD-2-Clause.
Related to a finding from Pelion manifest-tool - turns out the issue is actually in asn1ate. https://github.com/PelionIoT/manifest-tool/issues/27 Short conclusion: `asn1ate` needs `wheels`, it should ask for it in it's `requirements.txt`.
Flashing of a .bin-file (which fits just fine to memory) fails on FRDM-K66F. ``` (310-pyocd) 14:25 jannek@jannek-P720:/ssd/mbed-cloud-client-example-internal$ pyocd --version 0.34.3 (310-pyocd) 14:26 jannek@jannek-P720:/ssd/mbed-cloud-client-example-internal$ pyocd flash /ssd/mbed-cloud-client-example-internal/BUILD/K66F/GCC_ARM/mbed-cloud-client-example-internal.bin 0000741 I Loading /ssd/mbed-cloud-client-example-internal/BUILD/K66F/GCC_ARM/mbed-cloud-client-example-internal.bin...
## Description Can't build older version of flatcar (3139.0.0). ## Impact Can't start the docker/SDK following the instructions. ## Environment and steps to reproduce 1. **Set-up**: Ubuntu 22.04 host machine....
Fix all currently found issues with misspell. ``` misspell -i mosquitto -w . ``` Add GitHub action to run it for every PR. - This takes less than a minute...
GitHub has deprecated node12, should upgrade to something newer.
There's a small spelling mistake, let's get it sorted out so that misspell doesn't complain about it. > Pull Requests are welcome. But v2 of Lightbox is in Maintenance Mode....
This will create some nasty surprises in case you do a "proper clean installation of Python 2" for mbed cli (in case you want to run Mbed OS 5.15.x). I.e....