diff options
| author | Dan Halbert <halbert@halwitz.org> | 2017-11-14 20:00:29 -0500 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2017-11-16 19:09:35 -0500 |
| commit | 312444bbd2a8e77ebf3c0e1983649327970e9575 (patch) | |
| tree | 748235226f614f1c7b7eb3326548469b82e78307 /py/mkrules.mk | |
| parent | 9564f7b90edc6f73c3b5ffe914d903468ce99da4 (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/mkrules.mk')
| -rw-r--r-- | py/mkrules.mk | 4 |
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) + |
