Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: hello SerialTestv11 SerialTestv12 Sierpinski ... more
TARGET_RBLAB_BLENANO2/TARGET_NORDIC/TARGET_NRF5/TARGET_MCU_NRF52832/sdk_patch/sdk_config.h
- Committer:
- Anna Bridge
- Date:
- 2018-01-17
- Revision:
- 160:5571c4ff569f
- Parent:
- 158:1c57384330a6
File content as of revision 160:5571c4ff569f:
#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
#define PWM_DEFAULT_CONFIG_IRQ_PRIORITY PWM0_CONFIG_IRQ_PRIORITY
#endif


