Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump mbed core to latest #112

Merged
merged 1 commit into from Aug 19, 2021
Merged

bump mbed core to latest #112

merged 1 commit into from Aug 19, 2021

Conversation

umbynos
Copy link
Contributor

@umbynos umbynos commented Aug 19, 2021

The Board field when running arduino-fwuploader firmware list

$ arduino-fwuploader firmware list -b arduino:mbed_nano:nanorp2040connect
Board FQBN                                Module   Version
      arduino:mbed_nano:nanorp2040connect NINA     1.4.5  
      arduino:mbed_nano:nanorp2040connect NINA     1.4.6  
      arduino:mbed_nano:nanorp2040connect NINA     1.4.7  
      arduino:mbed_nano:nanorp2040connect NINA   ✔ 1.4.8

I have opened an issue on the arduino-cli repo because apparently the problem comes from it:
arduino/arduino-cli#1401

The cli is used to obtain the name of the board, by the generator, which is run by the CI in the generate-index.json workflow. This is only a temporary fix, while we wait for the fix in arduino-cli

This is the diff before and after this commit:

--- /home/umberto/Nextcloud/8tb/Lavoro/arduino-fwuploader/generator/boards/module_firmware_index.json
+++ /home/umberto/Nextcloud/8tb/Lavoro/arduino-fwuploader/generator/boards/module_firmware_index.json.new
@@ -493,6 +493,7 @@
       "size": "1674900"
     },
     "module": "NINA",
+    "name": "Arduino Nano RP2040 Connect",
     "uploader": "arduino:rp2040tools@1.0.2",
     "upload.use_1200bps_touch": true,
     "upload.wait_for_upload_port": true,

@umbynos umbynos added type: bug topic: infrastructure Related to project infrastructure labels Aug 19, 2021
@umbynos umbynos requested a review from a team August 19, 2021 10:32
@umbynos umbynos self-assigned this Aug 19, 2021
@umbynos umbynos merged commit f38e518 into main Aug 19, 2021
@umbynos umbynos deleted the umbynos/bump_mbed branch August 19, 2021 10:40
@rsora rsora added the type: imperfection Perceived defect in any part of project label Sep 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: infrastructure Related to project infrastructure type: imperfection Perceived defect in any part of project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants