The official Mbed 2 C/C++ SDK provides the software platform and libraries to build your applications.

Dependents:   hello SerialTestv11 SerialTestv12 Sierpinski ... more

mbed 2

This is the mbed 2 library. If you'd like to learn about Mbed OS please see the mbed-os docs.

TARGET_TY51822R3/TOOLCHAIN_GCC_ARM/sdk_config.h

Committer:
AnnaBridge
Date:
2019-02-20
Revision:
172:65be27845400
Parent:
171:3a7713b1edbc

File content as of revision 172:65be27845400:

#ifndef _SDK_CONFIG_H_
#define _SDK_CONFIG_H_

#include "nrf_drv_config.h"

#define UART_DEFAULT_CONFIG_BAUDRATE UART0_CONFIG_BAUDRATE
#define UART_DEFAULT_CONFIG_PARITY   UART0_CONFIG_PARITY
#define UART_DEFAULT_CONFIG_HWFC     UART0_CONFIG_HWFC

#define SPIS_DEFAULT_ORC                 NRF_DRV_SPIS_DEFAULT_ORC
#define SPIS_DEFAULT_CONFIG_IRQ_PRIORITY SPIS1_CONFIG_IRQ_PRIORITY;
#define SPIS_DEFAULT_ORC                 NRF_DRV_SPIS_DEFAULT_ORC
#define SPIS_DEFAULT_DEF                 NRF_DRV_SPIS_DEFAULT_DEF

#define SPI_DEFAULT_CONFIG_IRQ_PRIORITY  SPI1_CONFIG_IRQ_PRIORITY

#endif