Commit Graph

  • bc0cb43307 Bump embedded-storage-async to 0.4 Mehmet Ali Anil 2023-03-06 22:08:47 +0100
  • c22218c72e feat: Add multicast to udp socket Leon Camus 2023-03-06 17:50:57 +0100
  • c74d91ce67
    bump embedded-storage-async version Ulf Lilleengen 2023-03-06 11:22:58 +0100
  • 18fe398673
    Merge pull request #1224 from embassy-rs/interrupt-binding Dario Nieuwenhuis 2023-03-06 00:41:47 +0100
  • f5e09a8f4a nrf/interrupt: do not reexport take! macro. Dario Nieuwenhuis 2023-03-05 22:40:53 +0100
  • 5249996d28 nrf/usb: switch to new interrupt binding, fix vbus detect on nrf53. Dario Nieuwenhuis 2023-03-05 22:36:53 +0100
  • 5913553cb1 nrf/twis: switch to new interrupt binding. Dario Nieuwenhuis 2023-03-05 22:14:59 +0100
  • 36319fc121 nrf/temp: switch to new interrupt binding. Dario Nieuwenhuis 2023-03-05 22:09:54 +0100
  • 9e58d9274c nrf/twim: switch to new interrupt binding. Dario Nieuwenhuis 2023-03-05 22:12:34 +0100
  • 9f5762d365 nrf/spis: switch to new interrupt binding. Dario Nieuwenhuis 2023-03-05 22:05:02 +0100
  • a32e82029a nrf/spim: switch to new interrupt binding. Dario Nieuwenhuis 2023-03-05 22:00:52 +0100
  • 2dc5608203 nrf/saadc: switch to new interrupt binding. Dario Nieuwenhuis 2023-03-05 21:56:22 +0100
  • d113fcfe32 nrf/rng: make available on all chips, use Instance trait, switch to new interrupt binding. Dario Nieuwenhuis 2023-03-05 21:50:15 +0100
  • 96788ac93a nrf/qspi: switch to new interrupt binding. Dario Nieuwenhuis 2023-03-05 21:37:21 +0100
  • c66b28e759 nrf/qdec: make available on all chips, use Instance trait, switch to new interrupt binding. Dario Nieuwenhuis 2023-03-05 21:28:13 +0100
  • f8f1d3bcf0 nrf/pdm: make available on all chips, use Instance trait, switch to new interrupt binding. Dario Nieuwenhuis 2023-03-05 20:50:45 +0100
  • 34563b74aa nrf/i2s: switch to new interrupt binding. Dario Nieuwenhuis 2023-03-05 20:40:13 +0100
  • 63b75eaf64 nrf/timer: remove awaitable. Dario Nieuwenhuis 2023-03-05 20:27:33 +0100
  • 9cf000ef4e nrf/uart: switch to new interrupt binding. Dario Nieuwenhuis 2023-03-05 20:17:52 +0100
  • 42c13c8c3d nrf: add new interrupt binding traits and macro. Dario Nieuwenhuis 2023-02-26 22:42:22 +0100
  • a054891263 cortex-m: rename Handler to DynHandler. Dario Nieuwenhuis 2023-02-21 22:19:06 +0100
  • 403a83e08d
    Merge #1260 bors[bot] 2023-03-05 22:15:14 +0000
  • c88bbaa5ec time/ticker: make sure the future for .next() is Unpin. Dario Nieuwenhuis 2023-03-05 23:13:22 +0100
  • 6dfda69cc4
    readme: add embassy-rp Dario Nieuwenhuis 2023-03-05 20:19:18 +0100
  • bf013be9ba
    Merge pull request #1232 from embassy-rs/nrf-qspi-fixes Dario Nieuwenhuis 2023-03-05 03:19:11 +0100
  • d91efe3e62
    Merge pull request #1208 from embassy-rs/nrf-uarte-lockfree Dario Nieuwenhuis 2023-03-05 02:56:15 +0100
  • f7dfc49c5c nrf/qspi: add _raw variants of methods that don't do bounds checks. Dario Nieuwenhuis 2023-03-05 02:55:00 +0100
  • 8eb8ea6174 nrf/qspi: remove FLASH_SIZE const generic param. Dario Nieuwenhuis 2023-03-05 02:33:02 +0100
  • 75f69803af nrf/qspi: always use u32 for addresses. Dario Nieuwenhuis 2023-03-05 02:24:52 +0100
  • 1955a225e8 nrf/qspi: add nrf53 support. Dario Nieuwenhuis 2023-02-23 22:36:10 +0100
  • 9eb65b11cb nrf/qspi: remove cfg_if hack Dario Nieuwenhuis 2023-02-23 22:23:01 +0100
  • 7650fea5f2 nrf/buffered_uarte: add HIL tests. Dario Nieuwenhuis 2023-03-04 05:37:13 +0100
  • 916f94b366 nrf/buffered_uarte: make available on stable. Dario Nieuwenhuis 2023-03-04 05:59:16 +0100
  • ccc224c81f nrf/buffered_uarte: remove PeripheralMutex, make it work without rts/cts. Dario Nieuwenhuis 2023-03-04 05:27:29 +0100
  • bef559307c
    Merge pull request #1259 from dalegaard/master Dario Nieuwenhuis 2023-03-04 15:08:02 +0100
  • 7b9075130e embassy_usb: Add split() for cdc_acm Lasse Dalegaard 2023-03-04 10:36:10 +0100
  • 51478caad8 nrf/timer: add support for counter mode. Dario Nieuwenhuis 2023-03-04 05:25:57 +0100
  • 4314b823aa nrf: add PPI channel group driver. Dario Nieuwenhuis 2023-03-04 05:24:38 +0100
  • e916a20e3e Fix comment & remove feature flag starship 2023-03-03 16:23:00 +0300
  • 78d733fc73
    Merge pull request #1258 from CBJamo/rp-gpio-loglevel Dario Nieuwenhuis 2023-03-02 22:18:01 +0100
  • 7bdb3abad7 Swap debug! for trace! in rp gpio Caleb Jamison 2023-03-02 13:59:52 -0500
  • 14ed0b90b8
    Merge pull request #1257 from MabezDev/docs/add-esp-hal Dario Nieuwenhuis 2023-03-02 17:57:39 +0100
  • 64003cdfd6 Add embassy-esp README Scott Mabin 2023-03-02 11:36:41 +0000
  • 8bd8fbd131
    Merge pull request #1256 from pattop/hal_common_atomic_ring_buffer_push_slices Dario Nieuwenhuis 2023-03-02 17:26:43 +0100
  • fbcbc2da51 stm32/usart: improve baud rate calculation Patrick Oppenlander 2023-02-06 11:20:35 +1100
  • ba0b735640 stm32/usart: buffered DMA transmit Patrick Oppenlander 2023-02-07 15:11:22 +1100
  • 4c089134ef stm32: add WindowWatchdog timer Patrick Oppenlander 2023-02-03 13:22:14 +1100
  • 78974dfeb4 hal-common/atomic_ring_buffer: add push_bufs() push_slices() Patrick Oppenlander 2023-02-07 14:49:44 +1100
  • 4ac257adb9
    Merge #1255 bors[bot] 2023-03-02 00:01:49 +0000
  • f95aafc90e common: allow atomic ringbuf to fill up to N instead of just N-1. Dario Nieuwenhuis 2023-03-02 00:57:54 +0100
  • c4f4aa10f9
    Merge pull request #1244 from embassy-rs/interruptexecutor Dario Nieuwenhuis 2023-03-01 22:38:27 +0100
  • 7be2a038fa
    Merge 0ebc58c21f into 206b4b597e goldenMetteyya 2023-03-01 22:23:56 +0100
  • 206b4b597e
    Merge pull request #1254 from davidedellagiustina/fix Dario Nieuwenhuis 2023-03-01 22:23:03 +0100
  • c0e40b887b
    Apply fix Davide Della Giustina 2023-03-01 20:57:13 +0000
  • 0ebc58c21f Remove flash size starship 2023-03-01 10:58:59 +0300
  • 1c6fa0e802 Fixes and include simple example starship 2023-03-01 10:55:02 +0300
  • e6126bcf3c Update ci.sh starship 2023-03-01 10:33:02 +0300
  • d3c5d091d6 stm32-device-signature embassy port starship 2023-03-01 09:41:36 +0300
  • 351e4407ef
    Merge pull request #1252 from pattop/stm32_spi_fifo_fix Dario Nieuwenhuis 2023-03-01 03:08:05 +0100
  • 94e0134f4a
    Merge branch 'embassy-rs:master' into master Caleb Jamison 2023-02-28 20:24:34 -0500
  • aabc275186 stm32/spi: fix occasional data corruption Patrick Oppenlander 2023-03-01 10:10:40 +1100
  • 66ca57312f
    Merge pull request #1251 from embassy-rs/fix-examples Dario Nieuwenhuis 2023-03-01 01:59:41 +0100
  • 6dbb631f1e Example fixes. Dario Nieuwenhuis 2023-03-01 01:32:42 +0100
  • 72bcd80016 stm32/spi: add receive only slave Patrick Oppenlander 2023-03-01 11:19:34 +1100
  • 7a1bc8e0c0 stm32/spi: fix occasional data corruption Patrick Oppenlander 2023-03-01 10:10:40 +1100
  • 8b73e1b548 stm32/spi: add receive only slave Patrick Oppenlander 2023-03-01 11:19:34 +1100
  • d593074c72 stm32/spi: fix occasional data corruption Patrick Oppenlander 2023-03-01 10:10:40 +1100
  • 4dfa32b1e0 cortex-m/executor: don't use the owned interrupts system. Dario Nieuwenhuis 2023-02-27 01:08:16 +0100
  • 711ce10145
    Merge #1245 bors[bot] 2023-02-28 19:31:58 +0000
  • b16b3b0dbb
    Merge #1247 bors[bot] 2023-02-28 18:26:37 +0000
  • 3c601bf8d2
    PacketQueue::init() does not need to be unsafe Davide Della Giustina 2023-02-28 18:04:43 +0000
  • 485bb76e46
    Implemented suggestions from @Dirbaio Davide Della Giustina 2023-02-28 17:39:02 +0000
  • d719f8bc03
    Merge #1248 bors[bot] 2023-02-28 17:12:13 +0000
  • 4e212c7a0b embassy-time: add async tick() method to Ticker kbleeke 2023-02-28 17:04:56 +0100
  • c1e93c0904
    PacketQueue::new() uses ::init() when in nightly Davide Della Giustina 2023-02-28 14:34:26 +0000
  • 90f2939bf6
    Added PacketQueue::init() Davide Della Giustina 2023-02-28 14:22:54 +0000
  • 5cb0c8cc01
    fix: rp - disable Pull-down/up resistors for ADC read Lachezar Lechev 2023-02-28 09:22:38 +0200
  • 28b695e7c9
    Merge #1243 bors[bot] 2023-02-27 02:26:20 +0000
  • 2331d58aa6 RP-PICO UART adding set_baudrate: missing to run rust-fmt Andres Hurtado Lopez 2023-02-26 21:23:51 -0500
  • 482ba835c4 RP-PICO UART adding set_baudrate: Changing static call from specific type to a Self (requires adding lifetime specifier) Andres Hurtado Lopez 2023-02-26 19:20:08 -0500
  • 7172dfd083 RP-PICO UART adding set_baudrate: refactoring of methods Andres Hurtado Lopez 2023-02-26 19:14:25 -0500
  • 2dd5bb5fcb Temporarily disable doc warnings chemicstry 2023-02-27 02:04:29 +0200
  • f0247d305c Cleanup chemicstry 2023-02-27 02:03:50 +0200
  • 8fb380b180 RP-PICO UART adding set_baudrate Andres Hurtado Lopez 2023-02-26 18:40:23 -0500
  • e960bca5fd Update with master changes chemicstry 2023-02-27 01:34:41 +0200
  • dd9ec05cf9 Merge branch 'master' into usb_msc chemicstry 2023-02-27 01:19:52 +0200
  • ebb1216069 Revert "Fix sdmmc v1 writes" chemicstry 2023-02-27 01:18:39 +0200
  • 5ea3419c82 Revert "Use byte slices for sdmmc" chemicstry 2023-02-27 01:18:26 +0200
  • bc71230cd0 examples/std: fix net running out of sockets. Dario Nieuwenhuis 2023-02-26 21:50:12 +0100
  • aa030fee25 [fix] Use atomics using atomic-polyfill Peter Sykora 2023-02-26 19:13:57 +0000
  • 5367baa845
    Merge #1238 bors[bot] 2023-02-26 08:22:38 +0000
  • d5f88e578c embassy-net: DNS resolver detects when name is just an IP address and returns immediately kbleeke 2023-02-25 20:58:28 +0100
  • 64247ae456
    Merge #1236 bors[bot] 2023-02-24 19:20:32 +0000
  • 7be4337de9 Add #[must_use] to all futures Grant Miller 2023-02-24 13:01:41 -0600
  • 8514209c23 Add allow(dead_code) Rasmus Melchior Jacobsen 2023-02-24 15:24:06 +0100
  • b50eb6ccf1 Fix: Allow tcif flag for empty buffer when unread part is not actually overrun Rasmus Melchior Jacobsen 2023-02-20 12:24:16 +0100
  • c9931476db Make sure to stop dma transfer when stopped Rasmus Melchior Jacobsen 2023-02-06 10:11:31 +0100
  • 9560f4fce2 Rename to RingBufferedUartRx and export Rasmus Melchior Jacobsen 2023-02-01 13:56:36 +0100
  • 71e3ecd930 Fix random generation for devices without a rng peripheral Rasmus Melchior Jacobsen 2023-01-28 16:17:05 +0100
  • a43b5bdcde Add rx test setup and utility to saturate the serial port from host Rasmus Melchior Jacobsen 2023-01-28 14:48:58 +0100