Skip to content

Portenta C33-specific platform bundled libraries/examples are included in the "Arduino UNO R4 Boards" platform distribution #21

Open
@martinerk0

Description

@martinerk0

Board: Uno R4 Wifi
Core version 1.0.1

  1. RTC:
    • RTC_Alarm
      • LEDR etc were not defined
    • RTC_NTPSync
      • fatal error: WiFiC3.h: No such file or directory #include <WiFiC3.h>
      • change to -> #include "WiFiS3.h"
  2. Storage:
    • FatFsOnQSPIFlash
      • undefined reference to `BlockDevice::get_default_instance()'
    • LittleFsOnQSPIFlash
      • undefined reference to `BlockDevice::get_default_instance()'
    • QSPIFormat
      • undefined reference to `BlockDevice::get_default_instance()'
    • QSPIFReadPartitions
      • undefined reference to `BlockDevice::get_default_instance()'
    • TestCodeFlash
      • TestCodeFlash.ino.elf section .bss will not fit in region RAM
    • TestQSPIF
      • error: 'QSPI_ERASE_BLOCK_SIZE' was not declared in this scope
    • TestSDCARD
      • error: 'SDCardBlockDevice' does not name a type; did you mean 'BlockDevice'?
  3. UsbMsd
    • MSD_QSPI
      • error: 'SCSI_SENSE_ILLEGAL_REQUEST' was not declared in this scope
    • MSD_QSPI_SDCard
      • 'QSPIFlashBlockDevice' does not name a type; did you mean 'BlockDevice'?
    • MSD_SDCard
      • 'SDCardBlockDevice' does not name a type; did you mean 'BlockDevice'?

A lot of examples were just lazily copied from other board's examples (Portenta C33) 😱 and some of the does not make sense (SD card?)

Activity

karlsoderby

karlsoderby commented on Jul 4, 2023

@karlsoderby
Contributor

Hi @martinerk0 , thanks for raising this issue. The Portenta C33 and UNO R4 boards is based on the same core, where they share the pre-packaged libraries along with its examples. We need to evaluate this and make sure that all examples that appear when using an UNO R4 are compatible.

added a commit that references this issue on Jul 4, 2023

Merge pull request #21 from bcmi-labs/fsp_fixes

8549392
changed the title [-]Lots of examples does not work![/-] [+]Portenta C33-specific platform bundled libraries/examples are included in the "Arduino UNO R4 Boards" platform distribution[/+] on Aug 8, 2023
added a commit that references this issue on May 20, 2024

Merge pull request arduino#21 from bcmi-labs/fsp_fixes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @martinerk0@per1234@karlsoderby

        Issue actions

          Portenta C33-specific platform bundled libraries/examples are included in the "Arduino UNO R4 Boards" platform distribution · Issue #21 · arduino/ArduinoCore-renesas