Commit Graph

  • 8a3a7c65a8
    Merge #1291 bors[bot] 2023-03-26 22:23:00 +0000
  • 21400da073 executor: Use AtomicPtr for signal_ctx, removes 1 unsafe. Dario Nieuwenhuis 2023-03-27 00:22:00 +0200
  • 805bca1f5a executor: deduplicate doc comments. Dario Nieuwenhuis 2023-03-27 00:20:24 +0200
  • 7186e03801
    Merge #1299 bors[bot] 2023-03-26 21:34:01 +0000
  • 2c45b5c519 sync/pipe: update to clarify docs that it is byte-oriented. Dario Nieuwenhuis 2023-03-26 23:32:12 +0200
  • 9c7b9b7848
    Merge #1288 bors[bot] 2023-03-26 15:55:58 +0000
  • 7be63b3468
    fix: spi transfer bug and additions to test Lachezar Lechev 2023-03-26 18:14:17 +0300
  • e9a5b31fa8 Implement drop for FlashRegions Rasmus Melchior Jacobsen 2023-03-25 17:00:52 +0100
  • e8fc7a66a3 Ensure flash module and FlashRegion trait is always defined Rasmus Melchior Jacobsen 2023-03-25 16:32:32 +0100
  • bc69eb596e Add is_eraseable_range and split write into consecutive parts Rasmus Melchior Jacobsen 2023-03-25 16:04:45 +0100
  • 245147634b Add region start to flash sectors Rasmus Melchior Jacobsen 2023-03-25 16:03:06 +0100
  • 73ccc04231 Change region type name Rasmus Melchior Jacobsen 2023-03-25 13:39:10 +0100
  • 47d5f127bb Align L family Rasmus Melchior Jacobsen 2023-03-25 13:30:24 +0100
  • 47e07584ca Align H7 family Rasmus Melchior Jacobsen 2023-03-25 13:03:00 +0100
  • c848bd9c9c Align with removal of MemoryRegionKind::Otp Rasmus Melchior Jacobsen 2023-03-25 13:02:42 +0100
  • a8567f0617 Align F7 family Rasmus Melchior Jacobsen 2023-03-25 06:26:00 +0100
  • 99c4346579 Add f7 computation to hal common and add tests Rasmus Melchior Jacobsen 2023-03-25 06:25:12 +0100
  • 7edd72f8f5 Align F3 family Rasmus Melchior Jacobsen 2023-03-25 06:05:37 +0100
  • 6c73b23f38 Align F4 family Rasmus Melchior Jacobsen 2023-03-25 05:59:40 +0100
  • 6b44027eab Add FlashRegion trait and implement embedded_storage traits for each region Rasmus Melchior Jacobsen 2023-03-25 05:58:40 +0100
  • cccceb88f2 Generate flash regions during build Rasmus Melchior Jacobsen 2023-03-25 05:57:15 +0100
  • d8b265856f Add f4 flash sector computation to hal-common to allow for tests Rasmus Melchior Jacobsen 2023-03-25 05:52:48 +0100
  • 4b5581be96 Allow embassy_sync::Pipe to handle wraparounds James Munns 2023-03-25 04:38:00 +0100
  • cd2f28d2ab
    chore: add spi_async tests for uneven buffers Lachezar Lechev 2023-03-24 12:14:38 +0200
  • 9939d43800
    fix: PR comment Lachezar Lechev 2023-03-24 12:14:23 +0200
  • 299689dfa2
    Merge #1295 bors[bot] 2023-03-23 13:27:14 +0000
  • 88483b5abe Fix return type for EH-nb traits Mathias 2023-03-23 14:26:37 +0100
  • 04f90e3a9d Add embedded-io blocking Read + Write for BufferedUart Mathias 2023-03-23 14:18:19 +0100
  • ba9afbc26d embassy-boot: add default nightly feature, makes it possible to compile with the stable compiler sander 2023-03-22 16:49:49 +0100
  • 20923080e6 split lib.rs into multiple files kbleeke 2023-03-02 12:10:13 +0100
  • 8b24fe3df0
    Merge pull request #45 from kbleeke/fix-stuck-ioctl Dario Nieuwenhuis 2023-03-22 13:56:25 +0100
  • 369f205962 wifi task needs to be spawned immediately, otherwise ioctls are just stuck (duh). fix #44 kbleeke 2023-03-22 11:33:55 +0100
  • 33cbc22236
    Merge pull request #39 from kbleeke/pio Dario Nieuwenhuis 2023-03-21 19:56:57 +0100
  • 359b1c7fdb replace inspect() with direct calls to trace!() after awaiting kbleeke 2023-03-21 19:39:41 +0100
  • 29494a9296 Merge branch 'master' into pio kbleeke 2023-03-21 19:32:39 +0100
  • f82f931dc2 revert formatting changes in Cargo.toml kbleeke 2023-03-21 19:30:45 +0100
  • 3034e8fb45 document response delay quirks in bus code kbleeke 2023-03-21 19:26:01 +0100
  • b4b8d82980 remove use of embedded-hal SPI traits. Instead just call our bus trait directly and push responsibility for implementing CS on the trait implementor kbleeke 2023-03-21 19:15:54 +0100
  • aa77a06d58
    Merge #1287 bors[bot] 2023-03-21 14:04:10 +0000
  • 425a35bf8a
    Merge #1292 bors[bot] 2023-03-21 12:29:29 +0000
  • ce7bd6955f perf(pubsub): Skip clone on last message Rasmus Melchior Jacobsen 2023-03-21 13:25:49 +0100
  • 41d558a5f4 executor: Allow TaskStorage to auto-implement Sync Grant Miller 2023-03-20 16:20:51 -0500
  • 7a4db1da26
    fix(rp): spi transfer Lachezar Lechev 2023-03-20 16:34:30 +0200
  • 0b49b588a2 stm32: use stm32-metapac from crates.io, remove stm32-data submodule. Dario Nieuwenhuis 2023-03-20 02:11:22 +0100
  • b6663a013f
    Merge #1274 bors[bot] 2023-03-19 23:43:41 +0000
  • 3e541c43e7
    Merge #1282 bors[bot] 2023-03-19 23:19:23 +0000
  • 0e946dfb20
    Merge pull request #42 from kbleeke/events-join Dario Nieuwenhuis 2023-03-19 23:20:33 +0100
  • fcd24adba9 vscode: recommend extensions, disable toml formatting, update. Dario Nieuwenhuis 2023-03-19 22:38:34 +0100
  • b411b7ce63 vscode: recommend extensions, disable toml formatting, update. Dario Nieuwenhuis 2023-03-19 22:36:18 +0100
  • ee3d284609
    Merge pull request #43 from jakewins/patch-1 Dario Nieuwenhuis 2023-03-19 21:33:16 +0100
  • 67743bb122
    Update pre-flashed command to match file name Jacob Davis-Hansson 2023-03-19 19:16:26 +0100
  • 1b410d6f3f add event handling to join kbleeke 2023-03-01 19:03:46 +0100
  • a6a2a035d5 even faster pio speed are possible kbleeke 2023-03-19 16:43:46 +0100
  • 0ff606dfc1 Add pio transport to pico w example kbleeke 2023-02-19 16:31:35 +0100
  • d57fe0de86 Custom Bus Trait to support PIO kbleeke 2023-02-19 16:31:33 +0100
  • 90ae688a2e Do not explicitly disable rxneie, it is done by OnDrop Rasmus Melchior Jacobsen 2023-03-17 17:36:23 +0100
  • 1105df1711 Ensure that dma has consumed UART RX DATA before re-checking ndtr Rasmus Melchior Jacobsen 2023-03-17 17:35:54 +0100
  • 5839ad2d9d Add overrun safety note Rasmus Melchior Jacobsen 2023-03-17 17:33:12 +0100
  • 4bfe624893
    Merge #1285 bors[bot] 2023-03-17 14:38:19 +0000
  • 7be385dbb1
    Add must_use to OnDrop Rasmus Melchior Jacobsen 2023-03-17 11:40:19 +0100
  • a4d98c8263 Add sleep option to saturate_serial Rasmus Melchior Jacobsen 2023-03-17 11:18:06 +0100
  • fa71ea7a16 Add random tramsmissions to test Rasmus Melchior Jacobsen 2023-03-17 11:09:06 +0100
  • f9c0c53e12
    Merge #1284 bors[bot] 2023-03-17 07:49:09 +0000
  • 13f0c64a8c Fix APB clock calculation for several STM32 families Eric Yanush 2023-03-16 21:21:39 -0600
  • 472df3fad6 fix(pubsub): Pop messages which count is 0 after unsubscribe Rasmus Melchior Jacobsen 2023-03-15 16:45:18 +0100
  • ad01617eb0 Merge remote-tracking branch 'upstream/master' into stm32-uart-buffered-rx Rasmus Melchior Jacobsen 2023-03-15 16:42:10 +0100
  • 2c9f289f40
    Merge #1281 bors[bot] 2023-03-15 12:59:11 +0000
  • 46b437dea0 Wait for waker when no data is available on UDP socket. Roy Buitenhuis 2023-03-15 13:56:40 +0100
  • e33b99e9ec
    Merge pull request #40 from Slushee-a/master Dario Nieuwenhuis 2023-03-14 18:42:27 +0100
  • e9a161b462
    Merge #1279 bors[bot] 2023-03-14 16:28:47 +0000
  • 43462947ed stm32: remove unused embedded-storage-async. Dario Nieuwenhuis 2023-03-14 17:27:40 +0100
  • b8dffda55b
    Merge 2dd5bb5fcb into e73c6c9d90 Jurgis 2023-03-14 15:14:26 +0100
  • e73c6c9d90
    Merge #1277 bors[bot] 2023-03-14 12:08:51 +0000
  • 89a371d10c Add HIL test for into_buffered uart on embassy-rp Mathias 2023-03-14 10:54:15 +0100
  • 48ccd6dc23 Use atomic polyfill for core::sync::atomic. Roy Buitenhuis 2023-03-14 11:43:33 +0100
  • bce1ce7dcb Allow upgrading a blocking uart to a BufferedUart, and implement blocking serial traits for BufferedUart Mathias 2023-02-16 08:47:22 +0100
  • 248e30884e
    Merge b0629f3357 into 055597063f henrikssn 2023-03-12 11:05:58 +0100
  • 12d6e37b3f Example using the PIO to drive WS2812 aka Neopixel RGB leds Caleb Jamison 2023-03-11 02:58:28 -0500
  • 055597063f
    Merge #1270 bors[bot] 2023-03-09 22:32:51 +0000
  • 79061021f9 time: add power-of-2 kHz tick rates. Dario Nieuwenhuis 2023-03-09 23:32:00 +0100
  • c9d89f391b
    Merge #1264 bors[bot] 2023-03-08 12:16:23 +0000
  • e484cb1b87 refactor: Multicast method modifiers on stack to public revert: udp.rs Leon Camus 2023-03-08 12:37:00 +0100
  • 8fd30e407c
    Merge #1267 bors[bot] 2023-03-08 08:17:44 +0000
  • b2c6dc45e3 Fix examples broken by the macro fix. Dario Nieuwenhuis 2023-03-08 03:08:59 +0100
  • 969e85150c
    Merge #1262 bors[bot] 2023-03-08 01:26:45 +0000
  • e7a19a9725 macros/main: copy fn return to task. Dario Nieuwenhuis 2023-03-08 02:03:39 +0100
  • a614e697d0 macros: better validation of function signatures. Dario Nieuwenhuis 2023-03-08 01:59:06 +0100
  • 993875e11f fix: Add qualified imports Leon Camus 2023-03-07 23:52:25 +0100
  • 2087561003 lint: Remove unused imports Leon Camus 2023-03-07 23:51:10 +0100
  • b62e3e1d47 lint: Cargo fmt Leon Camus 2023-03-07 23:40:20 +0100
  • 468c4266c8
    Merge branch 'embassy-rs:master' into master 28Smiles 2023-03-07 23:39:16 +0100
  • 18646c579c Merge branch 'emb-storage-async-0p4' of https://github.com/Grus-BV/embassy into emb-storage-async-0p4 Mehmet Ali Anil 2023-03-07 23:36:41 +0100
  • b1bc034a7e Merge branch 'emb-storage-async-0p4' of https://github.com/Grus-BV/embassy into emb-storage-async-0p4 Mehmet Ali Anil 2023-03-07 23:21:39 +0100
  • fded9fa52a Merge branch 'emb-storage-async-0p4' of https://github.com/Grus-BV/embassy into emb-storage-async-0p4 Mehmet Ali Anil 2023-03-07 23:21:39 +0100
  • 6bf8d090a1 Merge branch 'emb-storage-async-0p4' of https://github.com/Grus-BV/embassy into emb-storage-async-0p4 Mehmet Ali Anil 2023-03-07 23:17:28 +0100
  • 4054fb8779 Merge branch 'emb-storage-async-0p4' of https://github.com/Grus-BV/embassy into emb-storage-async-0p4 Mehmet Ali Anil 2023-03-07 23:17:28 +0100
  • 935633c90b Merge upstream Mehmet Ali Anil 2023-03-07 10:46:59 +0100
  • bd4c4209af
    Merge #1265 bors[bot] 2023-03-07 14:30:22 +0000
  • 27e989afa9 nrf/uicr: only check lowest bit. Dario Nieuwenhuis 2023-03-07 15:28:27 +0100
  • b0e26440ee Merge upstream Mehmet Ali Anil 2023-03-07 10:46:59 +0100