Commit Graph

  • e3f3921be6
    Apply suggestions from code review Mathias Koch 2022-09-15 05:38:55 +0200
  • 82a62c7e4d Another correction.. amugniere@gmail.com 2022-09-13 20:42:48 +0200
  • 238804ff41 correction of previous commit amugniere@gmail.com 2022-09-13 20:24:37 +0200
  • 6b32b21d2c unused warning amugniere@gmail.com 2022-09-12 21:21:10 +0200
  • 2289668f88 forgotten implementation for start_circular_write() amugniere@gmail.com 2022-09-12 21:11:33 +0200
  • 809a4a127b
    Merge #946 bors[bot] 2022-09-12 10:30:01 +0000
  • ea5f2c71e0 sync/signal: wake old waker on overflow instead of panicking. Dario Nieuwenhuis 2022-09-12 12:05:58 +0200
  • be20512f17 Add contants and update comment about ALP Daniel Bevenius 2022-09-12 11:44:21 +0200
  • e3529f3344 Have added method for circular write amugniere@gmail.com 2022-09-11 22:33:50 +0200
  • 947ab936e8 Have added panic for periph to mem dma overrun amugniere@gmail.com 2022-09-11 17:42:14 +0200
  • 7f0c7b985c this time it's good ! amugniere@gmail.com 2022-09-11 00:26:31 +0200
  • 4a80722c07 another correction amugniere@gmail.com 2022-09-10 19:30:49 +0200
  • f44a40f549 corrections according to CI results amugniere@gmail.com 2022-09-10 18:54:52 +0200
  • 30705f20d0 another rustfmt amugniere@gmail.com 2022-09-09 23:27:24 +0200
  • d6c4302950 minor corrections amugniere@gmail.com 2022-09-09 23:20:59 +0200
  • 4e46db690a have added missing kind/signal pairs for adc amugniere@gmail.com 2022-09-09 23:15:20 +0200
  • 9663d54dcd rustfmt amugniere@gmail.com 2022-09-09 22:43:03 +0200
  • 957440bf60 Have standardize previous work according to double buffering in DMA amugniere@gmail.com 2022-09-09 22:28:39 +0200
  • a19bcb69d1
    Merge pull request #14 from danbev/ioctl_set_get_consts Dario Nieuwenhuis 2022-09-09 22:11:55 +0200
  • 92136d27f6
    Merge pull request #13 from danbev/update_credit_seq_max Dario Nieuwenhuis 2022-09-09 22:11:16 +0200
  • f0b7f43c41 Use wrapping_sub in update_credit Daniel Bevenius 2022-09-09 14:15:19 +0200
  • fe5229670f Add constants for ioctl commands Daniel Bevenius 2022-09-09 11:57:02 +0200
  • b2d0f8d590 Formatting Mathias 2022-09-09 10:49:47 +0200
  • 31d85da78a Add bufferedUart, including a split version for only Rx or Tx Mathias 2022-09-09 10:36:27 +0200
  • 9611e7c9f2 Add BufferedUart implementation, and feature-guard time-driver initialization, to free up TIMER peripheral if not used with embassy executor Mathias 2022-08-26 09:05:12 +0200
  • 573c433f64
    Merge pull request #945 from danbev/embassy-hal-common-typo Dario Nieuwenhuis 2022-09-08 19:09:32 +0200
  • 34ed3441ce Fix typo in peripheral.rs Daniel Bevenius 2022-09-08 17:01:45 +0200
  • 5886679006
    Merge #941 bors[bot] 2022-09-08 07:10:01 +0000
  • 7004b095c3 Add critical-section/std to std feature Daniel Bevenius 2022-09-02 15:27:15 +0200
  • 6b90ab8664
    Merge pull request #12 from jannic-dev-forks/gpio Dario Nieuwenhuis 2022-09-06 23:11:27 +0200
  • ea0738c485 Add gpio_set Jan Niehusmann 2022-09-06 21:06:47 +0000
  • 29145e5f92
    Merge pull request #11 from jannic-dev-forks/minimal_flow_control Dario Nieuwenhuis 2022-09-06 22:56:24 +0200
  • 5c4d6232ae Fixes after review Jan Niehusmann 2022-09-06 20:50:27 +0000
  • 95f3484b87 Implement minimal tx flow control Jan Niehusmann 2022-09-06 11:38:33 +0000
  • 22c32b5d5c
    Merge #939 bors[bot] 2022-09-04 22:13:34 +0000
  • 107bb0946a
    Merge #944 bors[bot] 2022-09-04 21:39:09 +0000
  • f66f20b1ce usbd-hid: 0.5.2 -> 0.6.0 Alex Martens 2022-09-04 10:00:02 -0700
  • 6264fe39a5
    Merge #839 bors[bot] 2022-09-04 07:17:23 +0000
  • 7d5c1fcebf
    Merge #942 bors[bot] 2022-09-04 06:07:29 +0000
  • 6cdff72d6d run cargo fmt Timo Kröger 2022-09-03 20:36:18 +0200
  • 96eb669b34
    Merge #943 bors[bot] 2022-09-03 18:06:03 +0000
  • 506e5a4493 Use embassy_executor::main in runtime.adoc Daniel Bevenius 2022-09-03 15:09:36 +0200
  • d6e8a11ea7 Update documentation link Daniel Bevenius 2022-09-03 14:50:37 +0200
  • 50af13d470
    Merge #940 bors[bot] 2022-09-02 06:43:22 +0000
  • 3aa0c13ba5 Fix a few clippy warnings Ulf Lilleengen 2022-09-02 08:42:42 +0200
  • 8b464d2668
    Merge #935 bors[bot] 2022-09-02 06:26:08 +0000
  • 3ca7314476 Remove generic const expressions from embassy-boot Ulf Lilleengen 2022-08-30 13:07:35 +0200
  • 5327b9c289 time: add more tick rates, use 1mhz as default. Dario Nieuwenhuis 2022-09-02 00:58:31 +0200
  • 835b69456d
    Merge #933 bors[bot] 2022-09-01 13:52:47 +0000
  • efe456ab14 Fix dma Henrik Alsér 2022-09-01 12:00:11 +0200
  • 9ff5c50774 Cleanup examples Henrik Alsér 2022-08-31 22:28:47 +0200
  • 71c130488b Reorder args Henrik Alsér 2022-08-31 22:12:14 +0200
  • e2181cb439 rustfmt Henrik Alsér 2022-08-31 22:07:03 +0200
  • b934f3f12e Remove cfg_if Henrik Alsér 2022-08-31 22:03:34 +0200
  • 3fce6ec649 Rearrange new:s Henrik Alsér 2022-08-31 21:54:42 +0200
  • 27905f1be1 Change DMA write/read to use raw pointers Henrik Alsér 2022-08-31 19:54:38 +0200
  • 7954cbc4e7 Add HIL tests Henrik Alsér 2022-08-30 23:04:58 +0200
  • 99dd2a9386 Reorder args Henrik Alsér 2022-08-30 22:55:53 +0200
  • 6d347af9fa transfer_in_place Henrik Alsér 2022-08-30 06:50:58 +0200
  • c8ecc55710 Fix example Henrik Alsér 2022-08-30 01:39:08 +0200
  • 44150c4830 impl embedded-hal-async Henrik Alsér 2022-08-30 01:18:28 +0200
  • 07c64d902e example Henrik Alsér 2022-08-30 00:30:47 +0200
  • e7d4bf258a dma Henrik Alsér 2022-08-29 00:30:50 +0200
  • 838f3065ea
    Merge #936 bors[bot] 2022-08-31 10:20:40 +0000
  • 1fb6bfbec9
    Merge #938 bors[bot] 2022-08-31 01:11:49 +0000
  • 8ba421f324 Do not use cfg_if for embedded-hal-async feature gates. Dario Nieuwenhuis 2022-08-31 02:46:52 +0200
  • 2bd7205c79
    Merge pull request #9 from jannic-dev-forks/fix-total-len-slice Dario Nieuwenhuis 2022-08-31 02:51:15 +0200
  • 38900a7fb0
    Merge #928 bors[bot] 2022-08-31 00:31:38 +0000
  • fe08bdf0d8
    Merge pull request #937 from embassy-rs/net-stable Dario Nieuwenhuis 2022-08-31 02:08:19 +0200
  • 30641d0564 Avoid context switch and wait for stop huntc 2022-08-31 08:44:28 +1000
  • acaa8b3e8b Fix calculation of slice index Jan Niehusmann 2022-08-30 20:36:57 +0000
  • 464ae67108 net: feature-gate nightly-only async traits to allow building on stable. Dario Nieuwenhuis 2022-08-30 19:25:36 +0200
  • 92ed95780d futures: cargo.toml metadata embassy-futures-v0.1.0 Dario Nieuwenhuis 2022-08-30 19:29:59 +0200
  • e4d4166da2
    Merge pull request #927 from embassy-rs/rp-usb Dario Nieuwenhuis 2022-08-30 19:15:44 +0200
  • 171077bacf
    Avoid double-borrow Zoey Riordan 2022-08-30 15:57:38 +0200
  • b2720117c4
    Deduplicate IO methods Zoey Riordan 2022-08-30 15:48:50 +0200
  • 4781feafc4
    Add split() method to BufferedUarte in embassy-nrf Zoey Riordan 2022-08-30 15:27:25 +0200
  • dcd8c62169 Permits the future to be cancelled huntc 2022-08-30 20:56:56 +1000
  • c0b7fd910e Additional doco huntc 2022-08-30 09:49:04 +1000
  • 9fe3ad1bad deleted useless file amugniere@gmail.com 2022-08-29 21:31:16 +0200
  • 8f872e6436 rustfmt amugniere@gmail.com 2022-08-29 21:30:11 +0200
  • 1a23a64e8c forgotten file after merge amugniere@gmail.com 2022-08-29 21:21:10 +0200
  • cb79c52bfe Merge remote-tracking branch 'origin' into dma-endless-stream-BDMA-V1 amugniere@gmail.com 2022-08-29 21:11:24 +0200
  • 282c5ad359 Have refactored adc_dma example + have made read_continous() accept PeripheralRef amugniere@gmail.com 2022-08-29 20:50:50 +0200
  • 2e1baf612d Add async API for I2C Mathias 2022-08-29 13:31:17 +0200
  • 7542505cf9
    Merge pull request #929 from embassy-rs/futures-fixes Dario Nieuwenhuis 2022-08-29 15:02:04 +0200
  • 6a0d7d06b9
    Merge #931 bors[bot] 2022-08-29 12:10:06 +0000
  • 782751dfb9 Add missing std feature for embassy-sync Ulf Lilleengen 2022-08-29 10:27:51 +0200
  • 6392f06717 futures: readme, docs improvements. Dario Nieuwenhuis 2022-08-29 00:54:14 +0200
  • 4c0f1b6354 futures: add join_array. Dario Nieuwenhuis 2022-08-28 23:32:46 +0200
  • 598689ef43 futures: move select* and join* to separate modules. Dario Nieuwenhuis 2022-08-28 22:57:35 +0200
  • 2a0df652f3 futures: add joins Dario Nieuwenhuis 2022-08-28 22:52:31 +0200
  • 764ee3b72c futures: add block_on Dario Nieuwenhuis 2022-08-28 22:51:52 +0200
  • 973f3b513f futures: make select_(slice|array) hang intead of panicking if empty. Dario Nieuwenhuis 2022-08-28 21:28:26 +0200
  • 3763baf8fa futures: add select_slice, rename select_all to select_array. Dario Nieuwenhuis 2022-08-28 21:15:30 +0200
  • 1ee2dfa03e futures: derive defmt for Eithers Dario Nieuwenhuis 2022-08-28 21:15:07 +0200
  • a67a2f8350 Have created is_data_ready () fn to evaluate if a transfer is complete instead of using is_running() amugniere@gmail.com 2022-08-27 17:06:00 +0200
  • 47069dfbe1 lora: Fix for stm32l0 exampe to build Timo Kröger 2022-08-26 15:37:20 +0200
  • c30b38586a lora: Fix unused import warning Timo Kröger 2022-08-26 15:34:54 +0200
  • 2636a8dc2e Use released rust-lorawan with radio fixes Ulf Lilleengen 2022-08-26 12:44:33 +0200