9173 Commits (98b9f0fc9d0fe14c5f13faf2e9b902422919594c)
 

Author SHA1 Message Date
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
Damien George 436e0d4c54 py/emit: Merge build set/slice into existing build emit function. 7 years ago
Damien George d97906ca9a py/emit: Combine import from/name/star into one emit function. 7 years ago
Damien George 8a513da5a5 py/emit: Combine break_loop and continue_loop into one emit function. 7 years ago
Damien George 6211d979ee py/emit: Combine load/store/delete attr into one emit function. 7 years ago
Damien George a4941a8ba4 py/emit: Combine load/store/delete subscr into one emit function. 7 years ago
Damien George d298013939 py/emit: Combine name and global into one func for load/store/delete. 7 years ago
Damien George 26b5754092 py/emit: Combine build tuple/list/map emit funcs into one. 7 years ago
Damien George e686c94052 py/emit: Combine yield value and yield-from emit funcs into one. 7 years ago
Damien George 0a25fff956 py/emit: Combine fast and deref into one function for load/store/delete. 7 years ago
Damien George 400273a799 py/objgenerator: Protect against reentering a generator. 7 years ago
Damien George 771cb359af py/objgenerator: Save state in old_globals instead of local variable. 7 years ago
Damien George 20b4b85f72 ports: Enable MICROPY_PY_BUILTINS_ROUND_INT on selected ports. 7 years ago
Jan Klusacek b318ebf101 py/modbuiltins: Add support for rounding integers. 7 years ago
Damien George f2ec792554 py/parsenum: Adjust braces so they are balanced. 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 41766ba7e6 extmod/modlwip: Allow to compile with MICROPY_PY_LWIP disabled. 7 years ago
Damien George 6c955932f3 stm32/rtc: Don't try to set SubSeconds value on RTC. 7 years ago
Damien George 6bd78741c1 py/gc: When GC threshold is hit don't unnecessarily collect twice. 7 years ago
Daniel Shaulov cac2eddc16 minimal/main: Allow to compile without GC enabled. 7 years ago
Damien George 1ad0013dec tests: Add some tests for bigint hash, float hash and float parsing. 7 years ago
Jeff Epler 95e43efc99 py/objfloat: Fix undefined integer behavior hashing negative zero. 7 years ago
Jeff Epler c4dafcef4f py/mpz: Avoid undefined behavior at integer overflow in mpz_hash. 7 years ago
Jeff Epler 60eb5305f6 py/objfloat: Fix undefined shifting behavior in high-quality float hash. 7 years ago
Jeff Epler 4f71a2a75a py/parsenum: Avoid undefined behavior parsing floats with large exponents. 7 years ago