Commit Graph

  • ac616a6dcf Add dma scaffolding Dario Nieuwenhuis 2021-05-10 01:20:04 +0200
  • 9492b8555c rustfmt rng Dario Nieuwenhuis 2021-05-10 01:19:07 +0200
  • 6c3299c82f Fix build on the latest nightly Rukai 2021-05-08 13:04:25 +1000
  • 1703700970
    Merge pull request #167 from rukai/use_rust_toolchain_toml Dario Nieuwenhuis 2021-05-10 00:33:32 +0200
  • 854022dbee Use rust-toolchain.toml for developers and CI Rukai 2021-05-08 13:48:47 +1000
  • 632572d1cb
    Merge pull request #166 from rukai/work_on_latest_nightly Dario Nieuwenhuis 2021-05-08 21:12:31 +0200
  • ab00c6987a Fix build on the latest nightly Rukai 2021-05-08 13:04:25 +1000
  • 3e83a495cb
    Merge pull request #165 from bobmcwhirter/rng_impl Dario Nieuwenhuis 2021-05-06 22:44:38 +0200
  • 75fe03a7e6 Further clean-up and adjustments. Follow RM for FIPS. Bob McWhirter 2021-05-06 16:38:53 -0400
  • e8898b48f9 Clean up the impl_rng!() argument. use poll_fn instead of impl'ing a Future directly. Return errors when error conditions exist. Bob McWhirter 2021-05-06 14:58:41 -0400
  • e8537ca9c2 Implement async RNG, including rand_core sync traits. Bob McWhirter 2021-05-06 14:33:29 -0400
  • b853f2dcf9 Implement async RNG, including rand_core sync traits. Bob McWhirter 2021-05-06 14:33:29 -0400
  • 1eb70a7e5d Checkpoint. Bob McWhirter 2021-05-06 09:20:09 -0400
  • 386e4bf0de Remove unused files Dario Nieuwenhuis 2021-05-06 04:01:54 +0200
  • f5f98cdeab Autogenerate features for family, peripherals and peripheral versions Dario Nieuwenhuis 2021-05-06 03:59:16 +0200
  • 23ca2f9174 Autogenerate the tailored PAC for each chip Dario Nieuwenhuis 2021-05-06 03:43:46 +0200
  • 76f737bb0e
    Merge pull request #158 from derekdreery/blocking_spim Dario Nieuwenhuis 2021-05-05 22:52:36 +0200
  • 212e83aa22 Make changes to Write as well as Transfer Richard Dodd 2021-05-05 19:18:57 +0100
  • 111dad613a
    Merge pull request #163 from bobmcwhirter/syscfg_pac_const Dario Nieuwenhuis 2021-05-05 19:50:12 +0200
  • 58b4909fa0
    Merge pull request #157 from derekdreery/flex-pin Dario Nieuwenhuis 2021-05-05 19:49:21 +0200
  • 9d427a1ba4 Address issues in PR Richard Dodd 2021-05-05 18:33:45 +0100
  • 9de12a0a7a Address issues in PR. Richard Dodd 2021-05-05 18:25:14 +0100
  • 4257512eb2 Limit to pub(crate). Bob McWhirter 2021-05-05 13:15:07 -0400
  • 12c510f222 Rework pac re-exporting, canonicalize syscfg path, use it plus SYSCFG_BASE. Bob McWhirter 2021-05-05 13:12:53 -0400
  • 8e312e0ba7
    Merge pull request #162 from bobmcwhirter/cargo_features Dario Nieuwenhuis 2021-05-05 17:11:44 +0200
  • 14ce02eecf Add the leaf features for peripherals. Bob McWhirter 2021-05-05 11:06:03 -0400
  • d8156b43b1 Generate some chip features by peripherals. Bob McWhirter 2021-05-05 11:01:02 -0400
  • 70549be59e
    Merge pull request #161 from bobmcwhirter/exti_using_const Dario Nieuwenhuis 2021-05-05 16:41:05 +0200
  • 7262c54f81 Move exti to use the const addr. Bob McWhirter 2021-05-05 10:38:57 -0400
  • c777cf9551
    Merge pull request #160 from bobmcwhirter/gen_exti_syscfg Dario Nieuwenhuis 2021-05-05 16:37:48 +0200
  • e248baecd4 Regenerate with SYSCFG and EXTI base addresses. Bob McWhirter 2021-05-05 10:18:09 -0400
  • 5495ad453b Bump stm32-data to latest. Bob McWhirter 2021-05-05 09:58:38 -0400
  • 1ad18aa09a Implement the blocking hal api for SPIM. Richard Dodd 2021-05-05 14:50:28 +0100
  • 0b3ccca69b Add a pin variant that can change between disconnected/input/output. Richard Dodd 2021-05-05 14:46:51 +0100
  • e40346a544
    Fix core::panic! not printing in examples (#153) dskleingeld 2021-05-02 20:58:01 +0200
  • 7ef5806168 stm32: codegen interrupts Dario Nieuwenhuis 2021-05-01 03:07:17 +0200
  • 71cf742621 Add Priority enums to embassy-extras Dario Nieuwenhuis 2021-05-01 03:05:21 +0200
  • 7a1405c0c7
    revert uninteded change dskleingeld 2021-04-29 15:49:13 +0200
  • 1f6fa02673
    fix unintended changes in build_core and arch dskleingeld 2021-04-29 15:47:48 +0200
  • 15b013b91c
    fixes panic not showing in examples removes panic_immediate_abort feature where present, renames config -> config.toml, enables panic-probe defmt printing feature and updates panic-probe to 0.2 dskleingeld 2021-04-29 15:41:12 +0200
  • e129dcdf6f Reduce register reading, simplify reg handling in general. Bob McWhirter 2021-04-27 11:21:20 -0400
  • 501c0eb01c Actually check the IRQ flags better. Bob McWhirter 2021-04-27 09:44:07 -0400
  • 072d9d79de Actually impl RNG HAL. Bob McWhirter 2021-04-27 09:40:53 -0400
  • 005528eb8d
    Merge pull request #151 from bobmcwhirter/rng-impl Dario Nieuwenhuis 2021-04-26 20:19:32 +0200
  • 0713947d67 Stub in RNG impl. Bob McWhirter 2021-04-26 14:11:46 -0400
  • bd35ce35a8
    Merge pull request #150 from bobmcwhirter/rng-trait Dario Nieuwenhuis 2021-04-26 15:49:43 +0200
  • dc919c236d Add an RNG trait. Bob McWhirter 2021-04-26 09:43:19 -0400
  • 1f2551d7cd
    Merge pull request #149 from xoviat/spi Thales 2021-04-25 22:08:38 -0300
  • 936efd164d USART codegen Dario Nieuwenhuis 2021-04-25 22:35:51 +0200
  • cb1b240d8b stm32: fix spi/write xoviat 2021-04-24 17:10:51 -0500
  • 37eb7e9506
    Merge pull request #148 from xoviat/spi xoviat 2021-04-24 13:50:31 -0500
  • 1fef2d08fb stm32: use interrupt for spi transmit xoviat 2021-04-24 13:07:28 -0500
  • 6ba915a308 Codegen GPIO pins Dario Nieuwenhuis 2021-04-23 23:47:34 +0200
  • 578d920723
    Merge pull request #145 from lulf/generic-config Dario Nieuwenhuis 2021-04-23 21:29:13 +0200
  • 8fb1fc045f Add stm32f401 peripherals Dario Nieuwenhuis 2021-04-23 19:32:47 +0200
  • 8f24daf096 Actually do not build CAN on stm32f401 Dario Nieuwenhuis 2021-04-23 19:19:49 +0200
  • c4e4401af4 Do not build CAN on stm32f401 Dario Nieuwenhuis 2021-04-23 19:11:21 +0200
  • 8175928957 Report ready status of run queue after run_queued have run Ulf Lilleengen 2021-04-22 09:46:46 +0200
  • 9586365b07 Pass config directly to chip specific configure function Ulf Lilleengen 2021-04-20 16:33:47 +0200
  • 0d02e64f62
    Merge pull request #143 from lulf/nrf-port-any-edge Dario Nieuwenhuis 2021-04-20 16:05:50 +0200
  • 29b5bae1d1 Codegen PoC Dario Nieuwenhuis 2021-04-20 03:37:49 +0200
  • ef4d9d243e wip usart Dario Nieuwenhuis 2021-04-14 15:34:58 +0200
  • 170536b073 stm32: add exti Dario Nieuwenhuis 2021-04-10 01:48:12 +0200
  • 258ba533bd Implement GPIO input Dario Nieuwenhuis 2021-04-09 23:37:22 +0200
  • aa65d5ccaf it's alive Dario Nieuwenhuis 2021-04-06 01:31:29 +0200
  • 8459ca6175 Expose methods for doing stepwise execution of the std executor Ulf Lilleengen 2021-04-19 09:50:34 +0200
  • e2ad5e1395 Add detection of edge transitions for ports Ulf Lilleengen 2021-04-16 07:58:24 +0200
  • 01f6749b53 Draft of type states and impl of gpio traits for nrf input channels Ulf Lilleengen 2021-04-15 21:08:36 +0200
  • 97ca54fa66 Rename PeripheralBorrow to Unborrow Dario Nieuwenhuis 2021-04-14 19:59:52 +0200
  • bac53e3e55
    Merge pull request #141 from embassy-rs/no-pin Dario Nieuwenhuis 2021-04-14 18:18:00 +0200
  • 5ee87cf25d Remove Pin from Flash trait Dario Nieuwenhuis 2021-04-14 17:00:28 +0200
  • d336a4b38a Remove Pin from Delay trait Dario Nieuwenhuis 2021-04-14 16:39:08 +0200
  • f292647066 Remove Pin from I2c Dario Nieuwenhuis 2021-04-14 16:37:52 +0200
  • c15411d1bd Remove Pin from SPI Dario Nieuwenhuis 2021-04-14 16:37:10 +0200
  • 8b1ffb2cb7 Remove Pin from GPIO traits Dario Nieuwenhuis 2021-04-14 16:25:54 +0200
  • 59ccc45f28 Remove pin from Uart Dario Nieuwenhuis 2021-04-14 16:01:43 +0200
  • b34b74de9d
    Merge pull request #140 from lulf/reexport-macro-param Dario Nieuwenhuis 2021-04-14 17:04:24 +0200
  • e11d4b1e0e Fix vscode settings Dario Nieuwenhuis 2021-04-14 16:01:14 +0200
  • 37b3d8b22c Add embassy_prefix attribute parameter to task and main macros Ulf Lilleengen 2021-04-14 09:25:10 +0200
  • 8e040cc5d2
    stm32: add draft spi trait (#130) xoviat 2021-04-13 16:11:06 -0500
  • 8cdbb99285 fixup xoviat 2021-04-13 16:06:05 -0500
  • 61dbe17ac5 stm32: add spi mod xoviat 2021-04-13 15:59:55 -0500
  • 0bd35373c0
    Merge pull request #139 from xoviat/stm32f407 xoviat 2021-04-13 13:54:37 -0500
  • b1822f1438 stm32: add f407 xoviat 2021-04-13 13:50:59 -0500
  • 4eecb3cfa9 add is_link_up, is_config_up Dario Nieuwenhuis 2021-04-13 17:14:23 +0200
  • 4f528d8fae Add medium-ip, medium-ethernet Cargo features Dario Nieuwenhuis 2021-04-12 21:00:23 +0200
  • 28c235d786 Update example for rand Dario Nieuwenhuis 2021-04-12 21:00:12 +0200
  • 439092dc59 derive Eq for config Dario Nieuwenhuis 2021-04-12 18:13:22 +0200
  • ccdcd9df17 publish config::Event Dario Nieuwenhuis 2021-04-12 17:24:52 +0200
  • 54d6b6ec48 Correctly randomize source port Dario Nieuwenhuis 2021-04-12 15:35:54 +0200
  • 85c7f4e7ef
    Merge pull request #138 from lulf/std-main-macro Dario Nieuwenhuis 2021-04-12 14:18:04 +0200
  • 7671605452 Add std version of embassy::main Ulf Lilleengen 2021-04-12 10:41:21 +0200
  • 75337fdf39
    Merge pull request #137 from lulf/generic-critical-section Dario Nieuwenhuis 2021-04-12 13:45:34 +0200
  • fa8dc796a7 Workaround broken cast crate Dario Nieuwenhuis 2021-04-12 13:30:21 +0200
  • 708e622ab0 Allow signals to be used when building for std Ulf Lilleengen 2021-04-09 08:55:04 +0200
  • 9eb72f3f42 Add std version of embassy::main Ulf Lilleengen 2021-04-12 10:41:21 +0200
  • 75c5bb19d8 extras: fix build with defmt Dario Nieuwenhuis 2021-04-10 01:48:52 +0200
  • 402f7f1886 nrf/gpio: remove DummyPin Dario Nieuwenhuis 2021-04-10 01:48:37 +0200
  • 0ef2dc3c4f Allow signals to be used when building for std Ulf Lilleengen 2021-04-09 08:55:04 +0200
  • 9c5a8b945a Update to latest embassy, atomic-pool, smoltcp Dario Nieuwenhuis 2021-04-07 19:06:45 +0200