9060 Commits (29d28c2574d6c0b93fd3fc869b389a61dee12102)
 

Author SHA1 Message Date
Damien George 29d28c2574 py/modbuiltins: In built-in dir make use of mp_load_method_protected. 7 years ago
Damien George 7241d90272 py/repl: Use mp_load_method_protected to prevent leaking of exceptions. 7 years ago
Damien George 529860643b py/modbuiltins: Make built-in hasattr work properly for user types. 7 years ago
Damien George bc87b862fd py/runtime: Add mp_load_method_protected helper which catches exceptions 7 years ago
Damien George eb88803ac8 py/{modbuiltins,repl}: Start qstr probing from after empty qstr. 7 years ago
Damien George c1115d931f stm32/usb: Use correct type for USB HID object. 7 years ago
Damien George e1bc85416a stm32/usb: Fix broken pyb.have_cdc() so it works again. 7 years ago
Damien George e638defff4 stm32/i2c: Make sure stop condition is sent after receiving addr nack. 7 years ago
Damien George 2ada1124d4 tests/cpydiff: Remove types_int_tobytesfloat now that it doesn't fail. 7 years ago
Damien George 74ab341d3a tests/cpydiff: Remove working cases from types_float_rounding. 7 years ago
Damien George cd9d71edc8 tests/cpydiff: Remove types_str_decodeerror now that it succeeds. 7 years ago
Damien George 4b5111f8e1 tests/cpydiff: Remove core_function_unpacking now that it succeeds. 7 years ago
Damien George 3cf02be4e0 py/emitnx86: Fix 32-bit x86 native emitter build by including header. 7 years ago
Damien George aea71dbde0 stm32/Makefile: Use -O2 to optimise compilation of lib/libc/string0.c. 7 years ago
Damien George cb3456ddfe stm32: Don't use %lu or %lx for formatting, use just %u or %x. 7 years ago
Damien George b614dc73b0 stm32/dma: Fix duplicate typedef of struct, it's typedef'd in dma.h. 7 years ago
Damien George 318f874cda extmod/modlwip: In ioctl handle case when socket is in an error state. 7 years ago
Damien George 12a3fccc7e esp32/modsocket: Check for pending events during blocking socket calls. 7 years ago
Damien George 5936168150 extmod/uzlib: Fix C-language sequencing error with uzlib_get_byte calls. 7 years ago
Damien George 4fa7d36cee esp32: Use mp_rom_map_elem_t and MP_ROM_xxx macros for const dicts. 7 years ago
Damien George 6681eb809a esp32/modsocket: Correctly handle reading from a peer-closed socket. 7 years ago
Torwag fb7dabb971 esp32/README: Add --init to submodule update command. 7 years ago
Ayke van Laethem 5eb198c441 tests/run-tests: Support esp32 as a target for running the test suite. 7 years ago
Damien George 89b1c4a60c extmod/vfs: Delegate import_stat to vfs.stat to allow generic FS import. 7 years ago
Damien George 60db80920a py/builtinhelp: Change occurrence of mp_uint_t to size_t. 7 years ago
Damien George 6410e174c5 esp8266: Disable DEBUG_PRINTERS for 512k build. 7 years ago
Damien George db2bdad8a2 tests/pyb: Update tests to run correctly on PYBv1.0. 7 years ago
Damien George 051686b0a8 stm32/main: Clean up and optimise initial start-up code of the MCU. 7 years ago
Damien George a03e6c1e05 stm32/irq: Define IRQ priorities directly as encoded hardware values. 7 years ago
Peter D. Gray 266446624f stm32/dma: Always deinit/reinit DMA channels on L4 MCUs. 7 years ago
Damien George 4c0f664b1a stm32/flash: Remove unused src parameter from flash_erase(). 7 years ago
Damien George edb600b6a2 stm32/mphalport: Optimise the way that GPIO clocks are enabled. 7 years ago
Damien George 00a659f3ee stm32/dac: Implement printing of a DAC object. 7 years ago
Damien George dcfd2de5c2 stm32/dac: Make deinit disable the output buffer on H7 and L4 MCUs. 7 years ago
Damien George d4f8414ebd stm32/adc: Use mp_hal_pin_config() instead of HAL_GPIO_Init(). 7 years ago
Damien George 3022947343 stm32/mphalport: Support ADC mode on a pin for L4 MCUs. 7 years ago
Damien George 6b4b6d388b py/obj.h: Fix math.e constant for nan-boxing builds. 7 years ago
Damien George 68f4cba3d2 stm32/boards: Update pins.csv to include USB pins where needed. 7 years ago
Damien George b0ad46cd11 stm32/dac: Use mp_hal_pin_config() instead of HAL_GPIO_Init(). 7 years ago
Damien George 04ead56614 stm32/usbd_conf: Use mp_hal_pin_config() instead of HAL_GPIO_Init. 7 years ago
Damien George a28bd4ac94 stm32/mphalport: Add mp_hal_pin_config_speed() to select GPIO speed. 7 years ago
Damien George 777e042ab5 esp32/modnetwork: Allow to get ESSID of AP that STA is connected to. 7 years ago
Lars Kellogg-Stedman d8fdb77ac9 esp8266/modnetwork: Allow to get ESSID of AP that STA is connected to. 7 years ago
Andreas Valder 298c072433 esp32: Add support for the esp32's ULP. 7 years ago
Ayke van Laethem d43c737756 py/stream: Use uPy errno instead of system's for non-blocking check. 7 years ago
Damien George 96740be357 py/mperrno: Define MP_EWOULDBLOCK as EWOULDBLOCK, not EAGAIN. 7 years ago
Mike Wadsten 9f1eafc380 tests/io/bytesio_ext2: Remove dependency on specific EINVAL value 7 years ago
iabdalkader 28c9824c51 stm32/boards/NUCLEO_H743ZI: Enable ADC peripheral. 7 years ago
iabdalkader 8c12f1d916 stm32/adc: Add support for H7 MCU series. 7 years ago
Damien George 23e9c3bca7 esp32/modules: Add support scripts for WebREPL. 7 years ago