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.

Committer:
AnnaBridge
Date:
Thu Nov 08 11:45:42 2018 +0000
Revision:
171:3a7713b1edbc
Parent:
TARGET_TY51822R3/TARGET_NORDIC/TARGET_NRF5x/TARGET_NRF51/TARGET_MCU_NRF51822_UNIFIED/sdk_patch/sdk_config.h@169:a7c7b631e539
mbed library. Release version 164

Who changed what in which revision?

UserRevisionLine numberNew contents of line
AnnaBridge 156:ff21514d8981 1 #ifndef _SDK_CONFIG_H_
AnnaBridge 156:ff21514d8981 2 #define _SDK_CONFIG_H_
AnnaBridge 156:ff21514d8981 3
AnnaBridge 156:ff21514d8981 4 #include "nrf_drv_config.h"
AnnaBridge 156:ff21514d8981 5
AnnaBridge 156:ff21514d8981 6 #define UART_DEFAULT_CONFIG_BAUDRATE UART0_CONFIG_BAUDRATE
AnnaBridge 156:ff21514d8981 7 #define UART_DEFAULT_CONFIG_PARITY UART0_CONFIG_PARITY
AnnaBridge 156:ff21514d8981 8 #define UART_DEFAULT_CONFIG_HWFC UART0_CONFIG_HWFC
AnnaBridge 156:ff21514d8981 9
AnnaBridge 156:ff21514d8981 10 #define SPIS_DEFAULT_ORC NRF_DRV_SPIS_DEFAULT_ORC
AnnaBridge 156:ff21514d8981 11 #define SPIS_DEFAULT_CONFIG_IRQ_PRIORITY SPIS1_CONFIG_IRQ_PRIORITY;
AnnaBridge 156:ff21514d8981 12 #define SPIS_DEFAULT_ORC NRF_DRV_SPIS_DEFAULT_ORC
AnnaBridge 156:ff21514d8981 13 #define SPIS_DEFAULT_DEF NRF_DRV_SPIS_DEFAULT_DEF
AnnaBridge 156:ff21514d8981 14
AnnaBridge 156:ff21514d8981 15 #define SPI_DEFAULT_CONFIG_IRQ_PRIORITY SPI1_CONFIG_IRQ_PRIORITY
AnnaBridge 156:ff21514d8981 16
AnnaBridge 156:ff21514d8981 17 #endif