XCORE SDK
XCORE Software Development Kit
tst_common.h
1 // Copyright 2020-2021 XMOS LIMITED.
2 // This Software is subject to the terms of the XMOS Public Licence: Version 1.
3 
4 #pragma once
5 
6 #include <stdint.h>
7 
8 #include "bfp_math.h"
9 #include "pseudo_rand.h"
10 #include "rand_frame.h"
11 #include "testing.h"
12