aboutsummaryrefslogtreecommitdiff
path: root/ports/cc3200/mods
AgeCommit message (Expand)Author
2021-01-23cc3200: Fix debug build.Vincent Duvert
2020-09-18ports: Add utime.gmtime() function.Damien George
2020-06-22stm32/irq: Clean up irq.h so it does not depend on core uPy defines.Damien George
2020-04-23all: Remove commented-out include statements.stijn
2020-04-05all: Use MP_ERROR_TEXT for all error messages.Jim Mussared
2020-04-05extmod/modubinascii: Make code private and module self-contained.Jim Mussared
2020-02-13py: Add mp_raise_type helper macro and use it where appropriate.Damien George
2019-10-29extmod/vfs: Rename BP_IOCTL_xxx constants to MP_BLOCKDEV_IOCTL_xxx.Damien George
2019-10-29extmod: Factor out block-device struct to make independent of fatfs.Damien George
2019-02-12ports: Convert legacy uppercase macro names to lowercase.Damien George
2019-01-30cc3200/modmachine: Rename machine.sleep to machine.lightsleep.Damien George
2019-01-27cc3200/mods/modussl: Fix ca_certs arg validation in mod_ssl_wrap_socket.Reagan Sanders
2018-07-08cc3200/mods: Access dict map directly instead of using helper func.Damien George
2018-06-04cc3200/mods: Include stream.h to get definition of mp_stream_p_t.Damien George
2018-04-10py/stream: Switch stream close operation from method to ioctl.Damien George
2017-11-16py/objstr: Remove "make_qstr_if_not_already" arg from mp_obj_new_str.Damien George
2017-10-04all: Remove inclusion of internal py header files.Damien George
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George