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
/
application.mk
Age
Commit message (
Expand
)
Author
2015-10-19
cc3200: Create wipy module, remove HeartBeat class.
danicampora
2015-09-27
cc3200: Disable uheapq and uhashlib.
Daniel Campora
2015-09-27
cc3200: Rename pyb module to machine.
Daniel Campora
2015-09-27
cc3200: New irq API, affects all classes that provide the irq method.
Daniel Campora
2015-09-10
cc3200: Add alternate functions list to Pin object.
Daniel Campora
2015-07-02
cc3200: Add modussl, ssl sockets subclassed from normal sockets.
Daniel Campora
2015-06-24
cc3200: Add deploy target and improve robustness of update-wipy.py.
Daniel Campora
2015-06-07
cc3200: Add antenna selection feature to WLAN.
Daniel Campora
2015-05-22
cc3200: Add own ubinascii module.
Daniel Campora
2015-05-20
cc3200: Add uhashlib. Supports SHA1 and SHA256.
Daniel Campora
2015-05-17
cc3200: Add Timer module. Supports free running, PWM and capture modes.
Daniel Campora
2015-05-13
lib: Move time utility functions to common library.
Josef Gajdusek
2015-05-04
lib: Move some common mod_network_* functions to lib/netutils.
Josef Gajdusek
2015-05-03
cc3200: Clean up pyb.Pin
Daniel Campora
2015-04-11
cc3200: Enable long filename support in FatFS.
Daniel Campora
2015-04-05
string0.c: Move from stmhal/ to lib/.
Paul Sokolovsky
2015-03-21
cc3200: Add SPI module.
danicampora
2015-03-21
cc3200: Re-name pybsystick to mpsystick.
danicampora
2015-03-11
cc3200: Add power management framework. Add mpcallback class.
danicampora
2015-03-11
cc3200: Merge ExtInt class into Pin class.
danicampora
2015-03-11
cc3200: Add preliminary low power deep sleep support.
danicampora
2015-02-28
cc3200: Create separate release/debug build directories
Johan Hendriks
2015-02-25
cc3200: Add WDT functionality as part of the pyb module.
danicampora
2015-02-22
cc3200: Add optimization flags to drivers/cc3100 in the debug build.
danicampora
2015-02-21
cc3200: Get compiling with CC3100 driver from drivers/ directory.
Damien George
2015-02-21
cc3200: Add explicit py/ path-prefix for py includes.
Damien George
2015-02-21
cc3200: Add SD module and disable SD card support for the LAUNCHXL.
danicampora
2015-02-20
cc3200: Add ADC module.
danicampora
2015-02-20
cc3200: Disable FreeRTOS asserts. Optimize more files if BTYPE=debug.
danicampora
2015-02-13
cc3200: Add I2C module. Only master mode is currently supported.
danicampora
2015-02-13
stmhal: Make pybstdio usable by other ports, and use it.
Damien George
2015-02-09
cc3200: Rename GPIO module to Pin.
danicampora
2015-02-06
cc3200: Add cc3200 port of MicroPython.
danicampora