-
Notifications
You must be signed in to change notification settings - Fork 7.7k
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
Closed
Post 4.1 merge fix h7 usb #87524
+1,469
−4
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Otherwise, interrupts will trigger a very funny fault See https://github.com/arduino/ArduinoCore-renesas/blob/main/cores/arduino/main.cpp#L49-L57 Signed-off-by: Martino Facchin <[email protected]>
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]>
Loading status checks…
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Lots more details in the issue:
arduino/ArduinoCore-zephyr#84 (comment)
I also have updates to the current PR fully_combined...