aboutsummaryrefslogtreecommitdiff
path: root/applications/message_process/src/message_process.cc
AgeCommit message (Collapse)Author
2021-01-13Rename cplusplus files for consistencyPer Åstrand
Change-Id: I908ea337ffb7229a33af3364b5374209c7e9df54
2020-12-21MLBEDSW-3728 Resolve compiler warningsBhavik Patel
Change-Id: I6245d4fa6cf32c9edb05f52bb07e1d7b6a1c17fe
2020-12-10Cache clean message queueKristofer Jonsson
If the data cache is enabled before the queue constructor is called, then the queue must be cleaned. Change-Id: I29ec2b40c225065c24dc7574275482117e88cff8
2020-12-10Specify size for pmuEventConfig vectorJonny Svärd
Change-Id: Ia81c4808e0372de046cc8cfcdd67512fe67a3dbb
2020-12-08MLBEDSW-3269 Add pmu counters for inference_processBhavik Patel
Change-Id: I6594acc228fe8048f56cb96ac7846a87491eed38
2020-11-25Improved cache maintenanceKristofer Jonsson
Invalidating and cleaning buffers exchanged between Core and remote CPU. Change-Id: Icd9ce6c916422a6bbcdd42e31651a622240d0ce4
2020-11-19Improved cache maintenance20.11-rc2Kristofer Jonsson
Use invalidate by address to avoid invalidating the data segment loosing data. Change-Id: Ied36d881d19e56ea760b8775657b0e924e129b31
2020-10-12Remove dependency on cmsis_devicePer Åstrand
The applications doesn't need the cmsis device dependency. Remove it and add the explicit headers that are required to access assembler defines. Change-Id: I959b60e0ca150a75145319df207cfeb6361f0022
2020-10-09Add a Mailbox interfaceJonny Svärd
Change-Id: If68e70709c496849cb781af5f7288fa3f7ddcdb5
2020-10-06Refactor code to avoid typepunning tricksPer Åstrand
Change-Id: Iecefa233561ddbef3e04f395f12fb56cd76ffd42
2020-09-25Avoid shadowing class members when initializingPer Åstrand
Change-Id: I47eae5334d2cfa5c6e17f820095dbadebce9a1e8
2020-09-25Move to inttypes format specifiers for printfPer Åstrand
Change-Id: I799add461ab0db5b86c78a440937d722620e6d3b
2020-09-15Support inferences with multiple inputs and outputsKristofer Jonsson
Update inference process apis to support inferences with multiple inputs and multiple outputs. Update message process to handle new inference request message with an array of input- and output buffers. Change-Id: Ide0897385a1d829f58edace79140d01d8e3b85a3
2020-09-03Move fast memory area to core driverKristofer Jonsson
Change-Id: Icaa9caeace87ea14adb0f92254c9fc02b25d642e
2020-09-01Moving message- and inference processes to core software20.08Kristofer Jonsson
Change-Id: I76e94440402d58848116d06ff3fd1ed2000ac505