Commit Graph

  • 54fe50c685
    Merge #1384 bors[bot] 2023-04-19 22:26:59 +0000
  • 837cdacd16 rp: optimize rom-func-cache for runtime pennae 2023-04-19 21:56:18 +0200
  • 41e90e22e2
    Merge #1370 bors[bot] 2023-04-19 21:36:04 +0000
  • 64b80c2e4d stm32/i2c: ignore wakes without interrupt xoviat 2023-04-19 16:16:44 -0500
  • 26f4d7d283
    Merge #1382 bors[bot] 2023-04-19 21:10:35 +0000
  • fdd6e08ed6 rp: hook up softfloat rom intrinsics pennae 2023-04-19 01:57:37 +0200
  • 7d64de153f Merge commit 'cbe076d763d97f715605d25d8f8815e299c45d46' sander 2023-04-19 15:41:00 +0200
  • e24421a393 stm32/rtc: impl. functions on trait xoviat 2023-04-18 20:35:43 -0500
  • 4de4039417 stm32/rtc: build more chips xoviat 2023-04-17 19:07:58 -0500
  • f589247c1f stm32/rtc: cleanup and consolidate xoviat 2023-04-17 17:02:40 -0500
  • 3a003abd9b
    fix: executor - use atomic_polyfill for riscv & xtensa Lachezar Lechev 2023-04-19 00:09:18 +0300
  • 37181c79d9
    Merge #1380 bors[bot] 2023-04-18 20:28:39 +0000
  • a2ac1eed1b Add extra feature flags to fix build without dhcp. Roy Buitenhuis 2023-04-18 22:11:15 +0200
  • bfa3cbaf30 Add embassy-net without dhcp to ci.sh Roy Buitenhuis 2023-04-18 21:47:28 +0200
  • 216b120f15
    Merge #1379 bors[bot] 2023-04-18 19:25:49 +0000
  • 08d9e5981e
    Merge #1345 bors[bot] 2023-04-18 19:08:04 +0000
  • 8a9136e4e4 enable inline-asm feature for cortex-m in examples pennae 2023-04-18 21:07:36 +0200
  • 3260f6b2af stm32/spi: add new_txonly_nosck constructor, for neopixels, with an example in the stm32g0 directory. anton smeenk 2023-04-18 20:56:57 +0200
  • 2080d8bb6d stm32/spi: add support for all word sizes. Dario Nieuwenhuis 2023-04-18 20:56:23 +0200
  • a673b9aa29
    Merge pull request #1367 from embassy-rs/update-nightly3 Dario Nieuwenhuis 2023-04-18 18:06:46 +0200
  • 38c5b97df0
    Merge #1378 bors[bot] 2023-04-18 15:48:47 +0000
  • 21ea98810a Pass rx pin to right init arg Jacob Davis-Hansson 2023-04-18 17:44:19 +0200
  • fbd6eeb748
    Merge pull request #1348 from embassy-rs/h5-spi Dario Nieuwenhuis 2023-04-18 17:03:24 +0200
  • dbded7a6ce Update nightly. Dario Nieuwenhuis 2023-04-14 22:04:09 +0200
  • efc70debb3 stm32/dma: add double buffered mode for DMA, update DCMI. Dario Nieuwenhuis 2023-04-18 16:16:33 +0200
  • 173c65b543 stm32/dma: refactor. Dario Nieuwenhuis 2023-04-17 00:04:54 +0200
  • a86a100879
    Merge #1377 bors[bot] 2023-04-18 14:05:15 +0000
  • bba8b0ded5 Missing semi-colon Mathias 2023-04-18 15:54:13 +0200
  • 095f5ef279 Add MAX_ERASE_SIZE const in build script, and use it in flash-wide implementation of embedded-storage traits Mathias 2023-04-18 15:49:33 +0200
  • 1c68c62ebd Implement embedded-storage traits for full flash struct Mathias 2023-04-18 13:48:37 +0200
  • f5216624bb stm32/i2c: fix races when using dma. xoviat 2023-04-17 15:24:24 -0500
  • 46227bec1e
    Merge pull request #1375 from embassy-rs/stm32-sdmmc-refactor Dario Nieuwenhuis 2023-04-17 22:14:19 +0200
  • e63a34ba21 stm32/sdmmc: add hil test for f4. Dario Nieuwenhuis 2023-04-17 21:49:34 +0200
  • 82dd7a5f8c stm32/sdmmc: add init_card retry. Dario Nieuwenhuis 2023-04-17 21:48:47 +0200
  • 0dfa192992 stm32/sdmmc: remove "inner" layer. Dario Nieuwenhuis 2023-04-17 00:54:22 +0200
  • e14fa11fc3 stm32/sdmmc: remove unneeded pointer casts. Dario Nieuwenhuis 2023-04-17 00:13:34 +0200
  • df7ef1d98f stm32/sdmmc: remove cfg_if. Dario Nieuwenhuis 2023-04-17 00:13:25 +0200
  • 9202dbf32a
    Merge #1369 bors[bot] 2023-04-17 13:50:49 +0000
  • 4044d728a6
    update to released versions Ulf Lilleengen 2023-04-17 15:35:02 +0200
  • 6acc361109
    Merge #1371 #1374 bors[bot] 2023-04-17 01:29:05 +0000
  • 27ec29e2c5 stm32/rtc: remove unused import xoviat 2023-04-16 19:32:15 -0500
  • 90c1422381 stm32/rtc: remove chrono datetime and add converters xoviat 2023-04-16 19:30:42 -0500
  • 9e1ddeac86 stm32: fix defective example xoviat 2023-04-16 18:32:55 -0500
  • 99dcbf00c4
    Merge #1372 bors[bot] 2023-04-16 23:23:47 +0000
  • 776e001b5b stm32: remove TIMX singleton when used on timer driver xoviat 2023-04-16 17:47:25 -0500
  • 6ba2bb1a7f
    Merge #1373 bors[bot] 2023-04-16 22:00:07 +0000
  • a258e15c23 rp: switch to released rp-pac v1.0 Dario Nieuwenhuis 2023-04-16 23:59:26 +0200
  • 7a682ec02a rp: add division intrinsics pennae 2023-04-16 19:39:32 +0200
  • e9ede443bc stm32/rtc: disable nonworking versions xoviat 2023-04-16 11:14:17 -0500
  • bc550cbfda adjust .vscode file xoviat 2023-04-16 11:06:24 -0500
  • 8da9c07a65 stm32/rtc: disable nonworking versions xoviat 2023-04-16 11:06:05 -0500
  • bd6bb2d248 Merge branch 'embassy-stm32/rtc' of https://github.com/MathiasKoch/embassy into rtc xoviat 2023-04-16 10:06:00 -0500
  • 81f10e136a outover instead of inover Jacob Davis-Hansson 2023-04-15 15:13:44 +0200
  • 1fdce6e52a
    Merge #1360 #1361 bors[bot] 2023-04-15 10:38:28 +0000
  • efb67dfc1b
    Merge pull request #66 from mattiasgronlund/remove_myspi Dario Nieuwenhuis 2023-04-15 09:54:02 +0000
  • f395ec44e8 stm32/rcc: add pllsai clock xoviat 2023-04-14 21:28:27 -0500
  • 63941432e3 Update to rust-lorawan with afit support Ulf Lilleengen 2023-04-14 23:01:13 +0200
  • be0f93ff37
    Merge #1368 bors[bot] 2023-04-14 22:59:49 +0000
  • 224eaaf797 stm32/sdmmc: switch to AFIT. Dario Nieuwenhuis 2023-04-14 22:49:56 +0200
  • f681b9d4e5 Remove the _todo_embedded_hal_serial impls. EH will probably not have these serial traits. Dario Nieuwenhuis 2023-04-14 22:39:53 +0200
  • 650589ab3f stm32/rcc: add plli2s to Clocks and cfg directives xoviat 2023-04-14 16:30:36 -0500
  • b9fc2a6b33 Add ability to invert UART pins Jacob Davis-Hansson 2023-04-14 21:05:03 +0200
  • 3002ee0dcf embassy-boot: add nightly feature gate for async usage sander 2023-04-14 11:27:23 +0200
  • ce0e1a5db3 Merge commit '82f528927b2fde275c2e9b6fd737baf439cb296a' sander 2023-04-14 10:44:51 +0200
  • 9ca5bcd576
    Update main.rs mattiasgronlund 2023-04-14 10:27:25 +0200
  • 4be1e4bd44 Remove MySpi Mattias Grönlund 2023-04-14 09:38:35 +0200
  • a3ecf5caf6
    Merge pull request #1363 from embassy-rs/embassy-time-released embassy-time-v0.1.1 Dario Nieuwenhuis 2023-04-14 00:19:33 +0200
  • a7629299f4 Release embassy-time v0.1.1 Dario Nieuwenhuis 2023-04-13 23:57:01 +0200
  • e7ff759f1c time: remove dependency on embassy-sync. Dario Nieuwenhuis 2023-04-13 23:50:41 +0200
  • 62ecd97350
    Merge pull request #1362 from embassy-rs/embassy-sync-v0.2.0 embassy-sync-v0.2.0 Dario Nieuwenhuis 2023-04-13 23:56:32 +0200
  • 577f060d24 Release embassy-sync v0.2.0 Dario Nieuwenhuis 2023-04-13 23:03:21 +0200
  • 6a6c673c5f Executor: Replace unnecessary atomics in runqueue Grant Miller 2023-04-13 14:21:41 -0500
  • c1d5f86871 stm32/rcc: fix warnings xoviat 2023-04-12 18:11:55 -0500
  • 0289630fe4 stm32/rcc: add i2s pll on some f4 micros xoviat 2023-04-12 18:04:44 -0500
  • 5a03b2e9e8
    Merge #1359 bors[bot] 2023-04-12 22:13:44 +0000
  • 4863f88d02 Make Hertz constructors const Sebastian Goll 2023-04-13 00:04:44 +0200
  • ba8cafb20c
    Merge #1358 bors[bot] 2023-04-12 01:09:41 +0000
  • f3699e67b9 Fix typo in derivation of PLLP divisor Sebastian Goll 2023-04-12 02:07:31 +0200
  • 201a038134
    Merge pull request #1356 from embassy-rs/peripheralref-no-mut Dario Nieuwenhuis 2023-04-12 00:03:46 +0200
  • 8fd8ef9ca7 nrf/timer: make cc() borrows less strict. Dario Nieuwenhuis 2023-04-11 23:00:34 +0200
  • 9a677ab618 common/peripheral: do not require mut in PeripheralRef clone_unchecked. Dario Nieuwenhuis 2023-04-11 23:00:14 +0200
  • 5c42ca13bd
    Merge #1353 bors[bot] 2023-04-11 16:20:08 +0000
  • f426c47747 Remove empty line, causing build issues. Roy Buitenhuis 2023-04-11 17:40:05 +0200
  • 6e947c83b6 Move linker flags to build script. Roy Buitenhuis 2023-04-11 17:22:47 +0200
  • e183801957 Rustfmt Roy Buitenhuis 2023-04-11 17:04:25 +0200
  • 00258bca43 Add empty test binary for riscv Roy Buitenhuis 2023-04-11 16:53:04 +0200
  • 813bba200f
    Merge #1352 bors[bot] 2023-04-11 13:05:31 +0000
  • 32836129f6 re-export main_riscv macro as main for riscv arch. Roy Buitenhuis 2023-04-11 14:59:38 +0200
  • f06554cf1d
    Merge pull request #1351 from embassy-rs/c0-hil Dario Nieuwenhuis 2023-04-11 14:53:36 +0200
  • f5df567619 stm32/test: add C0 hil tests. Dario Nieuwenhuis 2023-04-11 13:37:10 +0200
  • 1b86570cfd embassy-boot: readd nightly feature as default sander 2023-04-11 13:55:19 +0200
  • f51cbebffd embassy-boot: add nightly feature gates sander 2023-04-11 13:49:32 +0200
  • c309797488 merge embassy/master sander 2023-04-11 13:48:34 +0200
  • 35a34afbc2 Update nightly. Dario Nieuwenhuis 2023-04-11 13:36:35 +0200
  • b150b9506b
    Merge #1350 bors[bot] 2023-04-11 10:08:58 +0000
  • ab6179fb07 Fix duplicate package name Sebastian Goll 2023-04-11 12:03:08 +0200
  • 636a3d05c2
    Merge #1331 bors[bot] 2023-04-11 06:17:00 +0000
  • d3ce64254a Let update_len be u32 Rasmus Melchior Jacobsen 2023-04-11 07:46:05 +0200
  • d8c92c53d6 Merge remote-tracking branch 'upstream/master' into u32-partition Rasmus Melchior Jacobsen 2023-04-11 07:36:23 +0200
  • 1f25d2ba83
    Merge pull request #1347 from embassy-rs/h5-spi Dario Nieuwenhuis 2023-04-10 21:27:44 +0200