micropython/cc3200/mods
Damien George ae8d867586 py: Add iter_buf to getiter type method.
Allows to iterate over the following without allocating on the heap:
- tuple
- list
- string, bytes
- bytearray, array
- dict (not dict.keys, dict.values, dict.items)
- set, frozenset

Allows to call the following without heap memory:
- all, any, min, max, sum

TODO: still need to allocate stack memory in bytecode for iter_buf.
2017-02-16 18:38:06 +11:00
..
modmachine.c cc3200: Use mp_raise_XXX helper functions to reduce code size. 2016-10-18 09:53:43 +11:00
modnetwork.c all: Consistently update signatures of .make_new and .call methods. 2017-01-04 16:10:42 +03:00
modnetwork.h cc3200: Refactor and clean-up socket closing code. 2015-07-10 11:37:50 +02:00
modubinascii.c all: Remove 'name' member from mp_obj_module_t struct. 2016-09-22 00:23:16 +10:00
modubinascii.h cc3200: Add own ubinascii module. 2015-05-22 09:56:11 +02:00
moduhashlib.c all: Consistently update signatures of .make_new and .call methods. 2017-01-04 16:10:42 +03:00
moduos.c cc3200: Convert to use new VFS sub-system and new ooFatFs library. 2017-01-30 12:26:07 +11:00
moduos.h cc3200: Convert to use new VFS sub-system and new ooFatFs library. 2017-01-30 12:26:07 +11:00
modusocket.c cc3200/modusocket: Remove deprecated socket.error. 2017-01-29 02:47:26 +03:00
modusocket.h cc3200: Add modussl, ssl sockets subclassed from normal sockets. 2015-07-02 16:30:00 +02:00
modussl.c cc3200: Use mp_raise_XXX helper functions to reduce code size. 2016-10-18 09:53:43 +11:00
modutime.c cc3200: Refactor "ticks" functions to use common extmod implementation. 2017-02-06 11:14:16 +11:00
modwipy.c all: Remove 'name' member from mp_obj_module_t struct. 2016-09-22 00:23:16 +10:00
modwlan.c cc3200/modwlan: Add network.WLAN.print_ver() diagnostic function. 2017-01-07 19:48:12 +03:00
modwlan.h cc3200: Improve robustness of WLAN during sleep modes. 2016-02-21 22:01:18 +01:00
pybadc.c all: Consistently update signatures of .make_new and .call methods. 2017-01-04 16:10:42 +03:00
pybadc.h cc3200: Add ADC module. 2015-02-20 16:40:59 +01:00
pybflash.c extmod: Merge old fsusermount.h header into vfs.h and vfs_fat.h. 2017-01-30 12:26:08 +11:00
pybflash.h cc3200: Convert to use new VFS sub-system and new ooFatFs library. 2017-01-30 12:26:07 +11:00
pybi2c.c all: Consistently update signatures of .make_new and .call methods. 2017-01-04 16:10:42 +03:00
pybi2c.h cc3200: Register ADC and I2C with the sleep module. 2015-03-11 22:09:52 +01:00
pybpin.c all: Consistently update signatures of .make_new and .call methods. 2017-01-04 16:10:42 +03:00
pybpin.h cc3200: Simplify the Timer API and correct the documents. 2016-02-21 21:53:16 +01:00
pybrtc.c all: Consistently update signatures of .make_new and .call methods. 2017-01-04 16:10:42 +03:00
pybrtc.h cc3200: New irq API, affects all classes that provide the irq method. 2015-09-27 01:48:20 +02:00
pybsd.c extmod: Merge old fsusermount.h header into vfs.h and vfs_fat.h. 2017-01-30 12:26:08 +11:00
pybsd.h cc3200: New SD and RTC API plus os and time modules' extensions. 2015-09-21 22:30:32 +02:00
pybsleep.c all: Add py/mphal.h and use it in all ports. 2015-10-31 19:14:30 +03:00
pybsleep.h cc3200: Rename pyb module to machine. 2015-09-27 16:50:27 +02:00
pybspi.c all: Consistently update signatures of .make_new and .call methods. 2017-01-04 16:10:42 +03:00
pybspi.h cc3200: Add SPI module. 2015-03-21 11:26:47 +01:00
pybtimer.c all: Consistently update signatures of .make_new and .call methods. 2017-01-04 16:10:42 +03:00
pybtimer.h cc3200: New UART API plus related test. 2015-09-10 07:59:47 +02:00
pybuart.c py: Add iter_buf to getiter type method. 2017-02-16 18:38:06 +11:00
pybuart.h cc3200: Implement support for os.dupterm(). 2015-09-27 11:27:24 +02:00
pybwdt.c all: Consistently update signatures of .make_new and .call methods. 2017-01-04 16:10:42 +03:00
pybwdt.h cc3200: Do not kick the watchdog inside the idle task. 2015-06-04 10:13:55 +02:00