Commit Graph

  • 27cd3a03dc exti: add new ExtiPin driver xoviat 2021-01-21 11:08:38 -0600
  • 57eabb372e
    Merge pull request #31 from xoviat/interrupt-signal Dario Nieuwenhuis 2021-01-21 18:04:13 +0100
  • e0183f4495 optimize interruptfuture xoviat 2021-01-21 10:59:14 -0600
  • 6503f9dbf5 implement interruptfuture xoviat 2021-01-21 10:22:30 -0600
  • 27831124a7 Remove unused rtic dep Dario Nieuwenhuis 2021-01-20 04:32:14 +0100
  • 5b897b6605 executor: Add 'raw' api to wake tasks through raw pointers. Dario Nieuwenhuis 2021-01-21 00:59:09 +0100
  • 28b5d8e9f4
    Merge pull request #26 from timokroeger/fix-irq-nr Dario Nieuwenhuis 2021-01-17 18:52:43 +0100
  • 9f9d808948 Fix IRQ numbers Timo Kröger 2021-01-17 17:28:46 +0100
  • 4e789c663c
    Merge pull request #15 from akiles/gpio-wait Dario Nieuwenhuis 2021-01-15 23:06:07 +0100
  • 28fe29fff3
    Merge pull request #22 from xoviat/cleanup Dario Nieuwenhuis 2021-01-14 19:02:00 +0100
  • 2b15a2674f minor cleanup to interface xoviat 2021-01-14 11:42:23 -0600
  • e064df3730 modify and fix example xoviat 2021-01-14 09:35:09 -0600
  • 76d4af24a0 impl. generic config and pins xoviat 2021-01-14 09:28:27 -0600
  • ebcd2cf72c use paste to reduce duplication xoviat 2021-01-14 09:16:13 -0600
  • 118aa42708 fix toml xoviat 2021-01-13 21:53:36 -0600
  • b4135a6e1a Merge branch 'master' of https://github.com/akiles/embassy into cleanup-usart xoviat 2021-01-13 21:49:58 -0600
  • 33a5383e75 add macro implementation xoviat 2021-01-13 21:48:34 -0600
  • 24d6b9ed6c Build stm32 and stm32-examples in test script. Dario Nieuwenhuis 2021-01-14 00:53:05 +0100
  • c1ea3c47d8 begin fix interrupts xoviat 2021-01-13 17:43:43 -0600
  • 0204d4e812
    Merge pull request #17 from xoviat/implement-uart Dario Nieuwenhuis 2021-01-14 00:42:09 +0100
  • 7adf99eff3 implement changes xoviat 2021-01-13 17:40:32 -0600
  • 6963b314a2 nrf/rtc: fix race when setting alarms too close to now. Dario Nieuwenhuis 2021-01-13 03:17:58 +0100
  • 5229a1991c nrf/rtc: use interrupt handler context for instance ptr Dario Nieuwenhuis 2021-01-13 03:17:42 +0100
  • c07f7467a0 Merge branch 'implement-uart' of ssh://github.com/xoviat/embassy into implement-uart xoviat 2021-01-12 14:00:39 -0600
  • 914abdeb15 Merge branch 'master' of https://github.com/akiles/embassy into implement-uart xoviat 2021-01-12 14:00:12 -0600
  • 7b94e06306 nrf/buffered_uarte: fix stop not actually waiting for stop Dario Nieuwenhuis 2021-01-11 11:24:34 +0100
  • 41160c0d8d nrf/buffered_uarte: add set_baudrate Dario Nieuwenhuis 2021-01-11 10:40:37 +0100
  • 2616467377 nrf/buffered_uarte: stop on drop, add free() Dario Nieuwenhuis 2021-01-11 10:39:59 +0100
  • c91882a72c Add CriticalSectionMutex, ThreadModeMutex. Dario Nieuwenhuis 2021-01-11 10:38:43 +0100
  • 877fc0321a WakerRegistration: Wake previous task if any Dario Nieuwenhuis 2021-01-11 10:38:25 +0100
  • 60df9e0d38 Add non_exhaustive attrs. Dario Nieuwenhuis 2021-01-09 00:51:07 +0100
  • a168b9ef51 restrict unsafe block xoviat 2021-01-06 21:02:02 -0600
  • e18d71dedc Fix build on nrf52832 Dario Nieuwenhuis 2021-01-07 00:50:40 +0100
  • 5b10ac9cac Add PPI+TIMER to buffered_uarte to prevent IRQ storm Dario Nieuwenhuis 2021-01-06 23:36:46 +0100
  • deb3c93892 Simpliify PeripheralMutex a bit. Dario Nieuwenhuis 2021-01-06 22:48:54 +0100
  • 31ba052f14 mark new unsafe xoviat 2021-01-06 14:31:43 -0600
  • 1c3b7541cb use transmute for now xoviat 2021-01-06 14:12:33 -0600
  • 77bdb5428e buffered_uarte naming cleanup Dario Nieuwenhuis 2021-01-06 17:09:42 +0100
  • 27cfcbacb8 try uart implementation xoviat 2021-01-06 12:12:29 -0600
  • 896eb0ed52
    Merge pull request #16 from xoviat/fix-interrupts Dario Nieuwenhuis 2021-01-06 18:06:23 +0100
  • 66622de82a fix set_handler context xoviat 2021-01-06 10:49:08 -0600
  • f6be0b8d12 Add gpio WaitForFoo traits Dario Nieuwenhuis 2021-01-06 01:10:48 +0100
  • 61a7cf5c3d
    Merge pull request #6 from xoviat/stm32f4 Dario Nieuwenhuis 2021-01-06 00:41:19 +0100
  • 938919367a
    add levels xoviat 2021-01-05 17:38:46 -0600
  • a9d9f3bf80 fix problems xoviat 2021-01-05 17:24:27 -0600
  • 7bee584808
    remove dead code in waker xoviat 2021-01-05 17:19:05 -0600
  • f62eb66bf2
    add new levels xoviat 2021-01-05 17:18:24 -0600
  • 9bb4c97dc2
    Merge pull request #14 from timokroeger/uarte-power-optimization Dario Nieuwenhuis 2021-01-05 22:10:52 +0100
  • 607e67f51a Cleanup BufferedUarte Dario Nieuwenhuis 2021-01-05 21:14:04 +0100
  • 3a4dbfa52e Massicely simplify peripheral abstraction Dario Nieuwenhuis 2021-01-05 01:57:05 +0100
  • 0631623b51 uarte: Low power wait for RX drop Timo Kröger 2021-01-03 17:05:04 +0100
  • 93780fa31d uarte: Wait for the peripheral to be disabled Timo Kröger 2021-01-03 13:56:13 +0100
  • 9b1f7b8a17 uarte: Enable peripheral with first poll Timo Kröger 2021-01-03 13:31:33 +0100
  • 85ec9dd16f uarte: Be on safe side with potentially racy code Timo Kröger 2021-01-03 12:09:51 +0100
  • a3b3305b8e uarte: Only stop TX forcefully when a transmissions is running Timo Kröger 2021-01-03 12:02:03 +0100
  • a7c03e4cb6 uarte: Only stop RX forcefully when a reception is running Timo Kröger 2021-01-03 11:12:11 +0100
  • 9f28c7ab8d uarte: Do not spin when stopping a receive future Timo Kröger 2021-01-02 22:40:36 +0100
  • 9e88718fbd Add "context" pointer to owned interrupt handlers. Dario Nieuwenhuis 2021-01-04 22:25:39 +0100
  • d89462fc16
    remove macros xoviat 2021-01-04 12:53:27 -0600
  • f3676e1eab rename examples xoviat 2021-01-04 12:52:00 -0600
  • be541b94aa
    Merge branch 'master' into stm32f4 xoviat 2021-01-04 12:50:22 -0600
  • 9bf09488f1 fix interrupts xoviat 2021-01-04 12:48:13 -0600
  • 39ca8b8ded Fix build on non-nrf52840 Dario Nieuwenhuis 2021-01-03 22:30:47 +0100
  • ace4f40f80 Introduce "peripheral" abstraction to share state between main and interrupt. Dario Nieuwenhuis 2021-01-03 01:40:40 +0100
  • 4ce51795f2 use hal::Pins for BufferedUarte Dario Nieuwenhuis 2021-01-02 20:31:50 +0100
  • 8fa3294f35 Update readme Dario Nieuwenhuis 2021-01-02 20:13:35 +0100
  • 0ab88ea279 Add Uart trait, implement it for nrf. Dario Nieuwenhuis 2021-01-02 19:59:37 +0100
  • 1d53985abe Remove now-stable slice_fill feature Dario Nieuwenhuis 2021-01-02 19:56:05 +0100
  • 3c7e7220b3 Don't use embedded_dma in nrf uarte. Dario Nieuwenhuis 2021-01-02 19:14:54 +0100
  • 396d7650ca Add some comments to uart example. Dario Nieuwenhuis 2021-01-01 23:04:18 +0100
  • 20d3dc87f9 Rename examples -> embassy-nrf-examples Dario Nieuwenhuis 2021-01-01 22:41:59 +0100
  • 4783222f67 Rename WakerStore -> WakerRegistration. Dario Nieuwenhuis 2021-01-01 22:30:11 +0100
  • 2ee2d18465 simplify impl. and add interupt idea xoviat 2021-01-01 14:59:57 -0600
  • d5cb9bebaa implement on irqs xoviat 2020-12-31 17:59:01 -0600
  • cc8d162859 begin integrate interrupt xoviat 2020-12-31 16:59:42 -0600
  • cc0076a0eb update hal branch xoviat 2020-12-31 16:49:27 -0600
  • 925ede848e rename uarte as serial xoviat 2020-12-31 16:40:51 -0600
  • 308756f366 generalize uarte xoviat 2020-12-31 16:38:31 -0600
  • 142c01ad01 generalize futures xoviat 2020-12-31 16:11:23 -0600
  • d52e1b2276 use transfer_complete_flag; make partially generic xoviat 2020-12-31 15:58:35 -0600
  • ffb92731cd
    Merge pull request #12 from timokroeger/task-macro-warning Dario Nieuwenhuis 2020-12-31 16:32:44 +0100
  • c17954ccba Fix warnings for tasks that take mutable parameters Timo Kröger 2020-12-31 15:38:10 +0100
  • 43904e8db0 clean-up example xoviat 2020-12-30 21:24:32 -0600
  • 2d979eb4ef add interrupts xoviat 2020-12-30 21:14:56 -0600
  • ea36029a3d reformat xoviat 2020-12-30 19:50:15 -0600
  • a5cf65a17b impl. poll:ready xoviat 2020-12-30 19:45:07 -0600
  • de2b1adafe Merge branch 'master' of https://github.com/akiles/embassy into stm32f4 xoviat 2020-12-30 13:17:47 -0600
  • cd56d2621a
    Merge pull request #3 from timokroeger/low-power-uarte Dario Nieuwenhuis 2020-12-30 19:57:36 +0100
  • c6cf9b801d minor rework to get tx working (maybe) xoviat 2020-12-30 12:27:47 -0600
  • 6695bf0f21 Low power UART driver Timo Kröger 2020-12-23 16:18:29 +0100
  • c97d5262f5 Blocking wait method for signals Timo Kröger 2020-12-30 12:15:49 +0100
  • 60c7d112b1 fix borrowing errors xoviat 2020-12-30 11:05:52 -0600
  • 41db867d9a fix transfer mutability xoviat 2020-12-29 22:57:00 -0600
  • 6bc1a712ff Fix Forever Dario Nieuwenhuis 2020-12-30 04:17:45 +0100
  • a02d0a378e Fix race in enqueuing expired tasks. Dario Nieuwenhuis 2020-12-30 04:12:48 +0100
  • 53c2829eb1 add dma example; rename uarte xoviat 2020-12-29 19:10:47 -0600
  • bb6f25d010 Remove use of deprecated compare_and_swap. Dario Nieuwenhuis 2020-12-30 01:06:05 +0100
  • 015b6bbce4 Ensure timers always yield at least once. Dario Nieuwenhuis 2020-12-30 00:56:32 +0100
  • 74b5d4693c implement prelim draft xoviat 2020-12-29 12:33:50 -0600
  • 2bf9b14ef0
    Merge pull request #7 from akiles/irq Dario Nieuwenhuis 2020-12-29 15:32:23 +0100