|
|
@ -1,6 +1,10 @@
|
|
|
|
/*! Enum of the awailable pins for this package */
|
|
|
|
/*! Enum of the awailable pins for this package */
|
|
|
|
#include "stm32f042x6.h"
|
|
|
|
#include "stm32f042x6.h"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// this file contains all the specific hardware definitions for the given chip stm32f042x6.
|
|
|
|
|
|
|
|
// Its used for the interfaces for the CSL.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#define PACKAGE_LQFP32 1
|
|
|
|
#define PACKAGE_LQFP32 1
|
|
|
|
|
|
|
|
|
|
|
|
#define MAX_USART_CHANNEL_COUNT 2
|
|
|
|
#define MAX_USART_CHANNEL_COUNT 2
|
|
|
|