Conversation
|
You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds. Note: This comment is automatically posted by the Documentation Publishing GitHub Action. |
Member
Author
For reviewers:
|
- move from 'boards/extensions/zero' to 'boards/arduino/zero' - extend upstream 'arduino_zero/samd21g18a' to downstream 'arduino_zero/samd21g18a/bbe' - add the board features 'arduino_gpio', 'arduino_i2c', 'arduino_spi', 'arduino_serial' and 'i2c' - add the Arduino UNO R3 specific edge connector binding with additional labels - provide the SPI Port at the Arduino UNO R3 specific edge connector - provide the I2C Port at the Arduino UNO R3 specific edge connector - deactivate self powered USB explicitly - set the maximum of electrical current consumption to 500mA - change log level only in case of use the native USB device port with CDC-ACM UART as Zephyr console Signed-off-by: Stephan Linz <linz@li-pro.net>
- Twister: adapt to new board qualifier in all 'sample.yaml' - Documentation: adapt to new board qualifier Signed-off-by: Stephan Linz <linz@li-pro.net>
- Twister: adapt to new board qualifier in all 'testcase.yaml' and 'quarantine.yaml' - Snippets: adapt to new board qualifier - Documentation: adapt to new board qualifier Signed-off-by: Stephan Linz <linz@li-pro.net>
- move from 'boards/extensions/seeeduino_xiao' to 'boards/seeed/seeeduino_xiao' - extend upstream 'seeeduino_xiao/samd21g18a' to downstream 'seeeduino_xiao/samd21g18a/bbe' - add the board features 'adc', 'pwm', 'usb_cdc' and 'xiao_dac' - deactivate self powered USB explicitly - set the maximum of electrical current consumption to 500mA - change log level only in case of use the native USB device port with CDC-ACM UART as Zephyr console Signed-off-by: Stephan Linz <linz@li-pro.net>
- Twister: adapt to new board qualifier in all 'sample.yaml' - Documentation: adapt to new board qualifier Signed-off-by: Stephan Linz <linz@li-pro.net>
- Twister: adapt to new board qualifier in all 'testcase.yaml' and 'quarantine.yaml' - Snippets: adapt to new board qualifier - Documentation: adapt to new board qualifier Signed-off-by: Stephan Linz <linz@li-pro.net>
Member
Author
minor last minute change
@@ -13,7 +13,7 @@
#include "arduino_r3_connector.dtsi"
/ {
- model = "Arduino Zero @ UART Concole";
+ model = "Arduino Zero @ UART Concole (BBE)";
compatible = "arduino,zero",
"arduino,zero-bbe",
"arduino,zero-uartcons",
@@ -6,7 +6,7 @@
#include "../../zephyr/boards/seeed/seeeduino_xiao/seeeduino_xiao.dts"
/ {
- model = "Seeeduino XIAO @ UART Concole";
+ model = "Seeeduino XIAO @ UART Concole (BBE)";
compatible = "seeed,seeeduino-xiao",
"seeed,seeeduino-xiao-bbe",
"seeed,seeeduino-xiao-uartcons", |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Related to #411: