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
/
pybsleep.c
Age
Commit message (
Expand
)
Author
2017-09-06
ports: Make new ports/ sub-directory and move all ports there.
Damien George
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2015-10-31
all: Add py/mphal.h and use it in all ports.
Damien George
2015-10-29
cc3200: Switch from HAL_Delay() to mp_hal_delay_ms().
Paul Sokolovsky
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 WLAN API including test.
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-09-10
cc3200: Fix bug in pybsleep remove.
Daniel Campora
2015-09-10
cc3200: Implement new Pin API.
Daniel Campora
2015-08-16
cc3200: Make sure to update sleep objects when registered.
Daniel Campora
2015-08-09
cc3200: Refactor PRCM special user bits implementation.
Daniel Campora
2015-06-10
cc3200: Use the pull up/down resistors on the antenna selection pins.
Daniel Campora
2015-06-08
cc3200: Wrap antenna_init0() with #if MICROPY_HW_ANTENNA_DIVERSITY.
Daniel Campora
2015-06-07
cc3200: Re-config antenna selection when waking from suspended mode.
Daniel Campora
2015-06-07
cc3200: Add antenna selection feature to WLAN.
Daniel Campora
2015-05-29
cc3200: Fix incorrect type for the wake cause variable.
Daniel Campora
2015-05-24
cc3200: Remove NIC abstraction layer.
Daniel Campora
2015-05-22
cc3200: Finally unlock the full wake on WLAN feature set.
Daniel Campora
2015-05-03
cc3200: Implement Sleep.wake_reason()
Daniel Campora
2015-04-29
cc3200: Correct Sleep module name. Must be 'Sleep', not 'sleep'.
Daniel Campora
2015-04-18
cc3200: Clean up and reduce use/include of std.h.
Damien George
2015-03-26
cc3200: Minor refactorings on modwlan and pybsleep.
Daniel Campora
2015-03-26
cc3200: Reenable active interrupts when waking from suspended mode.
Daniel Campora
2015-03-25
cc3200: Add GPIO25 to the pins list of the WiPy and the WiPy-SD.
Daniel Campora
2015-03-21
cc3200: Reduce soft reset time. WLAN is not reinit, just reenabled.
danicampora
2015-03-21
cc3200: Remove superfluous code in pybsleep.
danicampora
2015-03-18
cc3200: Add parameter to wlan_stop() for custom timeout values.
danicampora
2015-03-17
cc3200: Add RTC callback with wake-up from sleep capability.
danicampora
2015-03-16
cc3200: Disable all wake sources on start-up.
danicampora
2015-03-14
cc3200: Rewrite the PRCM RTC functionality methods.
danicampora
2015-03-12
cc3200: Allow separate selection of the power mode in Pin callbacks.
danicampora
2015-03-12
cc3200: Keep WLAN enabled during suspend mode.
danicampora
2015-03-11
cc3200: Disable WLAN in suspended mode if NW wake is not enabled.
danicampora
2015-03-11
cc3200: Add power management framework. Add mpcallback class.
danicampora
2015-03-11
cc3200: Add preliminary low power deep sleep support.
danicampora