micropython/cc3200/misc
Damien George b7d27e31e8 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.
2017-02-06 11:14:16 +11:00
..
FreeRTOSHooks.c all: Add py/mphal.h and use it in all ports. 2015-10-31 19:14:30 +03:00
antenna.c cc3200: Use the pull up/down resistors on the antenna selection pins. 2015-06-10 23:35:38 +02:00
antenna.h cc3200: Add missing antenna diversity source files. 2015-06-07 00:42:40 +02:00
help.c cc3200: Convert to use builtin help function. 2017-01-22 11:56:16 +11:00
mperror.c cc3200: Remove obsolete singleton heart-beat object. 2016-06-28 11:28:53 +01:00
mperror.h cc3200: Remove obsolete singleton heart-beat object. 2016-06-28 11:28:53 +01:00
mpexception.c cc3200: Clean up and reduce use/include of std.h. 2015-04-18 14:29:28 +01:00
mpexception.h cc3200: Add cc3200 port of MicroPython. 2015-02-06 22:10:11 +00:00
mpirq.c all: Consistently update signatures of .make_new and .call methods. 2017-01-04 16:10:42 +03:00
mpirq.h cc3200: New irq API, affects all classes that provide the irq method. 2015-09-27 01:48:20 +02:00