You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Paul Sokolovsky 9b12bc788f cc3200: Switch from HAL_GetTick() to mp_hal_ticks_ms(). 9 years ago
..
modmachine.c cc3200: Create wipy module, remove HeartBeat class. 9 years ago
modnetwork.c docs: Add wipy and network.server documentation. 9 years ago
modnetwork.h cc3200: Refactor and clean-up socket closing code. 9 years ago
modubinascii.c cc3200: Enable base64 methods from modubinascii. 9 years ago
modubinascii.h cc3200: Add own ubinascii module. 10 years ago
moduhashlib.c cc3200: Clarify notes about the extended functionality of uhashlib. 10 years ago
moduos.c cc3200: Add comment about micropython extensions to standard modules. 9 years ago
moduos.h cc3200: Implement support for os.dupterm(). 9 years ago
modusocket.c cc3200: Add created sockets to the registry. 9 years ago
modusocket.h cc3200: Add modussl, ssl sockets subclassed from normal sockets. 9 years ago
modussl.c docs: Add usocket and ussl modules' documentation. 9 years ago
modutime.c cc3200: Switch from HAL_GetTick() to mp_hal_ticks_ms(). 9 years ago
modwipy.c cc3200: Create wipy module, remove HeartBeat class. 9 years ago
modwlan.c cc3200: Switch from HAL_Delay() to mp_hal_delay_ms(). 9 years ago
modwlan.h cc3200: New WLAN API including test. 9 years ago
pybadc.c cc3200: Refactor network module to make the server a propper object. 9 years ago
pybadc.h cc3200: Add ADC module. 10 years ago
pybi2c.c cc3200: Rename pyb module to machine. 9 years ago
pybi2c.h cc3200: Register ADC and I2C with the sleep module. 10 years ago
pybpin.c cc3200: Set pin direction first, then value. Fixes #1542. 9 years ago
pybpin.h cc3200: New irq API, affects all classes that provide the irq method. 9 years ago
pybrtc.c cc3200: Rename pyb module to machine. 9 years ago
pybrtc.h cc3200: New irq API, affects all classes that provide the irq method. 9 years ago
pybsd.c cc3200: Rename pyb module to machine. 9 years ago
pybsd.h cc3200: New SD and RTC API plus os and time modules' extensions. 9 years ago
pybsleep.c cc3200: Switch from HAL_Delay() to mp_hal_delay_ms(). 9 years ago
pybsleep.h cc3200: Rename pyb module to machine. 9 years ago
pybspi.c cc3200: Rename pyb module to machine. 9 years ago
pybspi.h cc3200: Add SPI module. 10 years ago
pybtimer.c cc3200: Rename pyb module to machine. 9 years ago
pybtimer.h cc3200: New UART API plus related test. 9 years ago
pybuart.c cc3200: Fix UART tests after correcting uart.read() behaviour. 9 years ago
pybuart.h cc3200: Implement support for os.dupterm(). 9 years ago
pybwdt.c cc3200: New SD and RTC API plus os and time modules' extensions. 9 years ago
pybwdt.h cc3200: Do not kick the watchdog inside the idle task. 10 years ago