Commit graph

  • 1643dd0a57 actually, don't check the output of the cfg example Jorge Aparicio 2018-12-16 22:02:06 +0100
  • 5b032243e6 book: add some notes about the timer queue Jorge Aparicio 2018-12-16 21:24:10 +0100
  • d98f6c9a61 v0.4.0 Jorge Aparicio 2018-12-16 21:19:19 +0100
  • 34e74f4bb3 book: add an example of conditional compilation of resources and tasks Jorge Aparicio 2018-12-16 20:56:57 +0100
  • 06c1e2f9b4 note that the timer queue is not supported on ARMv6-M Jorge Aparicio 2018-12-16 19:34:16 +0100
  • c2fbb28488 Merge #114 bors[bot] 2018-12-16 18:18:17 +0000
  • d35f5bc0b0 use edition idioms in the top crate Jorge Aparicio 2018-12-16 19:16:19 +0100
  • 56d09a12dd move macros crate to the 2018 edition Jorge Aparicio 2018-12-16 19:13:22 +0100
  • 8e9a91d0b0 properly handle #[cfg] (conditional compilation) on tasks Jorge Aparicio 2018-12-16 19:10:36 +0100
  • 4345c10596 properly handle #[cfg] (conditional compilation) on resources Jorge Aparicio 2018-12-16 18:37:36 +0100
  • 5c458fc115 Merge #113 bors[bot] 2018-12-16 00:12:43 +0000
  • 9757c33b00 use the single core variant of spsc::Queue Jorge Aparicio 2018-12-16 01:11:54 +0100
  • 8ac60ce369 bump cortex-m-rt dep Jorge Aparicio 2018-12-15 22:40:45 +0100
  • c4b7fbeb02 Merge #112 bors[bot] 2018-12-15 21:05:34 +0000
  • 4f00d8bd78 codegen/statics: forward #[cfg] attributes Jorge Aparicio 2018-12-15 22:04:30 +0100
  • eba691a5f2 Merge #111 bors[bot] 2018-12-15 20:18:11 +0000
  • e03c09874f ci: switch to an older nightly Jorge Aparicio 2018-12-15 21:17:14 +0100
  • d14e25d72d move some interrupt configuration to pre_init Jorge Aparicio 2018-12-15 20:34:33 +0100
  • f7ac71ab22 codegen: merge dictionaries related to task dispatchers Jorge Aparicio 2018-12-15 19:17:08 +0100
  • 77de15f468 run ci on stable Jorge Aparicio 2018-12-15 19:08:51 +0100
  • 3413d8d7e8 remove no longer necessary feature gates Jorge Aparicio 2018-12-15 19:08:32 +0100
  • 0b3f0b2eb5 codegen: merge dictionaries related to tasks Jorge Aparicio 2018-12-15 19:07:09 +0100
  • 31df3e2ca9 Merge #107 bors[bot] 2018-12-02 16:44:49 +0000
  • 35bb76ef5f codegen: stop using export_name Jorge Aparicio 2018-12-02 17:35:26 +0100
  • 9d0227bfeb 0.4.0-beta.2 v0.4.0-beta.2 Jorge Aparicio 2018-11-04 20:10:46 +0100
  • 8a27efeaeb Merge #99 bors[bot] 2018-11-04 18:58:45 +0000
  • a279218295 use new cortex_m_semihosting::hprintln macro Jorge Aparicio 2018-11-04 19:57:39 +0100
  • 22d758ddac fix codegen Jorge Aparicio 2018-11-04 19:46:49 +0100
  • 37a0692a0f impl Mutex on all shared resources Jorge Aparicio 2018-11-04 18:50:42 +0100
  • 16d473a9b6 update CHANGELOG v0.4.0-beta.1 Jorge Aparicio 2018-11-03 20:14:01 +0100
  • fc2c5e77cc Merge #98 bors[bot] 2018-11-03 18:48:16 +0000
  • 9ddf3bf8e7 run linkchecker Jorge Aparicio 2018-11-03 19:47:28 +0100
  • c27efea6b7 fix some links Jorge Aparicio 2018-11-03 19:29:44 +0100
  • a7d8084aee ci: install mdbook Jorge Aparicio 2018-11-03 18:58:25 +0100
  • 777765e522 Merge #97 bors[bot] 2018-11-03 16:31:11 +0000
  • 3a867e70c3 update macros/Cargo.toml Jorge Aparicio 2018-11-03 17:24:45 +0100
  • d6c26fd21f fix TRAVIS_PULL_REQUEST logic Jorge Aparicio 2018-11-03 17:23:04 +0100
  • c631049efc v0.4.0 Jorge Aparicio 2018-11-03 17:02:41 +0100
  • 665df2bbc8 adapt to changes in cortex-m-rt Artem Borisovskiy 2018-11-02 21:24:25 +0200
  • 3dd24233d6 Add additional meta data to improve crate experience Nicola Coretti 2018-10-26 15:57:25 +0200
  • 493f71943a Remove main_impl() Yoshito Komatsu 2018-10-03 15:40:35 +0900
  • 0054ef7c38 Re-export cortex_m_rt::entry Yoshito Komatsu 2018-10-02 14:34:15 +0900
  • a40c3c5c92 Reorganize dependencies Yoshito Komatsu 2018-09-29 19:05:31 +0900
  • 98515367ac Re-enable a deny attribute Yoshito Komatsu 2018-09-29 18:55:42 +0900
  • d3ee8b5b85 Update cortex-m-rt Yoshito Komatsu 2018-09-29 18:51:42 +0900
  • 7f674ca9d1 Use panic-halt instead of panic-abort Yoshito Komatsu 2018-09-29 16:39:08 +0900
  • 20f73844a4 Update exception names Yoshito Komatsu 2018-09-09 22:54:23 +0900
  • 7b391b1b5c Update cortex-m, panic-abort Yoshito Komatsu 2018-09-07 12:26:49 +0900
  • 4416dc443c Rearrange "extern crate"s Yoshito Komatsu 2018-09-01 18:49:06 +0900
  • e1e067eb08 Update cortex-m, cortex-m-rt, stm32f103xx Yoshito Komatsu 2018-09-01 11:59:28 +0900
  • 653338e799 v0.3.4 v0.3.4 Jorge Aparicio 2018-08-27 14:54:45 +0200
  • c9c5ade132 enable builds on master Jorge Aparicio 2018-08-27 14:45:43 +0200
  • 2b6b513b89 publish docs on gh pages Jorge Aparicio 2018-08-27 14:44:47 +0200
  • 2ec5d59ee9 v0.3.3 v0.3.3 Jorge Aparicio 2018-08-24 16:48:33 +0200
  • 62a232f5c6 Merge #85 bors[bot] 2018-08-24 14:36:59 +0000
  • 90c9f64c5a install newer gcc Jorge Aparicio 2018-08-24 16:36:33 +0200
  • abca829926 more fixes Jorge Aparicio 2018-08-24 16:31:04 +0200
  • ed8219fdea
    Merge 9e7ed176ae into 53dbbad891 Ferdia McKeogh 2018-08-24 11:46:45 +0000
  • 9e7ed176ae
    remove another unnecessary feature gate Jorge Aparicio 2018-08-24 13:46:41 +0200
  • feaa39fa32
    remove unnecessary feature gate Jorge Aparicio 2018-08-24 13:46:12 +0200
  • ca1af7feab bump dependencies, adjust to new proc_macro Bergi 2018-07-07 02:45:54 +0200
  • 5a3605050e Fix mistakes in dependencies Ferdia McKeogh 2018-06-07 11:50:14 +0100
  • 14b1811182 Fix "Could not find Op in proc_macro" Ferdia McKeogh 2018-06-07 11:45:11 +0100
  • 8a351ec08f Modified Resource to not always require Send TQ Hirsch 2018-05-30 15:26:13 +0200
  • 7b598c0749 bump rtfm-syntax tq Jorge Aparicio 2018-05-29 12:23:09 +0200
  • 8e49af1cc0 take Priority by shared reference in schedule_{after,now} Jorge Aparicio 2018-05-29 11:29:02 +0200
  • cf5ca762fe declare statics for all resources Bergi 2018-05-24 21:41:49 +0200
  • 9f6247b438 fix git URL Jorge Aparicio 2018-05-17 23:30:14 +0200
  • e9b8cd2486 fix tests Jorge Aparicio 2018-05-17 23:28:58 +0200
  • dbb4ca6c33 make idle optional Jorge Aparicio 2018-05-17 23:14:24 +0200
  • b1abd52be2 WIP Jorge Aparicio 2018-05-17 21:52:03 +0200
  • 14fedeb342 WIP Jorge Aparicio 2018-05-16 01:15:44 +0200
  • d665ea95b3 WIP Jorge Aparicio 2018-05-14 21:22:50 +0200
  • 09c2e99989 split [Node] into [Payload] and [Baseline] Jorge Aparicio 2018-05-07 22:05:19 +0200
  • 71b68164fa update measurements Jorge Aparicio 2018-05-07 18:34:20 +0200
  • 0c7a0116a7 more fixes Jorge Aparicio 2018-05-07 17:46:26 +0200
  • cfcf25ef53 simplify timer queue dispatch Jorge Aparicio 2018-05-05 10:08:17 +0200
  • 0cc456ba80 reduce memory overhead Jorge Aparicio 2018-05-04 10:59:23 +0200
  • 6de27b9a64 unbreak the build Jorge Aparicio 2018-05-04 05:39:06 +0200
  • 1b735d8fdd don't split the slot queue in Jorge Aparicio 2018-05-03 05:47:32 +0200
  • 20c5e277f7 add example of using async from an interrupt triggered task Jorge Aparicio 2018-05-01 15:33:01 +0200
  • 9058a655dc put async_after behind a Cargo feature Jorge Aparicio 2018-05-01 15:29:13 +0200
  • e34abea704 update the cfail tests Jorge Aparicio 2018-05-01 14:01:51 +0200
  • 205aa44ed5 make compatible with #[deny(unsafe_code, warnings)] Jorge Aparicio 2018-05-01 12:05:53 +0200
  • 8723c6d45b WIP Jorge Aparicio 2018-04-29 08:45:31 +0200
  • 754f041ae0 add two more async calls Jorge Aparicio 2018-04-20 16:30:42 +0200
  • 1f5f94bc31 take 3 Jorge Aparicio 2018-04-20 06:48:59 +0200
  • cc4be26480 take 2 Jorge Aparicio 2018-04-20 03:46:04 +0200
  • eb8282a571 timer queue Jorge Aparicio 2018-04-19 18:38:12 +0200
  • 53dbbad891 v0.3.2 v0.3.2 Jorge Aparicio 2018-04-16 23:33:55 +0200
  • cb2d286a66 Merge #72 bors[bot] 2018-04-16 21:27:27 +0000
  • ff089a4d89 drop the cargo cache Jorge Aparicio 2018-04-16 23:26:55 +0200
  • 8767f625d8 switch to a crates.io release of rtfm-syntax Jorge Aparicio 2018-04-16 23:22:01 +0200
  • 5ff9076e9c Merge #71 bors[bot] 2018-04-16 19:44:27 +0000
  • bfa56e12f7 install rust-std component Jorge Aparicio 2018-04-16 21:44:02 +0200
  • bcce6b988b fix ci/install.sh Jorge Aparicio 2018-04-16 21:39:16 +0200
  • 44122bfc3d don't cache the Xargo directory Jorge Aparicio 2018-04-16 21:33:34 +0200
  • efca108103 cargo fmt Jorge Aparicio 2018-04-16 21:32:52 +0200
  • 7fdf16eab9 update parser Jorge Aparicio 2018-04-08 18:23:27 +0200
  • b55581dfe3 bors-ng integration Jorge Aparicio 2018-04-16 21:27:02 +0200