Commit Graph

  • 81f10e136a outover instead of inover Jacob Davis-Hansson 2023-04-15 15:13:44 +02:00
  • 1fdce6e52a Merge #1360 #1361 bors[bot] 2023-04-15 10:38:28 +00:00
  • efb67dfc1b Merge pull request #66 from mattiasgronlund/remove_myspi Dario Nieuwenhuis 2023-04-15 09:54:02 +00:00
  • f395ec44e8 stm32/rcc: add pllsai clock xoviat 2023-04-14 21:28:27 -05:00
  • 63941432e3 Update to rust-lorawan with afit support Ulf Lilleengen 2023-04-14 23:01:13 +02:00
  • be0f93ff37 Merge #1368 bors[bot] 2023-04-14 22:59:49 +00:00
  • 224eaaf797 stm32/sdmmc: switch to AFIT. Dario Nieuwenhuis 2023-04-14 22:49:56 +02:00
  • f681b9d4e5 Remove the _todo_embedded_hal_serial impls. EH will probably not have these serial traits. Dario Nieuwenhuis 2023-04-14 22:39:53 +02:00
  • 650589ab3f stm32/rcc: add plli2s to Clocks and cfg directives xoviat 2023-04-14 16:30:36 -05:00
  • b9fc2a6b33 Add ability to invert UART pins Jacob Davis-Hansson 2023-04-14 21:05:03 +02:00
  • 3002ee0dcf embassy-boot: add nightly feature gate for async usage sander 2023-04-14 11:27:23 +02:00
  • ce0e1a5db3 Merge commit '82f528927b2fde275c2e9b6fd737baf439cb296a' sander 2023-04-14 10:44:51 +02:00
  • 9ca5bcd576 Update main.rs mattiasgronlund 2023-04-14 10:27:25 +02:00
  • 4be1e4bd44 Remove MySpi Mattias Grönlund 2023-04-14 09:38:35 +02:00
  • a3ecf5caf6 Merge pull request #1363 from embassy-rs/embassy-time-released embassy-time-v0.1.1 Dario Nieuwenhuis 2023-04-14 00:19:33 +02:00
  • a7629299f4 Release embassy-time v0.1.1 Dario Nieuwenhuis 2023-04-13 23:57:01 +02:00
  • e7ff759f1c time: remove dependency on embassy-sync. Dario Nieuwenhuis 2023-04-13 23:50:41 +02:00
  • 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 +02:00
  • 577f060d24 Release embassy-sync v0.2.0 Dario Nieuwenhuis 2023-04-13 23:03:21 +02:00
  • 6a6c673c5f Executor: Replace unnecessary atomics in runqueue Grant Miller 2023-04-13 14:21:41 -05:00
  • c1d5f86871 stm32/rcc: fix warnings xoviat 2023-04-12 18:11:55 -05:00
  • 0289630fe4 stm32/rcc: add i2s pll on some f4 micros xoviat 2023-04-12 18:04:44 -05:00
  • 5a03b2e9e8 Merge #1359 bors[bot] 2023-04-12 22:13:44 +00:00
  • 4863f88d02 Make Hertz constructors const Sebastian Goll 2023-04-13 00:04:44 +02:00
  • ba8cafb20c Merge #1358 bors[bot] 2023-04-12 01:09:41 +00:00
  • f3699e67b9 Fix typo in derivation of PLLP divisor Sebastian Goll 2023-04-12 02:07:31 +02:00
  • 201a038134 Merge pull request #1356 from embassy-rs/peripheralref-no-mut Dario Nieuwenhuis 2023-04-12 00:03:46 +02:00
  • 8fd8ef9ca7 nrf/timer: make cc() borrows less strict. Dario Nieuwenhuis 2023-04-11 23:00:34 +02:00
  • 9a677ab618 common/peripheral: do not require mut in PeripheralRef clone_unchecked. Dario Nieuwenhuis 2023-04-11 23:00:14 +02:00
  • 5c42ca13bd Merge #1353 bors[bot] 2023-04-11 16:20:08 +00:00
  • f426c47747 Remove empty line, causing build issues. Roy Buitenhuis 2023-04-11 17:40:05 +02:00
  • 6e947c83b6 Move linker flags to build script. Roy Buitenhuis 2023-04-11 17:22:47 +02:00
  • e183801957 Rustfmt Roy Buitenhuis 2023-04-11 17:04:25 +02:00
  • 00258bca43 Add empty test binary for riscv Roy Buitenhuis 2023-04-11 16:53:04 +02:00
  • 813bba200f Merge #1352 bors[bot] 2023-04-11 13:05:31 +00:00
  • 32836129f6 re-export main_riscv macro as main for riscv arch. Roy Buitenhuis 2023-04-11 14:59:38 +02:00
  • f06554cf1d Merge pull request #1351 from embassy-rs/c0-hil Dario Nieuwenhuis 2023-04-11 14:53:36 +02:00
  • f5df567619 stm32/test: add C0 hil tests. Dario Nieuwenhuis 2023-04-11 13:37:10 +02:00
  • 1b86570cfd embassy-boot: readd nightly feature as default sander 2023-04-11 13:55:19 +02:00
  • f51cbebffd embassy-boot: add nightly feature gates sander 2023-04-11 13:49:32 +02:00
  • c309797488 merge embassy/master sander 2023-04-11 13:48:34 +02:00
  • 35a34afbc2 Update nightly. Dario Nieuwenhuis 2023-04-11 13:36:35 +02:00
  • b150b9506b Merge #1350 bors[bot] 2023-04-11 10:08:58 +00:00
  • ab6179fb07 Fix duplicate package name Sebastian Goll 2023-04-11 12:03:08 +02:00
  • 636a3d05c2 Merge #1331 bors[bot] 2023-04-11 06:17:00 +00:00
  • d3ce64254a Let update_len be u32 Rasmus Melchior Jacobsen 2023-04-11 07:46:05 +02:00
  • d8c92c53d6 Merge remote-tracking branch 'upstream/master' into u32-partition Rasmus Melchior Jacobsen 2023-04-11 07:36:23 +02:00
  • 1f25d2ba83 Merge pull request #1347 from embassy-rs/h5-spi Dario Nieuwenhuis 2023-04-10 21:27:44 +02:00
  • cae683cd41 stm32: update pac. Dario Nieuwenhuis 2023-04-10 21:12:48 +02:00
  • 53c60df997 Merge #1346 bors[bot] 2023-04-10 14:49:12 +00:00
  • 6760258ec3 fix I2C controller problems after NACK Glenn Dirkx 2023-04-10 16:20:47 +02:00
  • dbfd28130f stm32/test: add h5 hil tests. Dario Nieuwenhuis 2023-04-10 15:12:47 +02:00
  • 4ef8e008e8 stm32/spi: add v4/v5 support (for H5). Dario Nieuwenhuis 2023-04-10 15:11:23 +02:00
  • 44b7fe45e2 stm32/gpdma: fix race condition when resetting channel when done. Dario Nieuwenhuis 2023-04-10 15:11:07 +02:00
  • df17a88448 Merge #1342 bors[bot] 2023-04-09 20:50:08 +00:00
  • dee8c71a2d lora: fix embassy docs build. Dario Nieuwenhuis 2023-04-09 22:40:09 +02:00
  • 46efce6ea2 Merge pull request #64 from kbleeke/master Dario Nieuwenhuis 2023-04-09 20:07:32 +00:00
  • 1fbb8f0b32 feat(rp): add Wait impl to OutputOpenDrain Brooks J Rady 2023-04-09 09:15:57 +01:00
  • 683ad80479 update embedded-hal kbleeke 2023-04-07 19:56:05 +02:00
  • 4d2710ed4d pin defmt to 0.3.2. 0.3.4 introduces an undesired wire format upgrade kbleeke 2023-04-07 19:55:46 +02:00
  • 056b8ab5a2 update nightly to embassy nightly kbleeke 2023-04-07 19:54:39 +02:00
  • eb32d8ebbd update embassy kbleeke 2023-04-07 19:54:05 +02:00
  • 047ea9066f Merge #1335 bors[bot] 2023-04-07 00:29:18 +00:00
  • f38899728c stm32: add h5 flavor. Dario Nieuwenhuis 2023-04-07 02:22:10 +02:00
  • 8469a2409c stm32/otg: add U5 support. Dario Nieuwenhuis 2023-04-07 02:21:38 +02:00
  • dee1d51ad3 stm32: remove subghz feature. Dario Nieuwenhuis 2023-04-07 02:20:59 +02:00
  • da8258b767 Merge #1330 bors[bot] 2023-04-06 21:33:17 +00:00
  • cbbfeb23be Merge pull request #62 from kbleeke/parse-events-in-place Dario Nieuwenhuis 2023-04-06 21:09:11 +00:00
  • 60809edf2c Merge #1306 bors[bot] 2023-04-06 21:06:54 +00:00
  • be37eee13d Update embedded-hal crates. Dario Nieuwenhuis 2023-04-06 22:25:24 +02:00
  • c9b7dbc541 Merge #1334 bors[bot] 2023-04-06 20:40:17 +00:00
  • e2516bba09 executor: fix doc features. Dario Nieuwenhuis 2023-04-06 22:39:27 +02:00
  • f3ec6080bf Merge #1332 bors[bot] 2023-04-06 18:01:21 +00:00
  • 89279dcdc9 Merge #1333 bors[bot] 2023-04-06 17:16:50 +00:00
  • d9696bd212 Merge pull request #1300 from embassy-rs/h5 Dario Nieuwenhuis 2023-04-06 19:14:02 +02:00
  • 611d023829 stm32: add H5 support. Dario Nieuwenhuis 2023-04-06 18:53:51 +02:00
  • 9f28d80977 stm32/usb: add support for 32bit usbram. Dario Nieuwenhuis 2023-04-06 18:50:53 +02:00
  • 8d7abeb06f Round out the async fns for can Eric Yanush 2023-04-06 08:20:34 -06:00
  • 9876571887 Strip out debug messages... oops Eric Yanush 2023-03-20 14:25:15 -06:00
  • 289762c0ef Add initial setup of async can for STM32 Eric Yanush 2023-03-20 14:19:14 -06:00
  • 52cab3a9f4 Merge #1323 bors[bot] 2023-04-05 23:43:24 +00:00
  • 31ef783ac1 stm32/pwm: fix unused import xoviat 2023-04-05 18:18:05 -05:00
  • 9f1dac3f5d stm32/pwm: add complementary pwm example xoviat 2023-04-05 18:07:07 -05:00
  • 7677268319 stm32/pwm: cleanup and fix complementary pwm xoviat 2023-04-05 17:50:23 -05:00
  • 0ef419bee4 Change ADC1 to ADC Grant Miller 2023-04-05 16:52:32 -05:00
  • 92e96bd601 Fix typo Grant Miller 2023-04-05 16:38:06 -05:00
  • 7c53ebd576 Fix example reference voltage Grant Miller 2023-04-05 16:28:28 -05:00
  • 20e7b5e296 InternalChannel Grant Miller 2023-04-05 16:11:21 -05:00
  • 37d8f2e512 Properly enable and reset adc Grant Miller 2023-04-05 15:28:42 -05:00
  • efd9e18321 Fix example Grant Miller 2023-04-05 15:12:27 -05:00
  • f588105429 wip Grant Miller 2023-04-05 14:31:32 -05:00
  • 28b8ac4b62 Update STM32F0 ADC example to use read_internal Matthew W. Samsonoff 2022-10-03 14:23:31 -04:00
  • 511a951246 Differentiate between read and read_internal for STM32F0 ADC Matthew W. Samsonoff 2022-10-03 14:18:37 -04:00
  • a0b6096610 Put ADC input pin into analog mode Matthew W. Samsonoff 2022-10-03 13:03:42 -04:00
  • 7e9e628eb9 Add ADC example for STM32F0 Matthew W. Samsonoff 2022-09-13 23:10:29 -04:00
  • 5d9ae3dbdb Add implementation of STM32 v1 ADC Matthew W. Samsonoff 2022-09-13 23:08:03 -04:00
  • 8290236ed6 executor: Replace unsound critical sections with atomics Grant Miller 2023-04-02 14:11:31 -05:00
  • eed2b12325 Merge #1297 bors[bot] 2023-04-05 11:12:40 +00:00
  • 2a49e11cb0 Align flash examples Rasmus Melchior Jacobsen 2023-04-05 10:55:31 +02:00
  • 57d3d4d581 Align stm32 bootloader example Rasmus Melchior Jacobsen 2023-04-05 10:29:45 +02:00