added updated sbmp

master
Ondřej Hruška 8 years ago
parent e3cee0d8bb
commit ff1c09d9f8
  1. 2
      Makefile
  2. 6
      esp_meas.pro
  3. 2
      esp_meas.pro.user
  4. 2
      sbmp

@ -66,7 +66,7 @@ LIBS += esphttpd
# compiler flags using during compilation of source files
CFLAGS = -Os -ggdb -std=gnu99 -Werror -Wpointer-arith -Wundef -Wall -Wl,-EL -fno-inline-functions \
-nostdlib -mlongcalls -mtext-section-literals -D__ets__ -DICACHE_FLASH \
-Wno-address -ffunction-sections
-Wno-address -ffunction-sections -Wno-strict-aliasing
# linker flags used to generate the main object file
LDFLAGS = -nostdlib -Wl,--no-check-sections -u call_user_start -Wl,-static -Wl,--gc-sections

@ -51,7 +51,8 @@ SOURCES += \
sbmp/library/sbmp_bulk.c \
user/datalink.c \
user/serial.c \
user/uptime.c
user/uptime.c \
sbmp/library/payload_parser.c
HEADERS += \
include/uart_hw.h \
@ -124,7 +125,8 @@ HEADERS += \
user/datalink.h \
user/serial.h \
libesphttpd/include/logging.h \
user/uptime.h
user/uptime.h \
sbmp/library/payload_parser.h
DISTFILES += \
style.astylerc \

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE QtCreatorProject>
<!-- Written by QtCreator 3.6.0, 2016-03-22T21:51:15. -->
<!-- Written by QtCreator 3.6.0, 2016-03-22T22:44:16. -->
<qtcreator>
<data>
<variable>EnvironmentId</variable>

@ -1 +1 @@
Subproject commit 38a9496e7cabb166fc4d34b3f53558e2394d4091
Subproject commit 7c43fd3e1a147d24cde05a7ecd3d155e293caa89
Loading…
Cancel
Save