Move CHIP specific things to mcu/

This commit is contained in:
NIIBE Yutaka
2016-05-30 14:39:02 +09:00
parent 8209f38755
commit b90e58f763
12 changed files with 37 additions and 19 deletions

View File

@@ -7,8 +7,13 @@
#include "adc.h"
static int adc_initialized = 0;
#endif
#include "sys.h"
#include "board.h"
#ifdef MCU_KINETIS_L
#include "mcu/sys-mkl27z.h"
#else
#include "mcu/sys-stm32.h"
#undef STM32F10X_MD /* Prepare for high density device, too. */
#endif
struct command_table
{