This website works better with JavaScript.
Explore
Help
Sign In
TBM
/
tbm-mcu
Watch
1
Star
0
Fork
You've already forked tbm-mcu
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
308
Commits
2
Branches
1
Tag
1.0 MiB
Tag:
Branch:
Tree:
c6afcd1027
master
wip/virtual-tbm
0.1.0
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'c6afcd1027'
${ noResults }
Commit Graph
22 Commits (c6afcd102793e7faa2e422a6a1e66c597c5f7a1f)
Author
SHA1
Message
Date
S.J.R. van Schaik
c071903dd1
shell: pass around console object
8 years ago
S.J.R. van Schaik
3f7580ae39
usart: only allocate two USART structures
8 years ago
S.J.R. van Schaik
715cd7f72e
usart: use a baud rate of 9600
8 years ago
S.J.R. van Schaik
fffcd4c3b9
usart: remove debugging statement
8 years ago
S.J.R. van Schaik
bc50af00b6
shell: mufs: implement experimental write command
8 years ago
S.J.R. van Schaik
20aec106c0
stm32f0: usart: return EAGAIN
8 years ago
S.J.R. van Schaik
7d0f730212
stm32f0: usart: implement asynchronous serial interfaces
8 years ago
S.J.R. van Schaik
ad46f9ccae
stm32f0: usart: add code to enable USART 2
8 years ago
S.J.R. van Schaik
30f878e562
stm32f0: usart: set up process line callback and pass the file pointer
8 years ago
S.J.R. van Schaik
40c0668d20
stm32f0: usart: allocate USART console object and expose FILE pointer
8 years ago
S.J.R. van Schaik
8af9ba9fa9
stm32f0: usart: set up array of consoles
8 years ago
S.J.R. van Schaik
d37f64dccb
stm32f0: usart: remove unused variable
8 years ago
S.J.R. van Schaik
04d161a6a9
stm32f0: usart: add callback to process each fully received line
8 years ago
S.J.R. van Schaik
2610c11a3d
stm32f0: usart: simplify while loop in interrupt handler
8 years ago
S.J.R. van Schaik
ea142b75fe
stm32f0: gpio: rcc: separate GPIO and RCC setup
8 years ago
S.J.R. van Schaik
4e9f1c77bf
stm32f0: usart: temporarily enable GPIOs
8 years ago
S.J.R. van Schaik
963b713d46
stm32f0: usart: fix typo
8 years ago
S.J.R. van Schaik
eaa61e50af
stm32f0: usart: generalise initialisation
8 years ago
S.J.R. van Schaik
e4d0dc3cb3
usart: implement interrupt for USART receive
8 years ago
S.J.R. van Schaik
f7db775316
usart: re-route input as output
8 years ago
S.J.R. van Schaik
81632df5e9
console: separate driver for USART
9 years ago
S.J.R. van Schaik
a572b357f7
console: usart: set up stdout, stderr and stdout
9 years ago
S.J.R. van Schaik
b0dd5a9abc
usart: use \n instead of \r\n
9 years ago
S.J.R. van Schaik
3873f68817
make: restructure build scripts
9 years ago
S.J.R. van Schaik
e946d0ce3d
tbm: initial commit
9 years ago