2 Commits (e33db80a5958772095a16b0b3753ed3aa72d07b2)

Author SHA1 Message Date
Takeo Takahashi 5f57ec464a renesas-ra: Rename pyb_uart_ to machine_uart_. 3 years ago
Takeo Takahashi 0f57ccf7f2 renesas-ra: Add new port to Renesas RA. 3 years ago
Asensio Lorenzo Sempere 010012c7c3 stm32: Add support for G0 MCUs. 3 years ago
Damien George e0a0719416 stm32: Add initial support for STM32WL MCUs. 4 years ago
Damien George aa0cf873bf stm32/uart: Support low baudrates on LPUART1. 3 years ago
Damien George 136369d72f all: Update to point to files in new shared/ directory. 3 years ago
Chris Mason 9d674cf7ab stm32/uart: Add support for LPUART1 on L0, L4, H7 and WB MCUs. 4 years ago
Damien George d2a34c62e7 stm32/uart: Add uart_set_baudrate function. 4 years ago
Jim Mussared 23109988c2 stm32/uart: Allow static IRQ handler registration. 4 years ago
Damien George 73e8b7e0e4 stm32: Update components to work with new H7xx HAL. 5 years ago
Chris Mason 1b956ec817 stm32: Add support for F413 MCUs. 6 years ago
Damien George 0d860fdcd0 stm32/uart: Always enable global UART IRQ handler on init. 6 years ago
Tobias Badertscher 372e7a4dc6 stm32: Implement UART.irq() method with initial support for RX idle IRQ. 6 years ago
Damien George dc23978dde stm32/uart: Add ability to have a static built-in UART object. 6 years ago
Damien George 6ea45277bf stm32/uart: For UART init, pass in params directly, not via HAL struct. 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 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 a60efa8202 stm32/uart: Allow ctrl-C to work with UARTs put on REPL via os.dupterm. 7 years ago
Damien George d966a33486 stm32: Change header include guards from STMHAL to STM32 to match dir. 7 years ago
Damien George 0eb333e3cf stm32/mphalport: Improve efficiency of mp_hal_stdout_tx_strn_cooked. 7 years ago
Damien George 01dd7804b8 ports: Make new ports/ sub-directory and move all ports there. 7 years ago
Alexander Steffen 55f33240f3 all: Use the name MicroPython consistently in comments 7 years ago
Alexander Steffen 299bc62586 all: Unify header guard usage. 7 years ago
Damien George aaab6a9921 stmhal/uart: Add support for UART7 and UART8 on F7 MCUs. 8 years ago
Ryan Shaw f99491cbf7 stmhal: uart.any() function now returns number of bytes available. 9 years ago
Damien George 1775b65e07 stmhal: Remove PYBVxx defines and use config vars for UART/CAN names. 10 years ago
Damien George 481d714bd5 stmhal: Overhaul UART class to use read/write, and improve it. 10 years ago
Damien George 951ed9d02f stmhal: Fix REPL printing by cooking output sent to stdout_obj. 10 years ago
Damien George 04b9147e15 Add license header to (almost) all files. 11 years ago
Damien George 7533700393 stmhal: Rename USART to UART. 11 years ago