Commit Graph

26 Commits

Author SHA1 Message Date
Julien Cretin ad0605c2fa Make flash syscall interface async 2021-08-07 11:29:07 +02:00
Julien Cretin 7bb4960730 Output copy/paste table for store latency 2021-08-03 09:03:49 +02:00
Julien Cretin 58ae1ac8b1 Update store latency numbers (#354)
The main difference comes from c03605aa0c where we
started using -Oz instead of -O. A similar difference in latency is probably
expected in crypto and cbor too.
2021-08-02 16:15:52 +02:00
Julien Cretin 2cd760bad7 Merge branch 'develop' into v2_optim 2021-01-18 16:10:08 +01:00
Julien Cretin f67fdbc451 Add erase_storage application example 2020-12-22 16:17:02 +01:00
Julien Cretin edcc206e9d Make store operations constant wrt flash operations 2020-12-10 18:41:32 +01:00
Julien Cretin 371b8af224 Move choice between prod and test storage to embedded_flash module
This way all users of storage can share the logic to choose between flash or RAM
storage depending on the "std" feature. This is needed because the store_latency
example assumes flash storage but is built when running `cargo test
--features=std`.
2020-12-10 18:04:25 +01:00
Julien Cretin 869e932349 Add asserts to make sure we compact 2020-12-10 16:51:30 +01:00
Julien Cretin ae08221cdb Add latency example 2020-12-10 13:31:25 +01:00
Mirna 84dec3f636 Update in the application's workflow 2020-11-10 16:57:31 +02:00
Mirna 203367b081 Updated control flow + cleaned some code 2020-11-05 10:38:59 +02:00
Mirna 0eaa2b5291 Refactor a match expression 2020-11-04 20:25:30 +02:00
Mirna c232f2344c Resolve comments 2020-11-04 20:05:32 +02:00
Mirna eb31876807 Update to calculate elapsed time for transmission 2020-11-04 17:48:50 +02:00
Mirna dd814b8ded Remove duplicate code 2020-11-02 10:49:00 +02:00
Mirna 69194f3960 Updates in the application logic 2020-10-29 23:07:23 +02:00
Mirna 16870d52c5 Update the application logic 2020-10-22 12:15:24 +02:00
Mirna 9205974b50 Update nfct_test example to test NFC driver. 2020-10-16 08:06:42 +02:00
Mirna 00ab3c8877 Fixes for some unsuccessful checks 2020-10-16 08:06:42 +02:00
Mirna 929aaf3ba2 Update in libtock-drivers/ and nfct_test.rs application 2020-10-16 08:06:42 +02:00
Mirna d36cac1a33 Add NFC example application 2020-10-16 08:06:42 +02:00
Guillaume Endignoux 68b0bdc29b Fix more Clippy warnings. 2020-09-29 11:05:24 +02:00
Guillaume Endignoux 85a34ad085 Migrate import statements and macros to Rust 2018. 2020-09-24 11:28:24 +02:00
Guillaume Endignoux a3b9724165 Add console_test example to stress-test Tock's console driver. 2020-09-22 16:33:52 +02:00
Guillaume Endignoux e60e10e777 Add examples for panic_test and oom_test. 2020-08-07 15:09:07 +02:00
Jean-Michel Picod f91d2fd3db Initial commit 2020-01-30 11:47:29 +01:00