Julien Cretin
37e9d6d64d
Do not set the stack size outside prod ( #415 )
...
* Add support for multiple modules
* Add macos fix
* Update setup-submodules script
2021-11-30 18:11:42 +01:00
kaczmarczyck
9b780ef7d7
New boards with layouts for dual partition setups ( #387 )
...
* upgradable boards
* updates the install manual for proper SSL config
* storage locations from build script
* deploy script improvements
* UTC time
2021-10-06 18:33:40 +02:00
Julien Cretin
18ba4368e4
Revert the MPU hack by splitting the store in 2
2021-09-16 10:30:50 +02:00
Julien Cretin
7a975acf33
Hack for Nordic in process.rs
2021-09-13 18:50:13 +02:00
Julien Cretin
2d5fdd1034
Configure the number of pages in the board
...
This permits to have portable apps.
2021-09-13 18:50:13 +02:00
Jean-Michel Picod
c1f2551d0d
Bump Tock kernel version ( #374 )
...
* Bump Tock kernel version
* Update boards to new kernel
* Update patches to new kernel
* Update PR template
* Bump libtock-rs
* Use new layout from libtock-rs
* Fix clippy warnings due to updated toolchain
* Fix new toolchain file format
* Bump elf2tab to v0.7.0
* Fix worklow and setup.sh script to use the TOML rust-toolchain file
* New libtock-rs style of declaring the stack.
* Fix padding in layout file.
The layout from libtock-rs generates invalid flash padding.
The value is 32-bit and therefore setting padding to 0xff yields
0xff000000 instead of 0xffffffff that we want.
* adds tock patch for app break hard fault
* sets in deploy, removed patch 04-mpu-fix
* fixed the if deploy
* fixes indentation
* updates board names in install.md
* fix docs and deploy style
Co-authored-by: Fabian Kaczmarczyck <kaczmarczyck@google.com >
Co-authored-by: kaczmarczyck <43844792+kaczmarczyck@users.noreply.github.com >
2021-09-10 08:32:34 +02:00
Julien Cretin
69f1b672f1
Fix all boards and move diff to directory
2021-08-07 11:29:07 +02:00
Julien Cretin
ad0605c2fa
Make flash syscall interface async
2021-08-07 11:29:07 +02:00
Fabian Kaczmarczyck
eefc171076
adds a storage type for later usage
2021-07-05 13:13:14 +02:00
kaczmarczyck
ce0ee6c054
Kernel minimization ( #334 )
...
* adds patch to remove unused kernel components
* new boards, rebase patches to match
* rename boards for deployment
2021-06-28 14:55:20 +02:00
Jean-Michel Picod
712fa0f6a2
Small improvements on kernel patch
2020-12-16 18:22:15 +01:00
Jean-Michel Picod
8595ed5e28
Addressing review comments.
2020-12-16 18:22:15 +01:00
Jean-Michel Picod
ca0606a557
Bump versions to 1.0 for FIDO2 certification.
2020-12-16 18:22:15 +01:00
Jean-Michel Picod
6e5a8cdf6d
Add kernel support for firmware protection
2020-12-16 18:22:15 +01:00
Jean-Michel Picod
b002b4669e
Update UICR registers.
2020-12-16 18:22:15 +01:00
Guillaume Endignoux
2ca541fb33
Fix formatting.
2020-10-02 13:52:24 +02:00
Guillaume Endignoux
359b243eb6
Add component for USB CTAP.
2020-09-24 12:28:29 +02:00
Jean-Michel Picod
62151ed614
Fix MPU issue
2020-09-16 17:15:33 +02:00
Jean-Michel Picod
9e8e83fb32
Patch cleanup
2020-09-16 11:48:59 +02:00
Jean-Michel Picod
5ca23c4e05
Update patches for newer kernel
2020-09-16 11:35:19 +02:00
Jean-Michel Picod
a660d5cfda
Remove unnecessary patch
2020-09-16 10:40:08 +02:00
Guillaume Endignoux
e1fd1f2257
Remove obsolete patches for libtock-rs.
2020-08-07 15:09:07 +02:00
Guillaume Endignoux
2094f8156c
Increase size of console buffering.
2020-06-19 18:22:47 +02:00
Guillaume Endignoux
a7c79c4f23
Resolve review comments.
2020-06-19 18:16:09 +02:00
Guillaume Endignoux
c7493d1b9d
Reduce the number of syscalls made by the console in libtock-rs.
2020-06-19 18:16:09 +02:00
Julien Cretin
c3c652b8c3
Define the storage locations for the dongle
...
Fixes #113 .
2020-06-10 12:54:00 +02:00
Julien Cretin
ba5caf0691
Filter syscall at platform-level instead of driver-level
2020-05-14 20:19:21 +02:00
Julien Cretin
cf31110922
Define the storage locations in the board
2020-05-13 15:17:35 +02:00
Julien Cretin
ecf02eb6ce
Only store the storage location in the Kernel
2020-05-08 17:00:59 +02:00
Julien Cretin
5c2b72ce83
Move storage bound checking to driver
2020-04-29 15:09:50 +02:00
Julien Cretin
88920035fa
Permit the app to read the storage
2020-04-29 13:50:42 +02:00
Julien Cretin
6247098069
Do not use writeable flash regions for persistent storage
...
They don't play well with DFU.
2020-04-29 12:52:31 +02:00
Guillaume Endignoux
4b9486d0bd
Sync with upstream Tock to have reproducible builds.
2020-04-08 15:45:46 +02:00
Jean-Michel Picod
0e1c76455d
Address review round #2
2020-03-12 12:12:45 +01:00
Jean-Michel Picod
550098d560
Remove duplicate patch
2020-03-11 17:54:37 +01:00
Jean-Michel Picod
e63482af1c
Revamp deploy.py
...
Now the script supports more flashing methods:
- JLink (with tockloader)
- OpenOCD (with tockloader)
- pyOCD
- Nordic DFU
- none (will produce an IntelHex file)
Also merged the contributions from:
- Yihui Xiong to support the Makerdiary USB dongle board
- Dennis Geurts to support Nordic DFU
Doc updated accordingly.
Imported 2 patches for Tock kernel:
- 06-add-set_vector_table_offset.patch (upstream tock/tock#1579 )
- 07-nrf52-bootloader.patch (upstream tock/tock#1681 )
2020-03-11 17:54:37 +01:00
Guillaume Endignoux
bb7a0ef801
Sync patches with upstream Tock.
2020-03-11 17:04:05 +01:00
Guillaume Endignoux
951268b5f6
Add patch for bidirectional USB endpoints to fix panics in case of cancellation.
2020-03-09 16:38:59 +01:00
Guillaume Endignoux
0036858db9
Increase ROM size in layout.ld so that boards build on long build directories.
2020-03-05 12:33:12 +01:00
Guillaume Endignoux
bf9e3620ec
Sync with upstream Tock to remove the latest patch.
2020-03-05 11:24:07 +01:00
Guillaume Endignoux
7703ddb44c
Add comment about AtomicUsize.
2020-03-03 19:32:25 +01:00
Guillaume Endignoux
495b32b7e0
Add feature to track allocations in libtock-rs and print statistics to the console.
2020-03-02 16:02:03 +01:00
Guillaume Endignoux
f2936cb45c
Import bugfix from https://github.com/tock/tock/pull/1636 as a patch.
2020-02-28 15:12:16 +01:00
Guillaume Endignoux
3831872585
Synchronize with upstream Tock to remove 04-rtt.patch
2020-02-27 13:42:47 +01:00
Guillaume Endignoux
2817ca0e20
Don't lock the allocator with spin.
2020-02-07 14:59:54 +01:00
Guillaume Endignoux
2985c64454
Bump rust-toolchain and linked-list-allocator versions.
2020-02-04 17:05:07 +01:00
Jean-Michel Picod
f91d2fd3db
Initial commit
2020-01-30 11:47:29 +01:00