Skip to content

Post 4.1 merge fix h7 usb #87524

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

Closed
wants to merge 11 commits into from

Conversation

KurtE
Copy link
Contributor

@KurtE KurtE commented Mar 23, 2025

Lots more details in the issue:
arduino/ArduinoCore-zephyr#84 (comment)

I also have updates to the current PR fully_combined...

facchinm and others added 11 commits March 19, 2025 12:27
Need to disable them for boards with bootloader.
When the nodes are disabled, BUILD_OUTPUT_BIN is usable (not a 400MB file)

Signed-off-by: Martino Facchin <[email protected]>
Borrowed from RA8 nodes

Signed-off-by: Martino Facchin <[email protected]>
Tested:
* GPIO
* UART
* USB (using USB_DEVICE_NEXT)
* BLE

dts to be fixed and completed

Signed-off-by: Martino Facchin <[email protected]>
Display driver for Sitronix ST7701.

Signed-off-by: Ibrahim Abdalkader <[email protected]>
Add a test for ST7701 display driver.

Signed-off-by: Ibrahim Abdalkader <[email protected]>
Aliases used by the Giga display shield.

Signed-off-by: Ibrahim Abdalkader <[email protected]>
Add board support for the Arduino Giga display shield.

Signed-off-by: Ibrahim Abdalkader <[email protected]>
The board revision is not part of the NORMALIZED_BOARD_TARGET variable
as composed by Zephyr, so it must also not be used in the EDK exported
value to avoid mismatches. The revision is exported as a separate
variable, so it can still be used to differentiate between board
revisions.

Signed-off-by: Luca Burelli <[email protected]>
The 'package_helper.cmake' script is used to load a certain subset of
Zephyr modules, as required by the caller. Some use cases may require
additional commands to be executed in the same context after the modules
have been loaded, because not enough information is reported or saved
in the build directory by default.

This patch adds a new '-R' option to 'package_helper.cmake', which
allows the caller to specify a script to be executed in the current
context after the modules have been loaded.

Signed-off-by: Luca Burelli <[email protected]>
Including this file here plus not overriding one of the new defines in the overlay
was causing two CDC_ACM objects to be created under USB and this caused
the boards to no longer create a USB Serial port
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Build System area: Display area: llext Linkable Loadable Extensions area: Shields Shields (add-on boards) platform: Renesas RA Renesas Electronics Corporation, RA
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants