あく
805bb886c0
Implement bootloader #137 ( #142 )
...
* Boot: switch to DFU routines. Implements #132 part 1 of 2.
* Boot: boot to DFU shortcut, hard reset USB on each boot. Implements #132 part 2 of 2.
* Deploy scripts: fix path for deploy dfu.
* Bootloader: initial version. Target_f2: rebase, update deployment scripts.
* Bootloader: cleanup, refactor switch2 proc. Readme,wiki: document bootloader.
* Wiki: deploy symlinks as files, bootloader info.
* Target_f2: valid flash size in linker script.
* Github CI: bootloader build and artifacts.
* Bootloader: rename platforms to targets.
* Bootloader: change dfu/os colors.
* disable set -e
* lint code
* add bootloader testing page
Co-authored-by: Aleksandr Kutuzov <aku@plooks.com>
Co-authored-by: aanper <mail@s3f.ru>
2020-10-01 02:05:04 +03:00
Nikita Beletskii
110a9efc3c
[WIP] Add syntax check for rust and C\C++ code ( #108 )
...
* proof of concept
* fix syntax for rust and add auto fix syntax
* fix syntax for C
* fix bug with files owner
* add information to wiki
* try to add ci
* format code from master
* even more format fixes
* change docker to docker-compose
* Exclude ./target_*/build directories from format check
* Run rustfmt only on project files
* add ulimit setup for long clang list
* merge
* fix rustfmt, exclude target Inc directory
* sync with master
* abspath
Co-authored-by: aanper <mail@s3f.ru>
Co-authored-by: Vadim Kaushan <admin@disasm.info>
2020-09-30 02:18:30 +03:00
Vadim Kaushan
33be546b94
Publish target_f1 artifacts in CI, build target_f2 in CI ( #141 )
...
* Publish target_f1 artifacts in CI
* Add target_f2 to CI
2020-09-29 15:40:47 +03:00
Pavel Zhovner
6dbd71ae40
Ignore wiki updates in CI
2020-09-28 02:36:32 +03:00
LionZXY
892a3b16da
Docker cache try 2 ( #126 )
...
* Docker cache try 2
* Update README.md
* Fix restore-key
* Update README.md
2020-09-17 12:11:06 +03:00
LionZXY
b333617a9b
Add docker cache
2020-09-17 11:06:25 +03:00
Vadim Kaushan
f7882dbff4
Remove docker cache to speedup builds ( #79 )
2020-08-31 23:32:17 +03:00
Vadim Kaushan
a008c38078
Add GitHub Actions CI rules ( #70 )
...
* Prepare Dockerfile for GitHub Actions
* Add Action
* Add CI rules
* Move docker files into the docker directory to prevent fetching build artifacts
* Cache Docker layers
Co-authored-by: aanper <mail@s3f.ru>
2020-08-31 23:12:18 +03:00