mirror of
https://github.com/dekuNukem/exixe.git
synced 2025-10-24 11:11:04 -07:00
fixed SPI a wiring error
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -27,9 +27,6 @@ Project File Date: 03/02/2018
|
||||
<h2>Output:</h2>
|
||||
*** Using Compiler 'V5.06 update 1 (build 61)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin'
|
||||
Build target 'exixe'
|
||||
linking...
|
||||
Program Size: Code=9980 RO-data=248 RW-data=8 ZI-data=1720
|
||||
FromELF: creating hex file...
|
||||
"exixe\exixe.axf" - 0 Error(s), 0 Warning(s).
|
||||
|
||||
<h2>Software Packages used:</h2>
|
||||
@@ -48,7 +45,7 @@ Package Vendor: ARM
|
||||
<h2>Collection of Component Files used:</h2>
|
||||
|
||||
* Component: ARM::CMSIS:CORE:4.3.0
|
||||
Build Time Elapsed: 00:00:02
|
||||
Build Time Elapsed: 00:00:00
|
||||
</pre>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
5
push.sh
5
push.sh
@@ -1,3 +1,8 @@
|
||||
if [[ $# -eq 0 ]] ; then
|
||||
echo 'error: please enter a commit comment'
|
||||
exit 1
|
||||
fi
|
||||
|
||||
find . -type f -name "*.b#*" -exec rm -f {} \;
|
||||
find . -type f -name "*.s#*" -exec rm -f {} \;
|
||||
find . -type f -name "*.l#*" -exec rm -f {} \;
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 14 KiB |
Reference in New Issue
Block a user