[修改] 增加freeRTOS
1. 版本FreeRTOSv202212.01,命名为kernel;
This commit is contained in:
14
kernel/FreeRTOS-Plus/ThirdParty/wolfSSL/pull_to_vagrant.sh
vendored
Executable file
14
kernel/FreeRTOS-Plus/ThirdParty/wolfSSL/pull_to_vagrant.sh
vendored
Executable file
@ -0,0 +1,14 @@
|
||||
#!/bin/bash
|
||||
SRC=vagrant
|
||||
DST=wolfssl
|
||||
|
||||
# synchronize without .git and .gitignore to avoid output files
|
||||
rsync --exclude .git --exclude-from .gitignore -rvt /$SRC/ ~/$DST/
|
||||
|
||||
# synchronize everything else needed.
|
||||
rsync -rvt /$SRC/.git ~/$DST/
|
||||
rsync -rvt /$SRC/IDE ~/$DST/
|
||||
rsync -rvt /$SRC/mcapi ~/$DST/
|
||||
rsync -rvt /$SRC/mplabx ~/$DST/
|
||||
rsync -rvt /$SRC/certs ~/$DST/
|
||||
rsync -rvt /$SRC/configure.ac ~/$DST/
|
||||
Reference in New Issue
Block a user