Commit 34d0e50
committed
I2S example sketches failed compliation, Jira 786.
The latest BLE library consumes more heap space that causes these sketches ran out of heap space for their temporary
buffers. For now, the size of the tempporary is reduced. For the near future, there are 3 improvements to address
this issue. The BLE library will be making use of the DCCM memory instead of heap. The I2S library buffering space
is going to the DCCM memory too. The heap space will be increased to maximize the usage of the entire SRAM sapce.1 parent 4c89a18 commit 34d0e50
File tree
3 files changed
+7
-5
lines changed- libraries/CurieI2S/examples
- I2SDMA_RXCallBack
- I2SDMA_TXCallBack
- I2S_RxCallback
3 files changed
+7
-5
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
| 25 | + | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
| |||
54 | 56 | | |
55 | 57 | | |
56 | 58 | | |
57 | | - | |
| 59 | + | |
58 | 60 | | |
59 | 61 | | |
0 commit comments