Draft
Conversation
cbea53f to
853c6a9
Compare
e0144b2 to
7a4a3f2
Compare
7a4a3f2 to
c5f36d3
Compare
c5f36d3 to
f65067d
Compare
…dequeued-frame-return Fix return value of `fdcan` `write`
Fixed signature script in bootloader documentation
Fix rp2350b pins >31 on debug builds
Also fixes minor bug for 2040 where A pins didn't have their pull up/down enabled.
rp23: Disable pad isolation on PWM A pins.
…` for UdpSocket - Provides `pub async fn wait_recv_ready(&self) -> ()` and `pub fn poll_recv_ready(&self, cx: &mut Context<'_>) -> Poll<()>`. This allows polling / waiting on a socket until it can be read, without dequeuing any packets. - Provides `pub async fn wait_send_ready(&self) -> ()` and `pub fn poll_send_ready(&self, cx: &mut Context<'_> -> Poll<()>` This allows polling / waiting on a socket until it becomes writable.
…reflect actual behavior from smoltcp
…)` for TcpSocket
…y_info rp23: add missing binary info in linker script
Add config option for setting SIM pin
…rfile_blocking` in rustdoc
fix: change duplicate reference to `FirmwareUpdaterConfig::from_linkerfile_blocking` in rustdoc
Add `Watch` sync primitive (similar to `tokio::sync::watch`)
Fixed overflow on `pio_stepper.rs`
nrf/pwm: fix bad pin assignment, disconnect input.
Update example spi_display for RP/RP23 to use mipidsi instead of ST7789 crate
…rride executor: allow overriding `embassy_executor` path in `task` macro
…ync-updater fix(*): FirmwareUpdater::get_state in cases where READ_SIZE != WRITE_SIZE
Detect and allow older nightlies
Prep executor and executor-macros 0.6.2
Add split_ref for stm32 uart
…tapac Upgrade STM32 metapac
RCC: added msik for stm32u5
RCC: add lsi and lse clock frequency for STM32U5
f65067d to
87421de
Compare
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.
No description provided.