Commit graph

  • 1b7adac3d1 Some more doc fixes Finomnis 2023-12-01 21:20:04 +0100
  • 768ecc983a Switch from atomic-polyfill to portable-atomic Finomnis 2023-12-01 21:06:43 +0100
  • 9edffa62c5 Fix typos Finomnis 2023-12-01 21:00:20 +0100
  • 38b967a3a2 Finish documentation Finomnis 2023-12-01 20:27:33 +0100
  • c70794a50f Add more docs Finomnis 2023-12-01 20:18:21 +0100
  • 560658cd9d Add more docs Finomnis 2023-12-01 19:49:47 +0100
  • 8236b9bb3e Add changelog to rtic-monotonics Finomnis 2023-12-01 18:34:01 +0100
  • 85df4168b9 Bump dependency version to make sure monotonics will build properly Finomnis 2023-12-01 18:30:32 +0100
  • 9a0b5f7121 Fix clippy warning, add imxrt timer to monotonics tests Finomnis 2023-12-01 18:21:31 +0100
  • 6f1dd9423b Add some docs Finomnis 2023-11-30 10:36:44 +0100
  • 6a7806d352 Add more tests Finomnis 2023-11-30 10:30:16 +0100
  • bfab720661 Rename compute_now to calculate_now, use it in stm32 and imxrt Finomnis 2023-11-30 10:05:16 +0100
  • 83cbda9ff7 Implement half_period_counter in rtic-time Finomnis 2023-11-30 09:59:03 +0100
  • 99c47f5c0f
    Update heapless requirement from 0.7.7 to 0.8.0 dependabot[bot] 2023-12-01 08:01:32 +0000
  • 612a47ef4d
    Fix mono delay (#843) Finomnis 2023-12-01 08:59:22 +0100
  • 35eb639dd1 Add blocking tests, but disable them by default Finomnis 2023-11-29 22:44:55 +0100
  • d76d25a98e Fix variable name Finomnis 2023-11-29 22:01:56 +0100
  • 92bfbf5921 Revert previous changes Finomnis 2023-11-29 21:59:22 +0100
  • 4c6cf9cd2e Minor beautification Finomnis 2023-11-29 21:57:06 +0100
  • 08b1f66429 Fix clippy warning Finomnis 2023-11-29 21:53:59 +0100
  • d3db0fe7bb Apply fixes from arbiter Finomnis 2023-11-29 21:44:10 +0100
  • e189ebbb86 Apply e-h.rc2 fixes to rtic-time Finomnis 2023-11-29 21:39:05 +0100
  • 35cd985a41 Bump to e-h.rc2 Finomnis 2023-11-29 21:31:40 +0100
  • f0217fa2bc Merge branch 'master' into fix_mono_delay Finomnis 2023-11-29 21:25:28 +0100
  • 05eea9d2b0 Fix rtic-time tests Finomnis 2023-11-29 21:20:01 +0100
  • 9406de5536 Fix systick Finomnis 2023-11-29 21:14:35 +0100
  • ecc863c5ed Fix stm32 Finomnis 2023-11-29 21:12:58 +0100
  • 6edb0266fa Fix rp2040 Finomnis 2023-11-29 21:11:53 +0100
  • 75a56f8382 Fix nrf Finomnis 2023-11-29 21:09:41 +0100
  • 324bff8b6f Fixes for updated embedded hal Emil Fresk 2023-11-29 20:53:23 +0100
  • d1c361813d Fix imxrt Finomnis 2023-11-29 21:07:08 +0100
  • ac7f7cf7b4 Some reverts Finomnis 2023-11-29 21:02:38 +0100
  • e25f194540 Fix systick monotonic Finomnis 2023-11-29 10:41:35 +0100
  • 2cf56a4025 Fix more monotonics Finomnis 2023-11-29 10:38:16 +0100
  • 6c08a62783 Fix imxrt, rp2040 and systick timer Finomnis 2023-11-29 10:25:06 +0100
  • 5da48c6d8e
    Merge pull request #1 from Finomnis/simplify_monotonics Finomnis 2023-11-29 10:21:07 +0100
  • b15df3a976 Add rust-version tags to Cargo.toml Finomnis 2023-11-29 10:20:12 +0100
  • 619ed2354d Add more tests Finomnis 2023-11-29 10:12:20 +0100
  • a80c6dffe1 Add delay precision test Finomnis 2023-11-29 09:49:34 +0100
  • 9008509058 Minor monotonic rework Finomnis 2023-11-29 08:10:32 +0100
  • 9f5820da1d rtic-sync Arbiter: impl more I2C trait fns Andres Vahter 2023-11-28 10:36:39 +0200
  • d84fba7dbb rtic-sync Arbiter: impl more I2C trait fns Andres Vahter 2023-11-28 10:36:39 +0200
  • e8667d7872 rtic-sync: add I2C Arbiter to changelog Andres Vahter 2023-11-24 12:05:50 +0200
  • 8bb084ebbb rtic-sync: add Arbiter for I2C Andres Vahter 2023-11-24 12:00:16 +0200
  • e94e617f74 Fix blocking DelayUs Finomnis 2023-11-27 21:50:52 +0100
  • 5d174f6311 Fix changelog Finomnis 2023-11-27 11:05:42 +0100
  • 4d36f01f3c Fix all changelogs Finomnis 2023-11-27 11:04:13 +0100
  • 619ecb1db4 Minor coding style fix in u64 conversions Finomnis 2023-11-27 10:12:02 +0100
  • 8cf4692ef1 Fix DelayUs and DelayMs impls Finomnis 2023-11-27 10:01:36 +0100
  • 6539d779da Fix example Finomnis 2023-11-27 09:45:19 +0100
  • 117934a6ac Update changelog Finomnis 2023-11-27 09:39:20 +0100
  • e213e057e8 Fix other monotonics, again Finomnis 2023-11-27 09:28:03 +0100
  • 0e0029dce6 Fix tests Finomnis 2023-11-27 09:21:00 +0100
  • 09af9655fc Fix Monotonic impls Finomnis 2023-11-27 09:05:49 +0100
  • efdec70a3c Update changelog and incorrect cargo.lock in an example Finomnis 2023-11-27 08:32:00 +0100
  • 338ffe59fb rtic-time: Compenstate for timer uncertainty Finomnis 2023-11-27 08:27:21 +0100
  • 2c22b486d1 rtic-sync: add I2C Arbiter to changelog Andres Vahter 2023-11-24 12:05:50 +0200
  • 0f08c77214 rtic-sync: add Arbiter for I2C Andres Vahter 2023-11-24 12:00:16 +0200
  • ff5cad9cd2 rtic-sync: Add SPI bus sharing with arbiter Nils Fitinghoff 2023-10-09 16:55:55 +0200
  • 96e7704487 rtic-time does not need nightly Karsten Große 2023-11-12 21:47:35 +0100
  • de62cf9889 rtic-sync: Add SPI bus sharing with arbiter Nils Fitinghoff 2023-10-09 16:55:55 +0200
  • 1411900f9c rtic-time does not need nightly Karsten Große 2023-11-12 21:47:35 +0100
  • a13cb30e88 Revert changelog since 1.3.0 isn't released yet Finomnis 2023-11-10 19:19:22 +0100
  • 028a0046bc Update systick.rs Finomnis 2023-11-09 17:48:38 +0100
  • af550483f5 Add documentation for imxrt; other doc fixes Finomnis 2023-11-09 00:35:47 +0100
  • 78f28a0ca3
    Revert changelog since 1.3.0 isn't released yet Finomnis 2023-11-10 19:19:22 +0100
  • 413955fb39 CI: Create local repo awareness of branch ref Henrik Tjäder 2023-11-08 22:01:39 +0100
  • 9840c662b6 CI: Create local repo awareness of branch ref Henrik Tjäder 2023-11-08 22:01:39 +0100
  • 54f612069c
    Update systick.rs Finomnis 2023-11-09 17:48:38 +0100
  • 00a60ecbff Add documentation for imxrt; other doc fixes Finomnis 2023-11-09 00:35:47 +0100
  • ea8b5b6c33 CI: rtic-monotonics: systick not always in scope Henrik Tjäder 2023-11-08 21:39:12 +0100
  • 7e2c9cec4c CI: rtic-monotonics: systick not always in scope Henrik Tjäder 2023-11-08 21:39:12 +0100
  • 4425b76c6f Prepare rtic-monotonics v1.3.0 release Emil Fresk 2023-11-08 20:45:57 +0100
  • d38404f4da Prepare rtic-monotonics v1.3.0 release release-rtic-monotonics-v1.3 Emil Fresk 2023-11-08 20:45:57 +0100
  • 994884ffb7 Fix comment Finomnis 2023-11-04 00:33:03 +0100
  • b5f9579b90 Use imxrt-uart-panic crate instead of custom panic handler Finomnis 2023-11-04 00:04:19 +0100
  • 2fd3b3c404 Add Monotonic for i.MX RT chip family Finomnis 2023-11-01 12:13:25 +0100
  • a7f81262f6 Update changelog Finomnis 2023-11-05 23:57:44 +0100
  • 1f76fb063d Fix STM32 monotonic rollover race condition Finomnis 2023-11-05 23:51:02 +0100
  • 4c06f3d1c7 Update changelog Finomnis 2023-11-05 23:57:44 +0100
  • c7669f595c Fix STM32 monotonic rollover race condition Finomnis 2023-11-05 23:51:02 +0100
  • 71ad6db7b4 Fix comment Finomnis 2023-11-04 00:33:03 +0100
  • 4c2b4c73d0 Use imxrt-uart-panic crate instead of custom panic handler Finomnis 2023-11-04 00:04:19 +0100
  • d5c5ce7478 Add Monotonic for i.MX RT chip family Finomnis 2023-11-01 12:13:25 +0100
  • 9f0ab21a34 Book: timber-lang from the dead Henrik Tjäder 2023-11-01 20:27:29 +0100
  • caea6cdb7e Book: timber-lang from the dead Henrik Tjäder 2023-11-01 20:27:29 +0100
  • 3c9a8f290d Fix CI with async_fn_in_trait not being a feature Emil Fresk 2023-11-01 20:41:28 +0100
  • 54f1820e02 Fix CI with async_fn_in_trait not being a feature Emil Fresk 2023-11-01 20:41:28 +0100
  • fb9523b852
    Update esp32c3 requirement from 0.17.0 to 0.18.0 dependabot[bot] 2023-10-30 16:33:04 +0000
  • f2b3f9276f
    Merge 5a59e1449d into 52aa56e265 explocion 2023-10-25 18:18:11 -0400
  • 5a59e1449d incr: making embedded-hal optional explocion 2023-10-25 18:16:28 -0400
  • 52aa56e265 [book] Remove non-existent anchor reference Fabian Wolter 2023-10-13 21:49:30 +0200
  • 4fc6f4799e Fix typo Fabian Wolter 2023-10-13 21:44:50 +0200
  • d683edb1b0
    [book] Remove non-existent anchor reference Fabian Wolter 2023-10-13 21:49:30 +0200
  • 94fdc1286e
    Fix typo Fabian Wolter 2023-10-13 21:44:50 +0200
  • 8c44def9ac
    Update syn requirement from 1.0.107 to 2.0.38 dependabot[bot] 2023-10-09 16:40:02 +0000
  • bedaae9395 Book: Restore missing newline Henrik Tjäder 2023-10-02 09:59:01 +0200
  • 8824202c5a rtic-monotonics: Fix stm32-metapac use Nils Fitinghoff 2023-10-02 16:17:39 +0200
  • 3022bae81f rtic-monotonics: Fix stm32-metapac use Nils Fitinghoff 2023-10-02 16:17:39 +0200
  • 3143b7e0ca Update stm32-metapac requirement from 13.0.0 to 14.0.0 dependabot[bot] 2023-10-02 17:01:44 +0000