Wen-ting Lo
/
STM32F303RE_LPG
Basic
mbed_app.json@9:4731ae675a01, 2019-04-24 (annotated)
- Committer:
- lwtroach
- Date:
- Wed Apr 24 06:13:22 2019 +0000
- Branch:
- Flash_Exam
- Revision:
- 9:4731ae675a01
- Parent:
- 0:6bdfb6ccd136
When programming the data into flash, the size to API of IAP must be the correct size of data itself, or the algorithm will save the next data after it.
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
lwtroach | 0:6bdfb6ccd136 | 1 | { |
lwtroach | 0:6bdfb6ccd136 | 2 | "target_overrides": { |
lwtroach | 0:6bdfb6ccd136 | 3 | "*": { |
lwtroach | 0:6bdfb6ccd136 | 4 | "platform.stack-stats-enabled": true, |
lwtroach | 0:6bdfb6ccd136 | 5 | "platform.heap-stats-enabled": true, |
lwtroach | 0:6bdfb6ccd136 | 6 | "platform.cpu-stats-enabled": true, |
lwtroach | 0:6bdfb6ccd136 | 7 | "platform.thread-stats-enabled": true, |
lwtroach | 0:6bdfb6ccd136 | 8 | "platform.sys-stats-enabled": true |
lwtroach | 0:6bdfb6ccd136 | 9 | } |
lwtroach | 0:6bdfb6ccd136 | 10 | } |
lwtroach | 0:6bdfb6ccd136 | 11 | } |