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
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-11
all: Make use of $(TOP) variable in Makefiles, instead of "..".
Damien George
2017-06-15
stmhal: Move pybstdio.c to lib/utils/sys_stdio_mphal.c for common use.
Damien George
2017-06-01
ports: Convert from using stmhal's input() to core provided version.
Damien George
2017-03-31
all: Use full path name when including mp-readline/timeutils/netutils.
Damien George
2017-02-06
cc3200: Refactor "ticks" functions to use common extmod implementation.
Damien George
2017-01-30
cc3200: Convert to use new VFS sub-system and new ooFatFs library.
Damien George
2017-01-27
cc3200: Add implementations of mp_import_stat and builtin_open.
Damien George
2017-01-22
cc3200: Convert to use builtin help function.
Damien George
2016-12-29
cc3200: make: Rename "deploy" target to "deploy-ota".
Paul Sokolovsky
2016-11-21
cc3200: Update for moduselect moved to extmod/.
Paul Sokolovsky
2016-11-16
py/lexer: Provide generic mp_lexer_new_from_file based on mp_reader.
Damien George
2016-09-05
py: Add MICROPY_USE_INTERNAL_PRINTF option, defaults to enabled.
Delio Brignoli
2016-06-28
cc3200: Add basic threading capabilities.
Damien George
2016-04-25
cc3200, stmhal, teensy: Use pyhelp_print_obj function.
Colin Hogben
2016-04-16
py: Add rules for automated extraction of qstrs from sources.
Jan Čapek
2016-02-21
cc3200: Fix "debug" build.
danicampora
2016-02-15
cc3200: Fix breakage after VfsFat refactor.
Paul Sokolovsky
2016-02-07
cc3200: Add stmhal/builtin_open.c to build.
Paul Sokolovsky
2015-11-10
lib/utils/printf: Move from stmhal/ .
Paul Sokolovsky
2015-10-31
cc3200: Use common pyexec.c .
Paul Sokolovsky
2015-10-28
cc3200: Actually allow to specify a custom build directory.
danicampora
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
[next]