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_VBLUNO51/TOOLCHAIN_IAR/sdk_config.h@172:65be27845400, 2019-02-20 (annotated)
- Committer:
- AnnaBridge
- Date:
- Wed Feb 20 20:53:29 2019 +0000
- Revision:
- 172:65be27845400
- Parent:
- 171:3a7713b1edbc
mbed library release version 165
Who changed what in which revision?
User | Revision | Line number | New 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 |