aboutsummaryrefslogtreecommitdiff
path: root/libraries/mbed/targets/cmsis/TARGET_STM
diff options
context:
space:
mode:
authorPaul Selkirk <paul@psgd.org>2018-12-02 17:19:44 -0500
committerPaul Selkirk <paul@psgd.org>2018-12-02 17:19:44 -0500
commite99737c12cac1fcc8604ac89a14dac5b2606a42d (patch)
tree686c5b7aaca400cfab1800a45d4fa07b24a9bf08 /libraries/mbed/targets/cmsis/TARGET_STM
parent97034edb35e92361daaa24512989d00f6c3fd517 (diff)
Clean up the profiling code to the point where I stand a chance of
understanding it 6 months from now. While I'm at it, try to make it a little more efficient (because 50-60% of time in a typical profiling run is spent in the function-entry counting), and collapse profil.c into gmon.c.
Diffstat (limited to 'libraries/mbed/targets/cmsis/TARGET_STM')
0 files changed, 0 insertions, 0 deletions
6:58 +0200 committer Fredrik Thulin <fredrik@thulin.net> 2016-05-21 13:16:58 +0200 Add code to access the keystore memory (SPI flash).' href='/sw/stm32/commit/stm-keystore.c?h=auto_zeroise&id=3d16ad028d69acc581095430d20463ed66f65779'>3d16ad0
fd60daa
3d16ad0


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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77