Skip to content

Commit

Permalink
Remove sqlite3 module
Browse files Browse the repository at this point in the history
It's not clear that this ever worked, AFAICT nobody uses it, and it's an
old version of the sqlite3 engine at this point.  Absent a maintainer,
let's just get rid of it.
  • Loading branch information
nwf committed Jun 10, 2020
1 parent 8d091c4 commit 0bf9df4
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 216,079 deletions.
2 changes: 1 addition & 1 deletion app/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ endif
ifndef PDIR # {
GEN_IMAGES= eagle.app.v6.out
GEN_BINS= eagle.app.v6.bin
OPT_MKTARGETS := coap dht http mqtt pcm sjson sqlite3 tsl2561 websocket
OPT_MKTARGETS := coap dht http mqtt pcm sjson tsl2561 websocket
OPT_MKLIBTARGETS := u8g2 ucg
SEL_MKTARGETS := $(shell $(CC) -E -dM include/user_modules.h | sed -n '/^\#define LUA_USE_MODULES_/{s/.\{24\}\(.*\)/\L\1/; p}')
OPT_SEL_MKLIBTARGETS := $(foreach tgt,$(OPT_MKLIBTARGETS),$(findstring $(tgt), $(SEL_MKTARGETS)))
Expand Down
1 change: 0 additions & 1 deletion app/include/user_modules.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
//#define LUA_USE_MODULES_SOFTUART
//#define LUA_USE_MODULES_SOMFY
#define LUA_USE_MODULES_SPI
//#define LUA_USE_MODULES_SQLITE3
//#define LUA_USE_MODULES_STRUCT
//#define LUA_USE_MODULES_SWITEC
//#define LUA_USE_MODULES_TCS34725
Expand Down
Loading

0 comments on commit 0bf9df4

Please sign in to comment.