9199 Commits (bace1a16d056cc755f12f525b9f2bfb3cb4b4b50)
 

Author SHA1 Message Date
Damien George bace1a16d0 py/objtype: Don't expose mp_obj_instance_attr(). 7 years ago
Damien George db5d8c97f1 py/obj.h: Introduce a "flags" entry in mp_obj_type_t. 7 years ago
Damien George b789c640f7 travis: Install explicit version of urllib3 for coveralls. 7 years ago
Damien George a8b9e71ac1 py/mpconfig.h: Add default MICROPY_VFS_FAT config value. 7 years ago
Damien George c117effddd extmod/vfs: Introduce a C-level VFS protocol, with fast import_stat. 7 years ago
Damien George fadd6bbe43 unix/moduos_vfs: Add missing uos functions from traditional uos module. 7 years ago
Damien George 5ef0d2ab14 tests/extmod: Remove conditional import of uos_vfs, it no longer exists. 7 years ago
Damien George 6c02da2eec tests/extmod: Add test for importing a script from a user VFS. 7 years ago
Damien George 1d40f12e44 unix: Support MICROPY_VFS_POSIX and enable it in coverage build. 7 years ago
Damien George d4ce57e4e3 extmod/vfs: Add fast path for stating VfsPosix filesystem. 7 years ago
Damien George a93144cb65 py/reader: Allow MICROPY_VFS_POSIX to work with MICROPY_READER_POSIX. 7 years ago
Damien George 8d82b0edbd extmod: Add VfsPosix filesystem component. 7 years ago
Damien George f35aae366c extmod/vfs_fat: Rename FileIO/TextIO types to mp_type_vfs_fat_XXX. 7 years ago
Damien George 172c23fe5d extmod/vfs: Use u_rom_obj properly in argument structures. 7 years ago
Damien George aace60a75e esp8266/modules/ntptime.py: Remove print of newly-set time. 7 years ago
Damien George a90124a9e2 esp32: Add support for building with external SPI RAM. 7 years ago
Angus Gratton bc92206f89 esp32/Makefile: Extract common C & C++ flags for consistent compilation. 7 years ago
Damien George df13ecde06 cc3200/mods: Include stream.h to get definition of mp_stream_p_t. 7 years ago
Damien George 1427f8f593 py/stream: Move definition of mp_stream_p_t from obj.h to stream.h. 7 years ago
Damien George 309fe39dbb stm32/modnetwork: Fix arg indexing in generic ifconfig method. 7 years ago
Damien George 7d86ac6c01 stm32: Add network driver for Wiznet5k using MACRAW mode and lwIP. 7 years ago
Damien George 5a5bc4a61f drivers/wiznet5k: Fix bug with MACRAW socket calculating packet size. 7 years ago
Damien George d9f1ecece2 stm32/modnetwork: Provide generic implementation of ifconfig method. 7 years ago
Damien George 7437215ad7 stm32/modnetwork: Change base entry of NIC object from type to base. 7 years ago
Damien George 6d87aa54d6 stm32/modnetwork: Don't take netif's down when network is deinited. 7 years ago
Damien George ea22406f76 extmod/modussl_mbedtls: Use mbedtls_entropy_func for CTR-DRBG entropy. 7 years ago
Damien George 98b9f0fc9d extmod/modussl_mbedtls: Populate sock member right away in wrap_socket. 7 years ago
Jeff Epler c60589c02b py/objtype: Fix assertion failures in super_attr by checking type. 7 years ago
Jeff Epler 05b13fd292 py/objtype: Fix assertion failures in mp_obj_new_type by checking types. 7 years ago
Damien George a1acbad27a stm32/flash: Increase H7 flash size to full 2MiB. 7 years ago
rolandvs 958fa74521 stm32/boards: Ensure USB OTG power is off for NUCLEO_F767ZI. 7 years ago
rolandvs 50bc34d4a4 stm32/boards: Split combined alt-func labels and fix some other errors. 7 years ago
Damien George 98d1609358 stm32/README: Update to include STM32F0 in list of supported MCUs. 7 years ago
Damien George e681372017 stm32/boards: Add NUCLEO_F091RC board configuration files. 7 years ago
Damien George 1163400039 stm32/boards: Add alt-func CSV list and linker script for STM32F091. 7 years ago
Damien George ea7e747979 stm32: Add support for STM32F0 MCUs. 7 years ago
Damien George 4a7d157a5b stm32/boards: Add startup_stm32f0.s for STM32F0 MCUs. 7 years ago
Damien George 191e2cf90a lib/stm32lib: Update library to include support for STM32F0 MCUs. 7 years ago
Damien George 6d83468a30 stm32: Allow a board to disable MICROPY_VFS_FAT. 7 years ago
Damien George 5c0685912f stm32/timer: Make timer_get_source_freq more efficient by using regs. 7 years ago
Damien George 070937fe93 stm32: Add support for Cortex-M0 CPUs. 7 years ago
Damien George f497723802 stm32: Allow to have no storage support if there are no block devices. 7 years ago
Damien George aa4a7a8732 stm32/usb: Guard USB device code with #if for whether USB is enabled. 7 years ago
Nick Moore ef4c8e6e97 esp32: Silence ESP-IDF log messages when in raw REPL mode. 7 years ago
Damien George dfeaea1441 py/objtype: Remove TODO comment about needing to check for property. 7 years ago
Damien George 15ddc20436 stm32: Add new component, the mboot bootloader. 7 years ago
Damien George f47eeab0ad stm32: Add low-level hardware I2C slave driver. 7 years ago
Damien George 4200018a05 stm32: Remove unneeded HTML release notes from usbdev and usbhost dirs. 7 years ago
Damien George df9b7e8f24 esp32/esp32.custom_common.ld: Put soc code in iram0. 7 years ago
Damien George 18e6358480 py/emit: Combine setup with/except/finally into one emit function. 7 years ago