Commit Graph

  • 3572da29c8
    Merge #912 bors[bot] 2022-08-18 12:46:02 +0000
  • ce407474a7 net: update atomic-pool, atomic-polyfill. Dario Nieuwenhuis 2022-08-18 14:45:07 +0200
  • 0f74f870b0 Fix rp uart example Mathias 2022-08-18 11:47:15 +0200
  • 1ea52d3442
    Merge #911 bors[bot] 2022-08-18 09:11:28 +0000
  • fe38d240e5 hal-common: Remove unused dep Dario Nieuwenhuis 2022-08-18 11:10:51 +0200
  • d52c7ded49 Implement remaining logic for blocking UART. async is still todo, awaiting DMA Mathias 2022-08-18 10:14:37 +0200
  • 2edf532f8d Move rtos-trace example to a separate project to simplify Cargo.toml Quentin Smith 2022-08-18 01:38:58 -0400
  • be55d2a39e
    Merge #909 bors[bot] 2022-08-17 23:22:52 +0000
  • 5daa173ce4 Split embassy-time from embassy-executor. Dario Nieuwenhuis 2022-08-17 23:40:16 +0200
  • 424c9545f2 Have modified BDMA read_circular() to take as arg the buffer size amugniere@gmail.com 2022-08-17 22:28:00 +0200
  • 1c5b54a482
    Merge #908 bors[bot] 2022-08-17 20:27:42 +0000
  • 2e85eaf7d5 examples Remove the fn config() idiom. Dario Nieuwenhuis 2022-08-17 22:25:58 +0200
  • fc6e1e06b3 Remove HAL initialization from #[embassy::main] macro. Dario Nieuwenhuis 2022-08-17 18:49:55 +0200
  • 442a39af29 Comments and forgotten semicolon amugniere@gmail.com 2022-08-17 21:38:23 +0200
  • d881f3ad91
    Merge #901 bors[bot] 2022-08-17 17:05:37 +0000
  • 67edea4168 Update to critical-section 1.0, atomic-polyfill 1.0 Dario Nieuwenhuis 2022-08-14 23:16:06 +0200
  • 16d0ae7678
    Merge #907 bors[bot] 2022-08-17 13:18:58 +0000
  • bd0aaec624 macros: remove embassy_prefix attr. Dario Nieuwenhuis 2022-08-17 15:03:12 +0200
  • ef9e373ec4 macros/interrupt_take: do not assume embassy-executor is a dependency of the user crate. Dario Nieuwenhuis 2022-08-17 14:49:42 +0200
  • 2649f13dc7 stm32/rcc: fix unnecessary parentheses Dario Nieuwenhuis 2022-08-17 15:01:07 +0200
  • 72cd015c1a stm32/sdmmc: remove cast no longer allowed on latest nightly due to nonexhaustive enum. Dario Nieuwenhuis 2022-08-17 14:44:18 +0200
  • 13b1ca1eb6 Update nightly. Dario Nieuwenhuis 2022-08-17 13:44:24 +0200
  • 6ea8d5f890
    Merge #905 bors[bot] 2022-08-16 11:41:35 +0000
  • d769e562c0 Rewrite documentation using correct module names Ulf Lilleengen 2022-08-16 11:23:04 +0200
  • 7dfe119fe0 Run cargo fmt Quentin Smith 2022-08-16 01:47:18 -0400
  • cd561b19ef Allow rtos_trace example to be used without log Quentin Smith 2022-08-16 01:20:07 -0400
  • c1d8c8cf36 Add example of rtos-trace / SystemView Quentin Smith 2022-08-16 01:17:28 -0400
  • 0bf178dd1b Add separate feature flag to enable interrupt tracing Quentin Smith 2022-08-16 00:42:08 -0400
  • bfcdbcc7db Have corrected error in bdma.rs amugniere@gmail.com 2022-08-15 21:40:50 +0200
  • 9ed0450a17 adc_dma example with wip continous dma implementation compiles amugniere@gmail.com 2022-08-15 21:20:50 +0200
  • 68931a36d5 More docserver metadata fix. Dario Nieuwenhuis 2022-08-15 20:42:36 +0200
  • dff6847e9c Add -boot docserver metadata. Dario Nieuwenhuis 2022-08-15 20:40:41 +0200
  • eb811a71ac
    Merge pull request #904 from lulf/use-root-component-docs Dario Nieuwenhuis 2022-08-15 19:38:41 +0200
  • b4ab39c6fa Use special ROOT component for embassy docs Ulf Lilleengen 2022-08-15 19:37:48 +0200
  • 5790985f9f
    Merge #903 bors[bot] 2022-08-15 15:47:11 +0000
  • b273128990 Add documentation to Signal::poll_wait(..). Bob McWhirter 2022-08-15 11:20:35 -0400
  • 17b9eb5f86
    Update signal.rs Bob McWhirter 2022-08-15 11:07:46 -0400
  • f53367d8ba embassy-docs fixes. Dario Nieuwenhuis 2022-08-15 15:42:48 +0200
  • f76815d642 Update Embassy. Dario Nieuwenhuis 2022-08-13 15:37:30 +0200
  • 3388b5cecf Improve data checks for VHD events Mattias Grönlund 2022-08-09 00:53:32 +0200
  • ddfbfa0132 move ioctl_id from State to Runner. Dario Nieuwenhuis 2022-07-28 18:43:17 +0200
  • a0b47e7bd6 Declare std feature in embassy-util Cargo.toml Artur Kowalski 2022-08-12 18:16:13 +0200
  • 6ffca81a38
    Merge #880 bors[bot] 2022-08-11 14:17:11 +0000
  • ef473827a2 Remove UdpIo struct Artur Kowalski 2022-08-11 15:52:32 +0200
  • 6cae87ee5d
    Merge #900 bors[bot] 2022-08-11 11:58:45 +0000
  • 0a98f9f48e
    net: make TcpIo private. Dario Nieuwenhuis 2022-08-11 13:58:13 +0200
  • b97983242d Simplify UDP code Artur Kowalski 2022-08-11 08:23:18 +0200
  • 145af0e4ab cargo fmt Quentin Smith 2022-08-10 17:09:11 -0400
  • 865a91976c Add UDP example app Artur Kowalski 2022-08-10 19:38:34 +0200
  • d5ab0d3ebb Add UDP socket support Artur Kowalski 2022-07-28 10:25:47 +0200
  • 0e524247fa
    Merge #896 bors[bot] 2022-08-10 10:08:27 +0000
  • 936473b68a Make sda/scl pullups separate as in nRF HAL chemicstry 2022-08-10 12:36:15 +0300
  • a3c1522ce6 Add support for rtos-trace behind a feature flag Quentin Smith 2022-08-09 16:25:42 -0400
  • de22cb9065
    Merge #895 bors[bot] 2022-08-10 08:01:59 +0000
  • 6498324b58 Implement I2C pullup configuration chemicstry 2022-08-09 22:13:35 +0300
  • 87401c49b7 Fix formatting Ulf Lilleengen 2022-08-09 14:51:32 +0200
  • 2e76b13a4c Add example using embedded-nal-async traits Ulf Lilleengen 2022-08-09 14:44:18 +0200
  • 80c1551153 Wrap buffers in a single state type Ulf Lilleengen 2022-08-09 14:43:55 +0200
  • 18671b94ba Implement embedded-nal-async traits for embassy-net Ulf Lilleengen 2022-08-08 16:51:34 +0200
  • b7b4c84067
    Merge #892 bors[bot] 2022-08-08 11:37:41 +0000
  • b400e6aa75
    Merge #894 bors[bot] 2022-08-08 10:49:51 +0000
  • ed74bcb8d8 Update stm32-data chemicstry 2022-08-08 13:14:13 +0300
  • 6c10fa44d0 rp/gpio: fix wait_for_* when multiple pins are in use. Dario Nieuwenhuis 2022-08-08 00:22:08 +0200
  • 89e2e25d6f rp/gpio: remove unused lifetimes. Dario Nieuwenhuis 2022-08-07 23:25:50 +0200
  • 56dfb93c6b first implementation for circular bdma amugniere@gmail.com 2022-08-07 12:43:42 +0200
  • 19db39360d Have refined adc test amugniere@gmail.com 2022-08-05 23:22:12 +0200
  • feaf4cb4a1 have made a small test with a GPIO to test basic ADC on stmf103c8 amugniere@gmail.com 2022-08-05 22:34:18 +0200
  • ba67f6d3a8
    Merge #891 bors[bot] 2022-08-04 21:40:44 +0000
  • 99a97ec6c9 util/pipe: add some capacity/len getters. Dario Nieuwenhuis 2022-08-04 23:18:56 +0200
  • ac1a26b40f util/pipe: add embedded-io impls for Pipe, Reader, Writer. Dario Nieuwenhuis 2022-08-03 14:15:16 +0200
  • 8a25906eff Add DACv1 example for F4 chemicstry 2022-08-04 03:31:59 +0300
  • 206b7fd8ed Use RccPeripheral for DAC and add a hackfix for H7 chemicstry 2022-08-04 03:31:47 +0300
  • d990740dd5 Restore F1 example chip chemicstry 2022-08-04 03:07:42 +0300
  • 5f01e56728 Merge v1, v2 DAC and update register definitions chemicstry 2022-08-04 03:02:57 +0300
  • 3967c4194b util: add pipe Dario Nieuwenhuis 2022-08-03 13:55:46 +0200
  • 1924f2d67d
    Merge #890 bors[bot] 2022-08-02 20:29:29 +0000
  • e4cfbf96ac Implement UsbSupply for a reference of SignalledSupply Matous Hybl 2022-08-02 21:49:10 +0200
  • a903215423
    Merge #888 bors[bot] 2022-08-01 15:40:05 +0000
  • 2b0786129a
    Merge #887 bors[bot] 2022-08-01 12:33:58 +0000
  • 8a58a81677 Remove BxcanInstance::from_ref() chemicstry 2022-08-01 15:17:54 +0300
  • 43b8c0c71e
    Remove commented out logging code Til Blechschmidt 2022-08-01 12:56:53 +0200
  • fa2fbcbde0
    Extend QSPI config with freq, delay, spi mode, and address mode Til Blechschmidt 2022-08-01 12:54:49 +0200
  • 8d24cba72d executor: miri fixes Dario Nieuwenhuis 2022-08-01 12:26:37 +0200
  • ea06bf7dcd Fix: Get rid of set_spe in async calls. Vladimir Motylenko 2022-07-31 22:45:37 +0300
  • ebf6d6b8e8 Feat: Slave implementation of spi for stm32 Vladimir Motylenko 2022-07-31 22:45:19 +0300
  • bd6bab1625
    Merge pull request #883 from embassy-rs/split Dario Nieuwenhuis 2022-07-30 00:02:12 +0200
  • a0f1b0ee01 Split embassy crate into embassy-executor, embassy-util. Dario Nieuwenhuis 2022-07-29 21:58:35 +0200
  • 8745d646f0
    Merge #882 bors[bot] 2022-07-29 16:26:45 +0000
  • 3b9c26fbd8 Remove separation of stable vs. nightly implementations in executor/raw Jan Niehusmann 2022-07-29 16:22:49 +0000
  • 9af68e005b
    Merge #879 bors[bot] 2022-07-27 12:41:03 +0000
  • 42434c75bc Make vref units explicit chemicstry 2022-07-27 14:13:59 +0300
  • c0496f8bbe
    Merge #878 bors[bot] 2022-07-27 07:06:23 +0000
  • b1f0d6320e Improve set_vref docs chemicstry 2022-07-27 01:30:32 +0300
  • 046778fc53 Improve ADC configuration options chemicstry 2022-07-27 01:17:26 +0300
  • 1d63a30d5f Forever: Simplify pointer handling Grant Miller 2022-07-25 23:09:07 -0500
  • 41e392bda3 Use Forever::put_with inside Forever::put Grant Miller 2022-07-25 22:30:01 -0500
  • 1a43009599 Allow constructing BxcanInstance outside HAL chemicstry 2022-07-25 23:16:04 +0300
  • 84cffc751a
    Merge #876 bors[bot] 2022-07-24 20:15:57 +0000
  • c38755c5b7 Add defmt support to embassy-embedded-hal errors Matous Hybl 2022-07-19 21:15:47 +0200
  • 6b8cd6fbb3
    Merge #856 bors[bot] 2022-07-23 14:16:51 +0000