aboutsummaryrefslogtreecommitdiff
path: root/nrf528xx
diff options
context:
space:
mode:
Diffstat (limited to 'nrf528xx')
-rw-r--r--nrf528xx/makefile24
-rw-r--r--nrf528xx/readme.md2
2 files changed, 1 insertions, 25 deletions
diff --git a/nrf528xx/makefile b/nrf528xx/makefile
deleted file mode 100644
index 78d52e2..0000000
--- a/nrf528xx/makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-CC = gcc
-LD = gcc
-RM = rm -f
-CFLAGS =
-LFLAGS =
-TARGET = main
-
-SRCS := $(wildcard *.c)
-OBJS := $(patsubst %.c,%.o, $(SRCS))
-
-all: $(TARGET)
-
-%.o: %.c
- $(CC) -c $(CFLAGS) $< -o $@
-
-$(TARGET): $(OBJS)
- $(LD) $^ $(LFLAGS) -o $@
-
-clean:
- $(RM) $(TARGET) $(OBJS)
-
-compile_commands: clean
- compiledb make
-
diff --git a/nrf528xx/readme.md b/nrf528xx/readme.md
index fcebcf8..77ea509 100644
--- a/nrf528xx/readme.md
+++ b/nrf528xx/readme.md
@@ -1,4 +1,4 @@
# nrf528xx subdirectory
- compatible with nrf52833 and nrf52840
-- make for compiling and building
+- west for building and flashing