Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
nexboot
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
esp
nexboot
Commits
72d52bfd
Commit
72d52bfd
authored
May 16, 2018
by
Franco (nextime) Lanza
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
First import
parents
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
20 additions
and
0 deletions
+20
-0
Makefile
Makefile
+6
-0
clean.sh
clean.sh
+6
-0
component.mk
main/component.mk
+8
-0
nexboot.c
main/nexboot.c
+0
-0
No files found.
Makefile
0 → 100644
View file @
72d52bfd
PROJECT_NAME
:=
nexboot
include
$(IDF_PATH)/make/project.mk
clean
:
./clean.sh
clean.sh
0 → 100755
View file @
72d52bfd
#!/bin/bash
echo
-n
" * cleaning project..."
p
=
$(
dirname
$(
readlink
-e
$0
))
find
$p
-name
'*~'
-exec
rm
{}
\;
rm
-rf
build
echo
" OK!"
main/component.mk
0 → 100644
View file @
72d52bfd
#
# Main component makefile.
#
# This Makefile can be left empty. By default, it will take the sources in the
# src/ directory, compile them and link them into lib(subdirectory_name).a
# in the build directory. This behaviour is entirely configurable,
# please read the ESP-IDF documents if you need to do this.
#
main/nexboot.c
0 → 100644
View file @
72d52bfd
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