9820 Commits (5146e7949028928a1f5e8f5705c0600fcb39ed74)
 

Author SHA1 Message Date
Damien George 5146e79490 stm32/boards/NUCLEO_L432KC: Specify L4 OpenOCD config file for this MCU. 6 years ago
Damien George 59f409a787 stm32/boards: Allow OpenOCD stm_flash procedure to accept single FW img. 6 years ago
Paul Sokolovsky d4d4bc5827 tests/basics/special_methods2: Typo fix in comment. 7 years ago
Damien George 814d580a15 tools/mpy-tool.py: Fix calc of opcode size for opcodes with map caching. 6 years ago
Damien George 6bf8ecfe3a py/bc: Fix calculation of opcode size for opcodes with map caching. 6 years ago
Paul Sokolovsky fbb8335084 py/objdict: Make .fromkeys() method configurable. 6 years ago
Paul Sokolovsky 169b152f29 docs/ure: Fully describe supported syntax subset, add example. 6 years ago
Damien George 1db55381b6 stm32/adc: Support 16-bit ADC configuration on H7 MCUs. 6 years ago
Damien George 6cab8daee0 stm32/adc: Increase ADC sampling time for internal sources on H7 MCUs. 6 years ago
Damien George 0555ada277 stm32/adc: Fix calibrated volt/temp readings on H7 by using 16bit scale. 6 years ago
Damien George 1b4031ed64 stm32/extint: Use correct EXTI channels on H7 MCUs for RTC events. 6 years ago
Glenn Ruben Bakke 9e5768a6db nrf/bluetooth: Update BLE stack download script. 6 years ago
Damien George beeeec292b docs/README: Remove references to MICROPY_PORT when building docs. 6 years ago
Damien George 025d419a77 teensy: Add own uart.h to not rely on stm32's version of the file. 6 years ago
Damien George dc23978dde stm32/uart: Add ability to have a static built-in UART object. 6 years ago
Damien George 61ef031687 stm32/uart: Move config of char_width/char_mask to uart.c. 6 years ago
Damien George 6ea45277bf stm32/uart: For UART init, pass in params directly, not via HAL struct. 6 years ago
Damien George e0c2432503 stm32/uart: Simplify deinit of UART, no need to call HAL. 6 years ago
Damien George bc3f0dddac stm32/uart: Remove HAL's UART_HandleTypeDef from UART object struct. 6 years ago
Damien George 7d7f59d78b stm32/uart: Factor out code to set RX buffer to function uart_set_rxbuf. 6 years ago
Damien George 9690757cca stm32/uart: Rework uart_get_baudrate so it doesn't need a UART handle. 6 years ago
Damien George 524e13b006 stm32/uart: Factor out code from machine_uart.c that computes baudrate. 6 years ago
Damien George a2271532be stm32: Split out UART Python bindings from uart.c to machine_uart.c. 6 years ago
Damien George 55830dd9bf py/objexcept: Make sure mp_obj_new_exception_msg doesn't copy/format msg 6 years ago
Damien George bad4e15da5 py/objexcept: Use macros to make offsets in emergency exc buf clearer. 6 years ago
Paul Sokolovsky 38151f35c1 extmod/moductypes: Add aliases for native C types. 6 years ago
Damien George 074597f172 tests/extmod/uctypes_error: Add test for unsupported unary op. 6 years ago
Paul Sokolovsky 0de6815ec1 tests/extmod/uctypes_ptr_le: Test int() operation on a pointer field. 6 years ago
Paul Sokolovsky 9d864bde04 extmod/moductypes: Implement __int__ for PTR. 6 years ago
Paul Sokolovsky d690c2e148 tests/basics/special_methods: Add testcases for __int__. 6 years ago
Paul Sokolovsky b1d08726ee py/obj: Add support for __int__ special method. 6 years ago
Damien George 113f00a9ab py/objboundmeth: Support loading generic attrs from the method. 6 years ago
Damien George da7355e213 esp32/modmachine: Enable machine.sleep() now that the IDF supports it. 6 years ago
Damien George 9c6c32cc51 esp32/machine_pwm: On deinit stop routing PWM signal to the pin. 6 years ago
Damien George 287b02d98a esp32/machine_pwm: Support higher PWM freq by auto-scaling timer res. 6 years ago
Damien George 87623082e3 esp32/machine_uart: Implement UART.sendbreak() method. 6 years ago
boochow 69b7b8fa12 stm32/boards: Add NUCLEO_L432KC board configuration files. 6 years ago
boochow 9d3372bded stm32: Add peripheral support for STM32L432. 6 years ago
boochow 1a8baad7ca stm32/boards: Add STM32L432KC chip configuration files. 6 years ago
Damien George 52bec93755 esp8266/machine_uart: Add rxbuf keyword arg to UART constructor/init. 6 years ago
Damien George 9ddc182ec7 esp32/machine_uart: Add txbuf/rxbuf keyword args to UART construct/init. 6 years ago
Damien George 8007d0bd16 stm32/uart: Add rxbuf keyword arg to UART constructor and init method. 6 years ago
Damien George c6365ffb92 stm32/powerctrl: Add support for standby mode on L4 MCUs. 6 years ago
Damien George a1c81761b1 stm32/mboot: Add documentation for using mboot on PYBv1.x. 6 years ago
Damien George c040961e91 stm32/boards: Add configuration for putting mboot on PYBv1.x. 6 years ago
Damien George eed522d69f stm32/mboot: Add support for 4th board LED. 6 years ago
Damien George 13e92e1225 stm32/mboot: Provide led_state_all function to reduce code size. 6 years ago
Damien George 9262f54138 stm32/uart: Always show the flow setting when printing a UART object. 6 years ago
Damien George da1d849ad1 stm32,esp8266,cc3200: Use MICROPY_GC_STACK_ENTRY_TYPE to save some RAM. 6 years ago
Ayke van Laethem 31cf528c75 py: Add option to reduce GC stack integer size to save RAM. 7 years ago