both firmware and test are build and run using Makefile

This commit is contained in:
Attila Body 2019-12-13 14:43:40 +01:00
parent 6b628e9412
commit fd24d10fb7
346 changed files with 141567 additions and 28 deletions

View 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) {}