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
/
mods
/
modpyb.c
Age
Commit message (
Expand
)
Author
2015-09-27
cc3200: Rename pyb module to machine.
Daniel Campora
2015-09-27
cc3200: Implement support for os.dupterm().
Daniel Campora
2015-09-21
cc3200: New SD and RTC API plus os and time modules' extensions.
Daniel Campora
2015-08-16
cc3200: Fix typo in modpyb.
Daniel Campora
2015-08-16
cc3200: Improve callback API.
Daniel Campora
2015-06-10
cc3200: Re-name pyb.hard_reset() to pyb.reset().
Daniel Campora
2015-06-10
cc3200: Add contructor to the HeartBeat class.
Daniel Campora
2015-05-29
cc3200: Rename pyb.reset() to pyb.hard_reset() and add pyb.unique_id().
Daniel Campora
2015-05-27
cc3200: Add make_new method to the WDT.
Daniel Campora
2015-05-27
cc3200: Add make_new method to the RTC, like in stmhal.
Daniel Campora
2015-05-27
cc3200: Use MCU reset instead of SOC reset.
Daniel Campora
2015-05-24
cc3200: Remove NIC abstraction layer.
Daniel Campora
2015-05-17
cc3200: Add Timer module. Supports free running, PWM and capture modes.
Daniel Campora
2015-04-28
py: Replace py-version.sh with makeversionhdr.py, written in Python.
Damien George
2015-04-29
cc3200: Implement os.uname() to get details of the OS and hardware.
Daniel Campora
2015-04-18
cc3200: Clean up and reduce use/include of std.h.
Damien George
2015-03-31
cc3200: Add specific version file for the CC3200 port.
Daniel Campora
2015-03-31
cc3200: Remove duplicated code from moduos.
Daniel Campora
2015-03-21
cc3200: Add SPI module.
danicampora
2015-03-18
cc3200: Add parameter to wlan_stop() for custom timeout values.
danicampora
2015-03-14
cc3200: Rewrite the PRCM RTC functionality methods.
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: Make WDT and HeartBeat constant objects on their own right.
danicampora
2015-02-28
cc3200: Add heartbeat signal on system led.
danicampora
2015-02-25
cc3200: Add WDT functionality as part of the pyb module.
danicampora
2015-02-23
cc3200: Introduce MICROPY_PORT_HAS_TELNET and MICROPY_PORT_HAS_FTP.
danicampora
2015-02-23
cc3200: Replace WLAN.get_ip() with WLAN.ifconfig().
danicampora
2015-02-22
cc3200: Remove dependencies from FreeRTOS.
danicampora
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: Refactor UART and I2C object creation.
danicampora
2015-02-20
cc3200: Add ADC module.
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