Crate nrf52dk [] [src]

Tock kernel for the Nordic Semiconductor nRF52 development kit (DK), a.k.a. the PCA10040.
It is based on nRF52838 SoC (Cortex M4 core with a BLE transceiver) with many exported I/O and peripherals.

nRF52838 has only one port and uses pins 0-31!

Furthermore, there exist another a preview development kit for nRF52840 but it is not supported yet because unfortunately the pin configuration differ from nRF52-DK whereas nRF52840 uses two ports where port 0 has 32 pins and port 1 has 16 pins.

Pin Configuration

GPIOs

LEDs

Buttons

UART

NFC

LFXO

Author

Reexports

extern crate core as core;
extern crate capsules;
extern crate compiler_builtins;
extern crate kernel;
extern crate nrf52;
extern crate nrf5x;
use core::prelude::v1::*;
use capsules::virtual_alarm::VirtualMuxAlarm;
use nrf5x::rtc::Rtc;

Modules

aes_test
io

Macros

print
println

Structs

Platform

Constants

BUTTON1_PIN
BUTTON2_PIN
BUTTON3_PIN
BUTTON4_PIN
BUTTON_RST_PIN
FAULT_RESPONSE
LED1_PIN
LED2_PIN
LED3_PIN
LED4_PIN
NUM_PROCS

Statics

APP_MEMORY
PROCESSES

Functions

reset_handler