aboutsummaryrefslogtreecommitdiff
path: root/cc3200/application.mk
diff options
context:
space:
mode:
authorDamien George2017-02-06 11:14:16 +1100
committerDamien George2017-02-06 11:14:16 +1100
commitb7d27e31e8c5d34aaba7e2a7070bb3b6fb082d28 (patch)
tree1912f20bf1c46a7c8acc3cef25e09b9051baecbe /cc3200/application.mk
parenta4a439caa3f352f8bbbb1d0c79923270561869d3 (diff)
cc3200: Refactor "ticks" functions to use common extmod implementation.
The port now uses the common mp_utime_ticks_{ms,us,cpu,add,diff} functions from extmod/utime_mphal.c. The mp_utime_sleep_XXX functions are still cc3200-specific because they handle the GIL differently to the ones in extmod. The files misc/mpsystick.[ch] have been removed because they contain 2 unused functions, and the other remaining function is renamed to mp_hal_ticks_us and moved to hal/cc3200_hal.c.
Diffstat (limited to 'cc3200/application.mk')
-rw-r--r--cc3200/application.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/cc3200/application.mk b/cc3200/application.mk
index 5ee909144..b15dbde7f 100644
--- a/cc3200/application.mk
+++ b/cc3200/application.mk
@@ -77,7 +77,6 @@ APP_MISC_SRC_C = $(addprefix misc/,\
mpirq.c \
mperror.c \
mpexception.c \
- mpsystick.c \
)
APP_MODS_SRC_C = $(addprefix mods/,\