Commit Graph

  • ed86fc175f
    Merge pull request #1637 from ShakenCodes/main Dario Nieuwenhuis 2023-07-12 15:46:28 +0000
  • 132327a40d
    Merge pull request #1642 from henrikberg/rtc_rp_hb Dario Nieuwenhuis 2023-07-12 15:46:00 +0000
  • a615a70eda
    Merge pull request #1643 from bugadani/clear_timer Dario Nieuwenhuis 2023-07-12 15:40:10 +0000
  • a2501bd5c1 Allow clearing finished task from timer queue Dániel Buga 2023-07-12 16:52:52 +0200
  • ff2daaff67 RP: Watchdog scratch set/get with index: usize. Henrik Berg 2023-07-12 16:41:35 +0200
  • d5a4457b5e parsing MAC structs goueslati 2023-07-12 15:06:56 +0100
  • fbd90e8f38 don't build rtic. Dario Nieuwenhuis 2023-07-12 15:24:24 +0200
  • 6d402fe393 RP: Don't reset RTC in Clock::init. Updated example. Henrik Berg 2023-07-12 15:16:56 +0200
  • 466a391b52 RP: Add save/restore to Rtc. Example use. Henrik Berg 2023-07-12 14:13:19 +0200
  • a93714327e RP: Rename Rtc to match STM32 impl. Remove setting RTC in new(). Henrik Berg 2023-07-11 18:41:45 +0200
  • 029b156563 RP: Add scratchN registers to watchdog. Add Clone and Debug to DateTime Henrik Berg 2023-06-26 08:48:04 +0200
  • 55a5e9b3a5 RP: Add RTC example to rp2040. Henrik Berg 2023-06-22 22:37:24 +0200
  • d8c7c3fc4b
    Merge pull request #1641 from royb3/poll_udp_socket Dario Nieuwenhuis 2023-07-12 10:46:08 +0000
  • f192f44018 fmt Roy Buitenhuis 2023-07-12 11:32:02 +0200
  • b81c14f442 Add polling fn's for send_to and recv_from in UdpSocket. Roy Buitenhuis 2023-07-12 11:32:02 +0200
  • f54e1cea90 Add poll functions on UdpSocket. Roy Buitenhuis 2023-07-12 11:32:02 +0200
  • 8a8db3f757 Support enabling RTC clock on STM32WL shakencodes 2023-07-11 13:10:44 -0700
  • f266567eca Add clippy allow to not report if same then branch shakencodes 2023-07-11 13:09:10 -0700
  • fbddfcbfb7 wip: added MAC indications goueslati 2023-07-11 17:19:32 +0100
  • 67b14e6e7a wip: added MAC responses goueslati 2023-07-11 16:54:48 +0100
  • 6f4172fbc1 wip: added MAC commands goueslati 2023-07-11 16:07:33 +0100
  • 6ce96027cf Try updating nightly for the new TAIT signature restriction Dario Nieuwenhuis 2023-07-11 16:58:08 +0200
  • c6e2f4a90b
    Merge pull request #1639 from embassy-rs/rp-gpio-set-low-fix Dario Nieuwenhuis 2023-07-11 13:16:27 +0200
  • 91c1d17f16 rp/gpio: fix is_set_high/is_set_low, expand tests. Dario Nieuwenhuis 2023-07-11 12:38:53 +0200
  • 57e1e94f45 stm32: modify low-power refcount xoviat 2023-07-10 19:30:16 -0500
  • 4d0a38b69b stm32: add low power refcount xoviat 2023-07-10 19:17:50 -0500
  • 29f3d5b68d Ensure I2C master_stop() called after error shakencodes 2023-07-10 16:40:18 -0700
  • 4aca7c8811 wip goueslati 2023-07-10 16:54:48 +0100
  • 0fd26416bb unmarked embedded can “optional” Philipp Scheff 2023-07-10 12:58:44 +0200
  • 8e583e497b implement embedded can error for bus error Philipp Scheff 2023-07-10 12:38:56 +0200
  • 8a811cfcf7
    Merge pull request #1632 from xoviat/wpan Dario Nieuwenhuis 2023-07-09 22:18:16 +0000
  • bf4493dbdf rustfmt xoviat 2023-07-09 16:08:39 -0500
  • c1bf5aee24 mac: move table initialization after sys ready xoviat 2023-07-09 16:01:13 -0500
  • 735d676a72 wpan: update alignment control xoviat 2023-07-09 15:50:01 -0500
  • 912baf9e36
    Merge branch 'embassy-rs:main' into main Phil Markgraf 2023-07-08 10:32:36 -0700
  • 37c103b5f3
    Merge pull request #1630 from jamwaffles/fix-embassy-time-std Dario Nieuwenhuis 2023-07-08 16:25:58 +0000
  • 05c524a7db Enable critical-section/std when using std feature of embassy-time James Waples 2023-07-08 11:20:26 +0100
  • 758a2c528f
    Merge pull request #1629 from davidpurser/stm32h7-pll-fix xoviat 2023-07-08 02:42:52 +0000
  • 69b4e898b3
    Correctly calculate target VCO frequency from multipliers David Purser 2023-07-07 20:52:44 -0500
  • b0da6318f3
    Merge pull request #1623 from pennae/rp-adc Dario Nieuwenhuis 2023-07-07 15:52:48 +0000
  • 972cdd4265 rp/adc: rewrite the module pennae 2023-07-05 20:05:34 +0200
  • f9aebfce01
    Merge pull request #1628 from royb3/reexport_ipendpoint Dario Nieuwenhuis 2023-07-07 14:51:27 +0000
  • 509f8a53ef
    Merge b0317180ca into 7d68ca1f3b dbdbc 2023-07-07 16:46:40 +0200
  • 151557fec3 Re-export smoltcp::wire::IpEndpoint Roy Buitenhuis 2023-07-07 16:38:56 +0200
  • 7d68ca1f3b
    Merge pull request #1627 from pennae/rp-pio-irq Dario Nieuwenhuis 2023-07-07 14:31:09 +0000
  • 4b63829110 rp/pio: use bind_interrupts for irqs pennae 2023-07-07 04:30:46 +0200
  • e196387e69
    Merge pull request #1626 from embassy-rs/otg-read-disable Dario Nieuwenhuis 2023-07-07 01:58:39 +0000
  • f8d608093f stm32/otg: implement EndpointError::Disabled for reads. Dario Nieuwenhuis 2023-07-07 03:41:27 +0200
  • ffeb40ff43 stm32/otg: change some info logs to trace. Dario Nieuwenhuis 2023-07-06 13:49:19 +0200
  • 47305c2bf2 ci: build doc with 4 threads instead of 6, to avoid running out of disk space. Dario Nieuwenhuis 2023-07-06 02:32:49 +0200
  • c421b7f5f0
    Merge pull request #1624 from embassy-rs/release-embassy-time-v0.1.2 Dario Nieuwenhuis 2023-07-05 23:34:04 +0000
  • d137286981 Release embassy-time v0.1.2 Dario Nieuwenhuis 2023-07-05 23:54:45 +0200
  • 864202a23a
    Merge pull request #1578 from schphil/can-split xoviat 2023-07-05 23:27:53 +0000
  • a77fb0f630
    Merge pull request #1622 from embassy-rs/misc-fixes Dario Nieuwenhuis 2023-07-05 17:44:46 +0000
  • a42ac86f1b Remove wifi envvars. They're annoying, they cause rust-analyzer errors when opening the examples. Dario Nieuwenhuis 2023-07-05 19:16:45 +0200
  • c6cd69887c Downgrade nightly. Dario Nieuwenhuis 2023-07-05 19:14:11 +0200
  • d1711036db stm32-wpan: fix wrong src_base Dario Nieuwenhuis 2023-07-05 19:13:46 +0200
  • 8313b7315a
    Merge pull request #1600 from ilikepi63/main Dario Nieuwenhuis 2023-07-05 17:13:26 +0000
  • d7ecf6f593
    Update embassy-nrf/src/ppi/mod.rs Cameron Harris 2023-07-05 19:10:43 +0200
  • 082147939d
    Update embassy-nrf/src/ppi/ppi.rs Cameron Harris 2023-07-05 19:10:30 +0200
  • 67c4d165c7
    Update embassy-nrf/src/ppi/ppi.rs Cameron Harris 2023-07-05 19:10:22 +0200
  • fb3e6a2b40
    Update embassy-nrf/src/ppi/mod.rs Cameron Harris 2023-07-05 19:10:16 +0200
  • 8ee2f50b8c Removed unnecessary lifetime naming Cameron 2023-07-05 19:01:28 +0200
  • 46a4600952
    Merge pull request #1607 from MathiasKoch/embassy-stm32/rcc-rtc-l4 Dario Nieuwenhuis 2023-07-05 14:17:35 +0000
  • 27992d9c07
    Merge pull request #1621 from rasmuspeders1/main Dario Nieuwenhuis 2023-07-05 15:45:27 +0200
  • a0dc87d64e Remove semicolon in time driver example struct declaration Rasmus Pedersen 2023-07-05 14:07:05 +0200
  • 1255d8a8ce Merge branch 'main' of https://github.com/embassy-rs/embassy into embassy-stm32/rcc-rtc-l4 Mathias 2023-07-05 12:23:11 +0200
  • 7d3eb6463a Removed unnecessary space Cameron 2023-07-05 11:34:33 +0200
  • ab7fcf1d5b Removed unnecessary changes Cameron 2023-07-05 09:23:39 +0200
  • 2c5146f19f Fixed Lifetimes in Events & Tasks Cameron 2023-07-05 09:20:56 +0200
  • 73ddb76788 bxcan: combine lifetime parameter xoviat 2023-07-04 21:14:53 -0500
  • 3341b53eb4
    Merge pull request #1619 from embassy-rs/nrf-time Dario Nieuwenhuis 2023-07-04 22:40:52 +0000
  • 70c05c62e4 nrf: build docs with time feature. Dario Nieuwenhuis 2023-07-05 00:35:22 +0200
  • eb57bb298f
    Merge pull request #1617 from xoviat/const-rcc Dario Nieuwenhuis 2023-07-04 22:31:55 +0000
  • 953c745ed8 stm32/rcc: allow const-propagation xoviat 2023-07-04 16:29:46 -0500
  • ce73c29246
    Merge pull request #1616 from embassy-rs/update-nightly Dario Nieuwenhuis 2023-07-04 19:44:55 +0000
  • 9c4df46c46 rustfmt. Dario Nieuwenhuis 2023-07-04 21:34:55 +0200
  • b0317180ca
    Merge branch 'embassy-rs:main' into continuous dbdbc 2023-07-04 21:13:09 +0200
  • 2a035a24a6 Update nightly. Dario Nieuwenhuis 2023-07-04 20:11:00 +0200
  • 10c0174903 doc: upload statics too. Dario Nieuwenhuis 2023-07-04 20:10:45 +0200
  • d26a247a32
    Merge pull request #1615 from embassy-rs/update-eh2 Dario Nieuwenhuis 2023-07-04 18:03:05 +0000
  • a101d9078d update embedded-hal crates. Dario Nieuwenhuis 2023-07-04 19:53:06 +0200
  • b2f843a4ce
    Merge pull request #1614 from cumthugo/fix_queue_size Ulf Lilleengen 2023-07-04 13:17:14 +0000
  • 40d25da793 time: fix queue size cumthugo 2023-07-04 21:13:31 +0800
  • b956d5d06c
    Merge pull request #1613 from diondokter/fix-nrf-spim-nightly Dario Nieuwenhuis 2023-07-04 10:55:15 +0000
  • 0845eab8a0
    Merge pull request #1612 from wyager/fmc-bank1-16bit Dario Nieuwenhuis 2023-07-04 10:45:17 +0000
  • e74585da24 option to not restart if not in time Dietrich Beck 2023-07-04 12:00:26 +0200
  • 582c721aec Add lifetimes to the functions Dion Dokter 2023-07-04 11:48:59 +0200
  • 741fd20a97 No timeout when time feature is not enabled shakencodes 2023-07-03 17:25:14 -0700
  • 0c4180cdd0 fmt William Yager 2023-07-03 19:39:58 -0400
  • d9824dfd64 Add bank 1 16 bit William Yager 2023-07-03 19:39:51 -0400
  • a088c4bee6 fix stm32 can test Philipp Scheff 2023-07-04 00:39:10 +0200
  • 8359d8c020 make stm32 can test work Philipp Scheff 2023-07-04 00:34:24 +0200
  • 1869fe02ba make stm32f4 example work Philipp Scheff 2023-07-04 00:21:08 +0200
  • e3e8d82933 remove unused imports from example Philipp Scheff 2023-07-03 23:52:52 +0200
  • a96f30edf4 allow deed code can rx & clippy Philipp Scheff 2023-07-03 23:48:07 +0200
  • af15b49bfe fmt Philipp Scheff 2023-07-03 22:57:33 +0200
  • 2aba2b87df Eliminate extraneous else in I2C early return. shakencodes 2023-07-03 11:08:11 -0700
  • b74213b676 Change I2C error handling to early return style shakencodes 2023-07-03 10:58:51 -0700
  • 60b2f075dc Merge branch 'main' of https://github.com/embassy-rs/embassy into embassy-stm32/rcc-rtc-l4 Mathias 2023-07-01 12:17:12 +0200