aboutsummaryrefslogtreecommitdiff
path: root/libraries
diff options
context:
space:
mode:
authorPaul Selkirk <paul@psgd.org>2016-06-15 00:19:58 -0400
committerPaul Selkirk <paul@psgd.org>2016-06-15 00:19:58 -0400
commitc1d073875eea91c7f4e14b9aa0d7a9c12cf598c2 (patch)
tree3f55d91c99aa5f355ca917ef83656219333f1f43 /libraries
parent3e31061ff6cbba7ea5bcb16dd0fa55b65ebf586f (diff)
Use a 1-byte DMA buffer for management UART receives.
It sounds silly, but this gives us completion callbacks, so we don't spend out entire time slice polling the receive buffer for new characters (which kills performance for tasks that are doing real work). Besides, libcli wants to process a character at a time, so uart_cli_read just waits on the completion callback.
Diffstat (limited to 'libraries')
0 files changed, 0 insertions, 0 deletions
gd.org> 2016-07-06 14:46:26 -0400 committer Paul Selkirk <paul@psgd.org> 2016-07-06 14:46:26 -0400 Simplify library Makefiles by using symbols defined in top-level Makefile, rather than re-deriving them.' href='/sw/stm32/commit/libraries/libtfm/Makefile?h=auto_zeroise&id=2864813c35d2ce295468775b6091bda9ef2245a1'>2864813
aa90cb4





















2864813
aa90cb4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40