aboutsummaryrefslogtreecommitdiff
path: root/cc3200/misc
AgeCommit message (Expand)Author
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George
2017-09-04cc3200: Use standard implementation of keyboard interrupt.Damien George
2017-08-30all: Convert remaining "mp_uint_t n_args" to "size_t n_args".Damien George
2017-08-21all: Make static dicts use mp_rom_map_elem_t type and MP_ROM_xxx macros.Damien George
2017-07-31all: Use the name MicroPython consistently in commentsAlexander Steffen
2017-07-18all: Unify header guard usage.Alexander Steffen
2017-02-22cc3200: When raising OSError's use MP_Exxx as arg instead of a string.Damien George
2017-02-21cc3200: Remove util/std.h, can just use stdio.h instead.Damien George
2017-02-06cc3200: Refactor "ticks" functions to use common extmod implementation.Damien George
2017-01-22cc3200: Convert to use builtin help function.Damien George
2017-01-04all: Consistently update signatures of .make_new and .call methods.Paul Sokolovsky
2016-10-18cc3200: Use mp_raise_XXX helper functions to reduce code size.Damien George
2016-06-28cc3200: Remove obsolete singleton heart-beat object.Damien George
2016-04-25cc3200, stmhal, teensy: Use pyhelp_print_obj function.Colin Hogben
2016-02-21cc3200: Simplify the Timer API and correct the documents.danicampora
2015-11-01cc3200: Remove includes of rom.h (must be included via rom_map.h).danicampora
2015-10-31all: Add py/mphal.h and use it in all ports.Damien George
2015-10-29cc3200: Switch from HAL_GetTick() to mp_hal_ticks_ms().Paul Sokolovsky
2015-10-21cc3200: Correct ticks_cpu and ticks_us functions in time module.danicampora
2015-10-19cc3200: Create wipy module, remove HeartBeat class.danicampora
2015-10-12Rename "Micro Python" to "MicroPython" in REPL, help, readme's and misc.Damien George
2015-09-27cc3200: New irq API, affects all classes that provide the irq method.Daniel Campora
2015-09-21cc3200: New SD and RTC API plus os and time modules' extensions.Daniel Campora
2015-09-16cc3200: Increase error led blynk period to 100msDaniel Campora
2015-09-10cc3200: New UART API plus related test.Daniel Campora
2015-09-10cc3200: Add alternate functions list to Pin object.Daniel Campora
2015-09-10cc3200: Fix bug in pybsleep remove.Daniel Campora
2015-09-10cc3200: Implement new Pin API.Daniel Campora
2015-08-16cc3200: Change HeartBeat period from 5 to 4 seconds.Daniel Campora
2015-08-16cc3200: Remove unneeded loops in the FreeRTOS hooks.Daniel Campora
2015-08-16cc3200: Improve callback API.Daniel Campora
2015-08-09cc3200: Refactor PRCM special user bits implementation.Daniel Campora
2015-07-08cc3200: Use alternative HAL_Delay also when interrupts are disabled.Daniel Campora
2015-07-07cc3200: Improve interrupt handling and fix bug in HAL_Delay().Daniel Campora
2015-06-28cc3200: Add `Pin.name()` method.Daniel Campora
2015-06-10cc3200: Use the pull up/down resistors on the antenna selection pins.Daniel Campora
2015-06-10cc3200: Fix bootloader build error.Daniel Campora
2015-06-10cc3200: Add contructor to the HeartBeat class.Daniel Campora
2015-06-07cc3200: Re-config antenna selection when waking from suspended mode.Daniel Campora
2015-06-07cc3200: Add missing antenna diversity source files.Daniel Campora
2015-06-07cc3200: Add antenna selection feature to WLAN.Daniel Campora
2015-06-04cc3200: Do not kick the watchdog inside the idle task.Daniel Campora
2015-05-25cc3200: Make HeartBeat.disable() thread safe.Daniel Campora
2015-05-17cc3200: Re-name 'intmode' to 'mode' in the callback API.Daniel Campora
2015-05-17cc3200: Add Timer module. Supports free running, PWM and capture modes.Daniel Campora
2015-05-03cc3200: Clean up pyb.PinDaniel Campora
2015-04-18cc3200: Clean up and reduce use/include of std.h.Damien George
2015-04-17cc3200: Use new %q format to print qstr's where appropiate.Daniel Campora
2015-04-16py: Overhaul and simplify printf/pfenv mechanism.Damien George
2015-03-26cc3200: Reenable active interrupts when waking from suspended mode.Daniel Campora