-
Notifications
You must be signed in to change notification settings - Fork 4
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
release: bump version to 3.5.1 #207
Conversation
Signed-off-by: Stephan Linz <[email protected]>
The Bridle documentation has been too many times misunderstood in terms of the required compiler toolchain. Since the beginning, the Zephyr SDK has been used as the preferred toolchain, even for ARM target platforms. The GNU Arm Embedded toolchain has always been only an option and is still considered obsolete since 2022 in the currently documented version. Signed-off-by: Stephan Linz <[email protected]>
Signed-off-by: Stephan Linz <[email protected]>
Signed-off-by: Stephan Linz <[email protected]>
Signed-off-by: Stephan Linz <[email protected]>
Signed-off-by: Stephan Linz <[email protected]>
Inline Syntax Highlighting for: * Devicetree Hardware Feature Label for: * controller and regulator * keyboard and number pad * mouse and track ball * joystick * camera and video * microphone and line-in * speaker, buzzer and line-out * headphone and line-out * storage and disk (changed icon) * storage and floppy * battery and actions * computer and printer * cloud and network Signed-off-by: Stephan Linz <[email protected]>
Signed-off-by: Stephan Linz <[email protected]>
Signed-off-by: Stephan Linz <[email protected]>
Signed-off-by: Stephan Linz <[email protected]>
Signed-off-by: Stephan Linz <[email protected]>
Force CONFIG_LOG=y to avoid log level setup warnings on CONFIG_USB_DEVICE_LOG_LEVEL_ERR, CONFIG_USB_CDC_ACM_LOG_LEVEL_OFF, and CONFIG_LOG_PROCESS_THREAD_STARTUP_DELAY_MS. Signed-off-by: Stephan Linz <[email protected]>
Signed-off-by: Stephan Linz <[email protected]>
Signed-off-by: Stephan Linz <[email protected]>
Signed-off-by: Stephan Linz <[email protected]>
Signed-off-by: Stephan Linz <[email protected]>
evaluated interfaces: * UART1 (UART) TX/RX : Zephyr Shell Console * USB OTG FS DM/DP (device) : Zephyr Shell Console * TIMER/RTC/WATCHDOG : Zephyr Shell Command 'timer' * PWM3 (PWM) : Zephyr Shell Command 'pwm' * I2C0 (I2C) SDA/SCL on IO header : Zephyr Shell Command 'i2c scan' * SPI0 (SPI) MOSI/NSS/SCK/MISO : on SD-Card * SPI1 (SPI) MOSI/NSS/SCK/MISO : on LCD-1.14 * DBG header GP2 : Zephyr Shell Command 'gpio' * DBG header GP2 as Button : Zephyr Sample Application * DBG header GP3 : Zephyr Shell Command 'gpio' * DBG header GP3 as LED : Zephyr Sample Application (GPIO/PWM) * ST7789V LCD over SPI1 : Zephyr Display/LVGL Sample Application * SDMMC over SPI0 as SDHC : Zephyr FAT-FS Sample Application configured but not yet tested interfaces: * I2C1 (I2C) SDA/SCL on DBG header * ADC (CH[2-3]) on IO header Signed-off-by: Stephan Linz <[email protected]>
Signed-off-by: Stephan Linz <[email protected]>
Signed-off-by: Stephan Linz <[email protected]>
Signed-off-by: Stephan Linz <[email protected]>
Signed-off-by: Stephan Linz <[email protected]>
* Waveshare RP2040-ETH * Waveshare RP2040-LCD-0.96 * Waveshare RP2040-Plus pico_spi: pico_spi0: rpipico_spi: rpipico_spi0: &spi0 {}; pico_i2c: pico_i2c0: rpipico_i2c: rpipico_i2c0: &i2c0 {}; pico_i2c1: rpipico_i2c1: &i2c1 {}; * Waveshare RP2040-Geek pico_i2c: pico_i2c0: rpipico_i2c: rpipico_i2c0: &i2c0 {}; pico_i2c1: rpipico_i2c1: &i2c1 {}; Signed-off-by: Stephan Linz <[email protected]>
Signed-off-by: Stephan Linz <[email protected]>
Signed-off-by: Stephan Linz <[email protected]>
Signed-off-by: Stephan Linz <[email protected]>
Signed-off-by: Stephan Linz <[email protected]>
Signed-off-by: Stephan Linz <[email protected]>
Signed-off-by: Stephan Linz <[email protected]>
Move from 'SHELL_CMD_ARG_REGISTER()' to 'SHELL_CMD_REGISTER()' macro. Signed-off-by: Stephan Linz <[email protected]>
When getopt() is active (CONFIG_SHELL_GETOPT=y), the Zephyr shell is not parsing command handler to print help message. It must be done explicitly inside the command implementation. Signed-off-by: Stephan Linz <[email protected]>
Signed-off-by: Stephan Linz <[email protected]>
Signed-off-by: Stephan Linz <[email protected]>
Signed-off-by: Stephan Linz <[email protected]>
Signed-off-by: Stephan Linz <[email protected]>
Signed-off-by: Stephan Linz <[email protected]>
Signed-off-by: Stephan Linz <[email protected]>
Signed-off-by: Stephan Linz <[email protected]>
Update Github actions to their latest versions to fix the following warnings on runs: ``` Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3, actions/upload-artifact@v3. ``` Signed-off-by: Stephan Linz <[email protected]>
The ability to apply labels based on the names of base and/or head branches was added. The match object for changed files was expanded with new combinations in order to make it more intuitive and flexible. As a result, the configuration file structure was significantly redesigned and is not compatible with the structure of the previous version. Signed-off-by: Stephan Linz <[email protected]>
Signed-off-by: Stephan Linz <[email protected]>
Add 3.5.1 tag to release list to be shown on documentation side bar. Signed-off-by: Stephan Linz <[email protected]>
Signed-off-by: Stephan Linz <[email protected]>
Remove "Working Draft" from title. Signed-off-by: Stephan Linz <[email protected]>
Final 3.5.1 tag. Signed-off-by: Stephan Linz <[email protected]>
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. |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, many thanks
Minor fixes and backports from v3.6. Add Waveshare RP2040 Geek.