444 Commits (af0932a7793478f0b90b754d38955d69700b0bee)

Author SHA1 Message Date
Damien George b2fa1b50ed ports: Call gc_sweep_all() when doing a soft reset. 7 years ago
Damien George 24c416cc66 stm32/mboot: Increase USB rx_buf and DFU buf sizes to full 2048 bytes. 7 years ago
Glenn Moloney 039f196c56 esp32/modnetwork: Fix isconnected() when using static IP config. 7 years ago
Damien George 190c7dba89 stm32/mpconfigport.h: Enable DELATTR_SETATTR and BUILTINS_NOTIMPLEMENTED 7 years ago
Damien George 93150a0d40 ports: Enable descriptors on stm32, esp8266, esp32 ports. 7 years ago
Damien George fadd6bbe43 unix/moduos_vfs: Add missing uos functions from traditional uos module. 7 years ago
Damien George 1d40f12e44 unix: Support MICROPY_VFS_POSIX and enable it in coverage build. 7 years ago
Damien George f35aae366c extmod/vfs_fat: Rename FileIO/TextIO types to mp_type_vfs_fat_XXX. 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 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 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 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 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 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 20b4b85f72 ports: Enable MICROPY_PY_BUILTINS_ROUND_INT on selected ports. 7 years ago
Damien George e773a2cdba stm32/main: Use consistent indenting of macro #if's. 7 years ago
Damien George f68e722005 stm32/rng: Use Yasmarang for rng_get() if MCU doesn't have HW RNG. 7 years ago
Damien George cda964198a stm32: Integrate lwIP as implementation of usocket module. 7 years ago
Damien George 6c955932f3 stm32/rtc: Don't try to set SubSeconds value on RTC. 7 years ago
Daniel Shaulov cac2eddc16 minimal/main: Allow to compile without GC enabled. 7 years ago
Damien George afd0701bf7 esp8266: Change UART(0) to attach to REPL via uos.dupterm interface. 7 years ago
Damien George 2923671a0c esp32/Makefile: Update to latest ESP IDF version. 7 years ago
Paul Sokolovsky 478410b409 zephyr/Makefile: Add kobj_types_h_target to Z_EXPORTS. 7 years ago
Paul Sokolovsky 5a023372df zephyr: Add prj_disco_l475_iot1.conf with sensor drivers. 7 years ago
Paul Sokolovsky 7afbc49863 zephyr/prj_base.conf: Enable DHCP and group static IPs together. 7 years ago
Paul Sokolovsky 0e52ee957d zephyr/modzsensor: Zephyr sensor subsystem bindings. 7 years ago
Paul Sokolovsky 080b0be1c8 zephyr/mpconfigport.h: Enable uhashlib and ubinascii modules. 8 years ago
Paul Sokolovsky 9480c188e8 zephyr/main: After builtin testsuite, drop to REPL. 7 years ago
Paul Sokolovsky 1050045979 zephyr/README: Hint about existence of qemu_x86_nommu. 7 years ago