micropython/cc3200/mods
Damien George 9d7c53734c cc3200/mods/pybi2c: Make readfnom_mem_into/writeto_mem return None.
This aligns the I2C class to match the standard machine.I2C API.

Note that this is a (small) breaking change to the existing cc3200 API.
The original API just returned the size of the input buffer so there's no
information lost by this change.  To update scripts users should just use
the size of the buffer passed to these functions to get the number of bytes
that are read/written.
2017-04-18 15:31:08 +10:00
..
modmachine.c cc3200/modmachine: Return frequency value directly, like other ports. 2017-04-05 11:58:17 +03:00
modnetwork.c cc3200: When raising OSError's use MP_Exxx as arg instead of a string. 2017-02-22 12:58:11 +11:00
modnetwork.h
modubinascii.c
modubinascii.h
moduhashlib.c cc3200: When raising OSError's use MP_Exxx as arg instead of a string. 2017-02-22 12:58:11 +11:00
moduos.c all: Use full path name when including mp-readline/timeutils/netutils. 2017-03-31 22:29:39 +11:00
moduos.h
modusocket.c all: Use full path name when including mp-readline/timeutils/netutils. 2017-03-31 22:29:39 +11:00
modusocket.h
modussl.c
modutime.c all: Use full path name when including mp-readline/timeutils/netutils. 2017-03-31 22:29:39 +11:00
modwipy.c
modwlan.c cc3200: Update for changes to mp_obj_str_get_data. 2017-03-29 12:56:45 +11:00
modwlan.h
pybadc.c cc3200: When raising OSError's use MP_Exxx as arg instead of a string. 2017-02-22 12:58:11 +11:00
pybadc.h
pybflash.c
pybflash.h
pybi2c.c cc3200/mods/pybi2c: Make readfnom_mem_into/writeto_mem return None. 2017-04-18 15:31:08 +10:00
pybi2c.h
pybpin.c
pybpin.h
pybrtc.c all: Use full path name when including mp-readline/timeutils/netutils. 2017-03-31 22:29:39 +11:00
pybrtc.h
pybsd.c cc3200: When raising OSError's use MP_Exxx as arg instead of a string. 2017-02-22 12:58:11 +11:00
pybsd.h
pybsleep.c
pybsleep.h
pybspi.c cc3200: When raising OSError's use MP_Exxx as arg instead of a string. 2017-02-22 12:58:11 +11:00
pybspi.h
pybtimer.c cc3200: When raising OSError's use MP_Exxx as arg instead of a string. 2017-02-22 12:58:11 +11:00
pybtimer.h
pybuart.c cc3200/pybuart: Make parity specifications consistent with HW API. 2017-04-09 00:19:02 +03:00
pybuart.h
pybwdt.c cc3200: When raising OSError's use MP_Exxx as arg instead of a string. 2017-02-22 12:58:11 +11:00
pybwdt.h