both firmware and test are build and run using Makefile
This commit is contained in:
parent
6b628e9412
commit
fd24d10fb7
346 changed files with 141567 additions and 28 deletions
12
platforms/test/platform/cmsis.c
Normal file
12
platforms/test/platform/cmsis.c
Normal file
|
@ -0,0 +1,12 @@
|
|||
/*
|
||||
* cmsis.c
|
||||
*
|
||||
* Created on: Nov 22, 2019
|
||||
* Author: abody
|
||||
*/
|
||||
#include "cmsis.h"
|
||||
#include <stdlib.h>
|
||||
|
||||
void MOCKABLE(__disable_irq)() {}
|
||||
uint32_t MOCKABLE(__get_PRIMASK)() { return 0; }
|
||||
void MOCKABLE(__set_PRIMASK)(uint32_t primask) {}
|
Loading…
Add table
Add a link
Reference in a new issue