summaryrefslogtreecommitdiff
path: root/py
diff options
context:
space:
mode:
authorDan Halbert <halbert@halwitz.org>2017-11-14 20:00:29 -0500
committerDan Halbert <halbert@halwitz.org>2017-11-16 19:09:35 -0500
commit312444bbd2a8e77ebf3c0e1983649327970e9575 (patch)
tree748235226f614f1c7b7eb3326548469b82e78307 /py
parent9564f7b90edc6f73c3b5ffe914d903468ce99da4 (diff)
non-DMA SPI working; adding this now for testing; will continue with DMA
Also, fixed pin mappings for rev B Metro M4: swap PA12 and PA13 on SPI 2x3 header swap A3 and A5 Comment out all frozen modules in CPX again to make room while waiting for SPI flash.
Diffstat (limited to 'py')
-rw-r--r--py/mkrules.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/py/mkrules.mk b/py/mkrules.mk
index 1d6f11fc9..a7a2d492a 100644
--- a/py/mkrules.mk
+++ b/py/mkrules.mk
@@ -183,4 +183,8 @@ print-def:
@$(CC) -E -Wp,-dM __empty__.c
@$(RM) -f __empty__.c
+tags:
+ ctags -e -R $(TOP)
+
-include $(OBJ:.o=.P)
+