circuitpython/extmod
Scott Shawcroft 790c38e18c atmel-samd: Rework boot, main and REPL order.
Boot will only run once now before USB is started. Its output goes to
boot_out.txt. After main and REPL will run with VM and hardware resets
between each.
2017-05-12 18:26:14 -07:00
..
crypto-algorithms
lwip-include
re1.5
uzlib extmod/uzlib: Update to upstream v2.1. 2016-10-11 07:13:23 +03:00
fsusermount.c extmod/vfs_fat: Use mp_raise_OSError helper function. 2016-10-07 13:44:55 +11:00
fsusermount.h atmel-samd: Rework boot, main and REPL order. 2017-05-12 18:26:14 -07:00
machine_i2c.c extmod/machine_i2c: Add hook to constructor to call port-specific code. 2016-11-24 00:12:51 +11:00
machine_i2c.h extmod/machine_i2c: Expose soft I2C obj and readfrom/writeto funcs. 2016-11-24 00:11:45 +11:00
machine_mem.c extmod/machine_mem: Typo fix in comment. 2016-11-21 01:09:17 +03:00
machine_mem.h
machine_pinbase.c
machine_pinbase.h
machine_pulse.c extmod: Use mp_raise_OSError helper function. 2016-10-07 13:52:14 +11:00
machine_pulse.h py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros. 2016-10-21 16:26:01 +11:00
machine_spi.c extmod/machine_spi: Provide reusable software SPI class. 2016-12-08 13:47:01 +11:00
machine_spi.h extmod/machine_spi: Provide reusable software SPI class. 2016-12-08 13:47:01 +11:00
misc.h py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros. 2016-10-21 16:26:01 +11:00
modbtree.c extmod/modbtree: Rename "sync" method to "flush" for consistency. 2016-12-05 01:50:55 +03:00
modframebuf.c Fixup warnings from merge about undefined macro values, switch to 2017-01-12 12:46:18 -08:00
modlwip.c Correct name of mp_raise_NotImplementedError to make error name. 2017-02-24 16:46:38 +01:00
modubinascii.c extmod/modubinascii: Fix crc32() function on 32-bit platforms. 2016-09-21 21:40:18 +03:00
modubinascii.h py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros. 2016-10-21 16:26:01 +11:00
moductypes.c Make mp_float_t conversions explicit to silence warnings of converting floats to doubles. 2017-02-14 10:55:54 +01:00
moduhashlib.c all: Remove 'name' member from mp_obj_module_t struct. 2016-09-22 00:23:16 +10:00
moduheapq.c extmod/moduheapq: Revert change for adhoc relative-time queue support. 2016-12-22 06:37:49 +03:00
modujson.c extmod/modujson: Fix nanbox build. 2016-10-13 12:09:18 +11:00
modurandom.c extmod/modurandom: Allow to build with float disabled. 2016-11-30 12:58:54 +11:00
modure.c Correct name of mp_raise_NotImplementedError to make error name. 2017-02-24 16:46:38 +01:00
moduselect.c Merge tag 'v1.8.7' 2017-01-10 09:56:09 -08:00
modussl_axtls.c Correct name of mp_raise_NotImplementedError to make error name. 2017-02-24 16:46:38 +01:00
modussl_mbedtls.c Correct name of mp_raise_NotImplementedError to make error name. 2017-02-24 16:46:38 +01:00
modutimeq.c Switch exception throwing to mp_raise helpers. It saves a little code space each time to share the call. 2017-02-24 15:13:07 +01:00
moduzlib.c all: Remove readall() method, which is equivalent to read() w/o args. 2016-11-14 00:24:22 +03:00
modwebrepl.c This introduces an alternative hardware API called nativeio structured around different functions that are typically accelerated by native hardware. Its not meant to reflect the structure of the hardware. 2016-11-21 14:11:52 -08:00
modwebsocket.c all: Remove 'name' member from mp_obj_module_t struct. 2016-09-22 00:23:16 +10:00
modwebsocket.h
uos_dupterm.c This introduces an alternative hardware API called nativeio structured around different functions that are typically accelerated by native hardware. Its not meant to reflect the structure of the hardware. 2016-11-21 14:11:52 -08:00
utime_mphal.c extmod/utime_mphal: ticks_diff/ticks_add: Don't hardcode 32-bit types. 2016-11-03 23:54:16 +03:00
utime_mphal.h extmod/utime_mphal: Implement ticks_add(), add to all maintained ports. 2016-10-29 17:30:05 +03:00
vfs_fat.c Merge tag 'v1.8.7' 2017-01-10 09:56:09 -08:00
vfs_fat_diskio.c Add support for USB writeable, MicroPython read-only volumes. 2016-10-21 15:44:09 -07:00
vfs_fat_ffconf.c
vfs_fat_file.c atmel-samd: Introduce audio sample playback via audioio.AudioOut. 2017-05-01 13:10:03 -07:00
vfs_fat_file.h atmel-samd: Introduce audio sample playback via audioio.AudioOut. 2017-05-01 13:10:03 -07:00
vfs_fat_misc.c extmod/vfs_fat: Use mp_raise_OSError helper function. 2016-10-07 13:44:55 +11:00
vfs_fat_reader.c py: Factor out persistent-code reader into separate files. 2016-11-16 18:13:50 +11:00
virtpin.c
virtpin.h