Commit Graph

9 Commits (b9580b17fd34c0e4979e79eb66f1c76d5ae8298a)

Author SHA1 Message Date
Merlijn Wajer b9580b17fd (HACK): virtual: initial implementation 5 years ago
S.J.R. van Schaik d1457e8be6 usart: stm32f0: stm32f1: do not null-terminate the buffer in console_read() 7 years ago
S.J.R. van Schaik 45d51197b1 stm32f0: stm32f1: usart: have console_read() only react to Ctrl+D and not echo the user input 7 years ago
S.J.R. van Schaik ece960b3c9 stm32f0: stm32f1: usart: send \r\n instead of \r 7 years ago
S.J.R. van Schaik 1503c6f0ed usart: set baud rate to 115200 7 years ago
S.J.R. van Schaik d5266221ef usart: add CONFIG_USER_ECHO option 7 years ago
S.J.R. van Schaik 9922994d1c usart: do not send newlines 7 years ago
S.J.R. van Schaik 3bf0593928 usart: set baud rate to 9600 7 years ago
S.J.R. van Schaik 2f632d140a usart: generalise code for both stm32f0 and stm32f1 7 years ago
S.J.R. van Schaik 81b475c334 usart: remove old usart code 7 years ago
S.J.R. van Schaik 7c44691059 usart: do not handle Ctrl+C 7 years ago
S.J.R. van Schaik 33373dd250 main: swap around USART1 and USART2 to be compatible with tbm-schematics 7 years ago
S.J.R. van Schaik c10a0a2421 stm32f0: usart: set baud rate to 115200 7 years ago
S.J.R. van Schaik c071903dd1 shell: pass around console object 7 years ago
S.J.R. van Schaik 3f7580ae39 usart: only allocate two USART structures 7 years ago
S.J.R. van Schaik 715cd7f72e usart: use a baud rate of 9600 7 years ago
S.J.R. van Schaik fffcd4c3b9 usart: remove debugging statement 7 years ago
S.J.R. van Schaik bc50af00b6 shell: mufs: implement experimental write command 7 years ago
S.J.R. van Schaik 20aec106c0 stm32f0: usart: return EAGAIN 7 years ago
S.J.R. van Schaik 7d0f730212 stm32f0: usart: implement asynchronous serial interfaces 7 years ago
S.J.R. van Schaik ad46f9ccae stm32f0: usart: add code to enable USART 2 7 years ago
S.J.R. van Schaik 30f878e562 stm32f0: usart: set up process line callback and pass the file pointer 7 years ago
S.J.R. van Schaik 40c0668d20 stm32f0: usart: allocate USART console object and expose FILE pointer 7 years ago
S.J.R. van Schaik 8af9ba9fa9 stm32f0: usart: set up array of consoles 7 years ago
S.J.R. van Schaik d37f64dccb stm32f0: usart: remove unused variable 7 years ago
S.J.R. van Schaik 04d161a6a9 stm32f0: usart: add callback to process each fully received line 7 years ago
S.J.R. van Schaik 2610c11a3d stm32f0: usart: simplify while loop in interrupt handler 7 years ago
S.J.R. van Schaik ea142b75fe stm32f0: gpio: rcc: separate GPIO and RCC setup 7 years ago
S.J.R. van Schaik 4e9f1c77bf stm32f0: usart: temporarily enable GPIOs 7 years ago
S.J.R. van Schaik 963b713d46 stm32f0: usart: fix typo 7 years ago
S.J.R. van Schaik eaa61e50af stm32f0: usart: generalise initialisation 7 years ago
S.J.R. van Schaik e4d0dc3cb3 usart: implement interrupt for USART receive 7 years ago
S.J.R. van Schaik f7db775316 usart: re-route input as output 7 years ago
S.J.R. van Schaik 81632df5e9 console: separate driver for USART 7 years ago
S.J.R. van Schaik a572b357f7 console: usart: set up stdout, stderr and stdout 7 years ago
S.J.R. van Schaik b0dd5a9abc usart: use \n instead of \r\n 7 years ago
S.J.R. van Schaik 3873f68817 make: restructure build scripts 7 years ago
S.J.R. van Schaik e946d0ce3d tbm: initial commit 7 years ago