Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
lwc
/
compare
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Pipelines
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
0bf790c5
authored
Jul 27, 2019
by
Enrico Pozzobon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added .dat files to include headers
parent
30d6aa6a
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
7 deletions
+7
-7
templates/bluepill/configure
+2
-2
templates/esp32/configure
+2
-2
templates/f7/configure
+1
-1
templates/uno/configure
+2
-2
No files found.
templates/bluepill/configure
View file @
0bf790c5
#!/bin/bash
mv
-n
*
.c
*
.
C
*
.
s
*
.S src/
mv
-n
*
.
inc
*
.h
*
.H
include/
mv
-n
*
.c
*
.s
*
.S src/
mv
-n
*
.
dat
*
.inc
*
.h
include/
sed
-i
src/encrypt.c
-e
"s/
\(\s\)
init(/
\1
_init(/g"
exit
0
templates/esp32/configure
View file @
0bf790c5
#!/bin/bash
mv
-n
*
.c
*
.
C
*
.
s
*
.S src/
mv
-n
*
.
inc
*
.h
*
.H
include/
mv
-n
*
.c
*
.s
*
.S src/
mv
-n
*
.
dat
*
.inc
*
.h
include/
sed
-i
src/encrypt.c
-e
"s/
\(\s\)
init(/
\1
_init(/g"
exit
0
templates/f7/configure
View file @
0bf790c5
#!/bin/bash
mv
-n
*
.inc
*
.h Inc/
mv
-n
*
.
dat
*
.
inc
*
.h Inc/
sed
-i
src/encrypt.c
-e
"s/
\(\s\)
init(/
\1
_init(/g"
mkdir
-p
/tmp/f7/Drivers
ln
-s
/tmp/f7/Drivers Drivers
...
...
templates/uno/configure
View file @
0bf790c5
#!/bin/bash
mv
-n
*
.c
*
.
C
*
.
s
*
.S src/
mv
-n
*
.
inc
*
.h
*
.H
include/
mv
-n
*
.c
*
.s
*
.S src/
mv
-n
*
.
dat
*
.inc
*
.h
include/
sed
-i
src/encrypt.c
-e
"s/
\(\s\)
init(/
\1
_init(/g"
exit
0
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment