Release scripts to validate ThreadX port (#254)

This commit is contained in:
TiejunZhou
2023-04-23 10:58:21 +08:00
committed by GitHub
parent b11d1be6ac
commit 7a3bb8311b
158 changed files with 4345 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
@ECHO OFF
ECHO INFO: Cleaning %CD%...
RMDIR /Q /S workspace
RMDIR /Q /S sample_threadx\.settings
RMDIR /Q /S sample_threadx\Debug
RMDIR /Q /S sample_threadx\Release
RMDIR /Q /S tx\.settings
RMDIR /Q /S tx\Debug
RMDIR /Q /S tx\Release
ECHO INFO: Cleaning completed successfully!