Commit Graph

  • 55e4a89819
    Merge pull request #1467 from embassy-rs/stm32-usb-no-time Dario Nieuwenhuis 2023-05-19 16:10:41 +0200
  • a521a9b5ce stm32: test more feature combinations in ci. Dario Nieuwenhuis 2023-05-19 15:22:03 +0200
  • f43d57846e stm32/usb: do not require embassy-time. Dario Nieuwenhuis 2023-05-19 15:20:37 +0200
  • 4b303949bf
    Merge #1465 bors[bot] 2023-05-17 22:20:44 +0000
  • fc746a88b5 rp/clocks: comment out all gpin handling for now pennae 2023-05-17 23:25:49 +0200
  • 1e029a9e66 rp/clocks: remove superfluous clock actions pennae 2023-05-17 03:21:07 +0200
  • 053d5629ba rp/clocks: require GpinPin for gpin config pennae 2023-05-17 02:52:29 +0200
  • 1b3d9a0aef rp/clocks: compactify pll setup pennae 2023-05-17 02:25:28 +0200
  • f79d8cb2d3 rp/clocks: store clock frequencies in ram pennae 2023-05-16 22:45:50 +0200
  • 0d4ab559a7 rp/clocks: fix comments and rosc defaults pennae 2023-05-13 19:14:27 +0200
  • 1379eb4e70 rp/clocks: handle fractional gpout dividers pennae 2023-05-17 02:46:38 +0200
  • f97b591831 rp/clocks: don't expose unstable pac items pennae 2023-05-16 18:13:15 +0200
  • d97a771479 rp/clocks: remove unsupported xosc config input pennae 2023-05-16 17:13:09 +0200
  • 5bbed31513 rp/clocks: provide fbdiv, not vco_freq pennae 2023-05-13 19:07:36 +0200
  • d3494a4bdf rp/clocks: reset all plls at once pennae 2023-05-13 18:55:40 +0200
  • 2f2860b096 rp/clocks: always reconfigure pll pennae 2023-05-13 18:45:40 +0200
  • e1e87fef25 rp/clocks: always inline configure_pll pennae 2023-05-13 18:45:14 +0200
  • 908ec5faef
    Merge #1464 bors[bot] 2023-05-16 22:20:40 +0000
  • a4772c15c0 rp: Add system reset fn via watchdog kalkyl 2023-05-17 00:16:36 +0200
  • 4e9ed223a9 Allow for an optional user-defined entry macro when targeting RISC-V Jesse Braham 2023-05-16 09:34:38 -0700
  • 56f2e0c9a0
    Merge #1462 bors[bot] 2023-05-16 09:36:06 +0000
  • b950d6d72b Add HIL test kalkyl 2023-05-16 11:28:35 +0200
  • ab63f3832f rp: Read flash unique id and jedec id kalkyl 2023-05-16 11:21:17 +0200
  • 25a65bf91b rp/multicore: explicitly copy the entry function from core0's stack Jan Niehusmann 2023-05-16 08:18:24 +0000
  • b0541c01be
    Merge #1460 bors[bot] 2023-05-15 23:49:11 +0000
  • 56c3a949af rp/multicore: ensure stack is 8-byte aligned. Dario Nieuwenhuis 2023-05-16 01:42:35 +0200
  • 34a0c2172b
    Merge #1459 bors[bot] 2023-05-15 23:26:58 +0000
  • 0c18a13cc0 rp/multicore: fix undefined behavior in multicore spawn. Dario Nieuwenhuis 2023-05-16 01:21:28 +0200
  • 1a87f7477a
    Merge #1458 bors[bot] 2023-05-15 15:59:30 +0000
  • 14a5d03af2 rp: remove take!, add bind_interrupts! pennae 2023-05-15 15:21:05 +0200
  • a8953b5c66 cleanup goueslati 2023-05-15 10:34:52 +0100
  • d97724cca3 tl_mbox read and write goueslati 2023-05-15 10:25:02 +0100
  • 2bf2e54db9
    Merge #1456 bors[bot] 2023-05-14 22:57:38 +0000
  • 288309b9d5 net-driver: document crate. Dario Nieuwenhuis 2023-05-15 00:52:13 +0200
  • d07821d851 net: document crate. Dario Nieuwenhuis 2023-05-15 00:39:57 +0200
  • 62857bdb2d net: reexport UDP PacketMetadata under the udp module. Dario Nieuwenhuis 2023-05-15 00:55:34 +0200
  • 26d7610554 net: do not use smoltcp Instant/Duration in public API. Dario Nieuwenhuis 2023-05-15 00:38:58 +0200
  • 6e93d193cf
    Merge #1451 bors[bot] 2023-05-14 22:20:15 +0000
  • 4567eff78e
    Merge #1455 bors[bot] 2023-05-14 21:57:51 +0000
  • 2d65373f63 Remove unused feature(type_alias_impl_trait). Dario Nieuwenhuis 2023-05-14 23:44:53 +0200
  • ae4827587c
    Merge #1454 bors[bot] 2023-05-14 21:39:55 +0000
  • a3d6aa5d7d
    Merge pull request #79 from embassy-rs/update-embassy Dario Nieuwenhuis 2023-05-14 21:08:37 +0000
  • db907a914c cyw43-pio: add overclock feature flag. Dario Nieuwenhuis 2023-05-14 23:02:49 +0200
  • cdd326284a
    Merge #1453 bors[bot] 2023-05-14 20:20:45 +0000
  • 3e9d5978c0 stm32 uart: Add a test for blocking RX overflow Timo Kröger 2023-05-14 21:59:10 +0200
  • ec7a4fd9cc stm32f0 flash implementation Jaap Prickartz 2023-05-14 21:57:31 +0200
  • 977a7906e4 stm32 uart: Fix error flag handling for blocking operations Timo Kröger 2023-05-14 20:34:57 +0200
  • 7cfce05bd2
    Merge pull request #81 from mkj/powersave-none Dario Nieuwenhuis 2023-05-14 15:26:48 +0000
  • f46e0eb5f2 Fix PowerManagementMode::None Matt Johnston 2023-05-14 22:48:04 +0800
  • 5fe36b6bb0 Work around xtensa deadlock, take 2 Dániel Buga 2023-05-13 13:44:19 +0200
  • 7deb6e6257 Revert "Take 2" Dániel Buga 2023-05-13 13:50:49 +0200
  • 160708c245 Take 2 Dániel Buga 2023-05-13 13:44:19 +0200
  • 456f8bf194 Work around xtensa deadlock Dániel Buga 2023-05-13 13:00:46 +0200
  • 6c1137177f Wait until there's enough space in tx buffer, remove busy wait for completed send kalkyl 2023-05-13 06:34:03 +0200
  • 8800caa216 Update Embassy, to new PIO API. Dario Nieuwenhuis 2023-05-13 02:20:46 +0200
  • 82f7e104d9
    Merge #1448 bors[bot] 2023-05-13 00:14:50 +0000
  • 2fcdfc4876 rp: don't use SetConfig trait in PWM and PIO. Dario Nieuwenhuis 2023-05-13 02:11:01 +0200
  • dec75474d5
    Merge #1447 bors[bot] 2023-05-12 22:33:59 +0000
  • 3edd81a94e rp/watchdog: fix overflow if period is longer than 4294 seconds. Dario Nieuwenhuis 2023-05-13 00:33:00 +0200
  • 3810fe6a20 tl_mbox: added zigee, lld tests and ble lld tables to ref table goueslati 2023-05-12 10:26:46 +0100
  • 7f96359804
    Merge #1424 bors[bot] 2023-05-11 22:48:55 +0000
  • bf45b1d83d fix memory.x xoviat 2023-05-11 17:23:18 -0500
  • d7262f9849 rustfmt xoviat 2023-05-11 16:53:55 -0500
  • 8a620fd59c stm32/ble: fix tests and add instructions to run example xoviat 2023-05-11 16:45:42 -0500
  • 19b2a673e7
    Merge 4c089134ef into e179e7cf85 Patrick Oppenlander 2023-05-11 19:05:25 +0100
  • b0e6b44f54
    feat(rp): Spi builder Lachezar Lechev 2023-05-10 20:35:26 +0300
  • bbd687fcb0 Update embassy kalkyl 2023-05-10 02:40:41 +0200
  • 7b83d53bbf vscode settings kalkyl 2023-05-10 02:25:18 +0200
  • adefa4f86b vscode settings kalkyl 2023-05-10 02:23:54 +0200
  • e179e7cf85
    Merge #1436 bors[bot] 2023-05-09 21:56:43 +0000
  • 9d971e5b15
    Merge branch 'master' into master Caleb Jamison 2023-05-09 17:55:27 -0400
  • 5cfe1a1fb4 Dirbaio comments round 2 Caleb Jamison 2023-05-09 17:45:24 -0400
  • 856b944eaf
    Merge #1439 bors[bot] 2023-05-09 16:39:13 +0000
  • 0e3cd87a32 rp: use rp2040-boot2 to provide the boot2 blob pennae 2023-05-09 18:36:17 +0200
  • 6bea078487 Remove patches, bump rp-pac version Caleb Jamison 2023-05-09 12:20:23 -0400
  • 5015c845c5 Improve gpout example, clk_gpout_freq Caleb Jamison 2023-05-09 12:10:24 -0400
  • c1eaad41f3 Gpout cleanup, basic Gpin support Caleb Jamison 2023-05-09 11:46:25 -0400
  • d40589f082 Fix CI kalkyl 2023-05-09 02:27:28 +0200
  • 9d018a0075 Add CI kalkyl 2023-05-09 02:24:25 +0200
  • fdc87a8e7f Add CI kalkyl 2023-05-09 02:21:17 +0200
  • 72b0379125 🌈 kalkyl 2023-05-09 01:51:08 +0200
  • 14eecf2fc4 Address Dirbaio comments Caleb Jamison 2023-05-08 19:13:50 -0400
  • 0b4b87e344
    Merge #1437 #1438 bors[bot] 2023-05-08 21:38:30 +0000
  • 5df263db38 Update GitHub Actions CI Dirk Stolle 2023-05-08 23:28:01 +0200
  • 0584312ef0 Fix some typos Dirk Stolle 2023-05-08 23:25:01 +0200
  • 6b5d9642d5 Rename BCD -> BDC. That's what Broadcom calls it. Still no idea what it means. Dario Nieuwenhuis 2023-05-08 22:01:44 +0200
  • 881e9d07d2 Fix missing padding in tx. Makes max-sized packets not get dropped Dario Nieuwenhuis 2023-05-08 21:45:54 +0200
  • a7dee5b65c Change all logging level to debug. Dario Nieuwenhuis 2023-05-08 20:27:44 +0200
  • d3d424dad3 remove comment. Dario Nieuwenhuis 2023-05-08 20:27:21 +0200
  • 008b1fd30c update defmt to 0.3.4, now that probe-run is fixed. Dario Nieuwenhuis 2023-05-08 20:26:17 +0200
  • d0703f83db
    Merge #1435 bors[bot] 2023-05-08 16:59:07 +0000
  • 2910b09cba bumped rp-pac version Fabian Kunze 2023-05-08 17:53:39 +0200
  • 59132514cf Add missing functions, Cleanup, Gpout example Caleb Jamison 2023-05-08 09:43:58 -0400
  • 1a96eae22c rp clock configuration Caleb Jamison 2023-05-07 13:49:48 -0400
  • 79c60f4a7d
    Merge #1434 bors[bot] 2023-05-08 09:17:51 +0000
  • fb2d5b484a changed relative cargo.toml dependency to github revision Fabian Kunze 2023-05-07 01:18:19 +0200
  • 87795cbca8 added example multi priority executors rp2040 Fabian Kunze 2023-05-07 01:00:13 +0200
  • db9b8eb88f rp/pio: make sure gpio() asserts are compiled out pennae 2023-05-06 21:14:00 +0200
  • b38d496d51 rp/pio: allow wrap-around program loading pennae 2023-05-06 20:53:06 +0200
  • 374c7513f9 rp/pio: mark exec_instr as unsafe pennae 2023-05-06 17:24:06 +0200