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