+10
-3
lines changedFilter options
+10
-3
lines changed Original file line number Diff line number Diff line change
@@ -20,6 +20,7 @@
20
20
21
21
#include "Arduino.h"
22
22
#include "debug.h"
23
+
#include "osapi.h"
23
24
24
25
void ICACHE_RAM_ATTR hexdump(const void *mem, uint32_t len, uint8_t cols) {
25
26
const uint8_t* src = (const uint8_t*) mem;
Original file line number Diff line number Diff line change
@@ -62,17 +62,20 @@ VERBC = @echo "C $@";
62
62
VERBCXX = @echo "C++ $@";
63
63
VERBLD = @echo "LD $@";
64
64
VERBAR = @echo "AR $@";
65
+
VERBRANLIB = @echo "RANLIB $@";
65
66
else
66
67
VERBC =
67
68
VERBCXX =
68
69
VERBLD =
69
70
VERBAR =
71
+
VERBRANLIB =
70
72
endif
71
73
72
74
$(shell mkdir -p $(BINDIR))
73
75
74
76
CORE_CPP_FILES := \
75
77
$(addprefix $(abspath $(CORE_PATH))/,\
78
+
debug.cpp \
76
79
StreamString.cpp \
77
80
Stream.cpp \
78
81
WString.cpp \
@@ -226,7 +229,10 @@ test: $(OUTPUT_BINARY) # run host test for CI
226
229
$(OUTPUT_BINARY)
227
230
228
231
.PHONY: clean
229
-
clean: clean-objects
232
+
clean: clean-lcov clean-objects
233
+
234
+
.PHONY: clean-lcov
235
+
clean-lcov:
230
236
rm -rf $(LCOV_DIRECTORY)
231
237
232
238
.PHONY: clean-objects
@@ -379,7 +385,7 @@ FULLCORE_OBJECTS_ISOLATED = $(FULLCORE_OBJECTS:%.o=$(BINDIR)/%.o)
379
385
380
386
$(BINDIR)/fullcore.a: $(FULLCORE_OBJECTS_ISOLATED)
381
387
$(VERBAR) $(AR) rc $@ $^
382
-
$(VERBAR) $(RANLIB) $@
388
+
$(VERBRANLIB) $(RANLIB) $@
383
389
384
390
ifeq ($(INO),)
385
391
@@ -392,7 +398,7 @@ else
392
398
$(VERBLD) $(CXX) $(LDFLAGS) $< $(BINDIR)/fullcore.a $(LIBSSL) -o $@
393
399
mkdir -p $(BINDIR)/$(lastword $(subst /, ,$@))
394
400
ln -sf $@ $(BINDIR)/$(lastword $(subst /, ,$@))
395
-
@echo "----> $(BINDIR)/ <----"
401
+
@echo "----> $(BINDIR)/$(lastword $(subst /, ,$@))/$(lastword $(subst /, ,$@)) <----"
396
402
@[ "$(R)" = noexec ] && echo '(not running it, use `make R="[<options>]" ...` for valgrind+gdb)' || $(dir $(MAKEFILE))/valgdb $@ $(R)
397
403
398
404
FORCE:
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4