Update copyright noteices, etc.
This commit is contained in:
parent
95c0c4837b
commit
bba28c688f
55 changed files with 201 additions and 41 deletions
|
@ -30,7 +30,7 @@ CFLAGS = $(MCFLAGS) $(OPTIMIZE) $(DEFS) \
|
|||
-I../embeddedcommon \
|
||||
-Wl,-T,lib/stm32f303.ld
|
||||
CFLAGS+=-DDEBUG
|
||||
CFLAGS+=-DNUM_LIN_LEDS=17 -DDFREQ=12500 -DCCEMBEDDED
|
||||
CFLAGS+=-I.
|
||||
|
||||
AFLAGS = $(MCFLAGS)
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#define _ADC_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include "ccconfig.h"
|
||||
#define ADCFS DFREQ
|
||||
#define ADCOVERSAMP 4
|
||||
|
||||
|
|
10
embeddedstm32f303/ccconfig.h
Normal file
10
embeddedstm32f303/ccconfig.h
Normal file
|
@ -0,0 +1,10 @@
|
|||
#ifndef _CCCONFIG_H
|
||||
#define _CCCONFIG_H
|
||||
|
||||
#define CCEMBEDDED
|
||||
#define NUM_LIN_LEDS 24
|
||||
#define USE_NUM_LIN_LEDS 24
|
||||
#define DFREQ 12500
|
||||
|
||||
#endif
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue