Crate nrf51dk [] [src]

Tock kernel for the Nordic Semiconductor nRF51 development kit (DK), a.k.a. the PCA10028.
This is an nRF51422 SoC (a Cortex M0 core with a BLE transceiver) with many exported pins, LEDs, and buttons.
Currently the kernel provides application alarms, and GPIO.
It will provide a console once the UART is fully implemented and debugged.

Pin configuration

Authors

Reexports

extern crate core as core;
extern crate capsules;
extern crate compiler_builtins;
extern crate kernel;
extern crate nrf51;
extern crate nrf5x;
use core::prelude::v1::*;
use capsules::alarm::AlarmDriver;
use capsules::virtual_alarm::MuxAlarm;
use capsules::virtual_alarm::VirtualMuxAlarm;
use kernel::Chip;
use kernel::SysTick;
use kernel::hil::uart::UART;
use nrf5x::pinmux::Pinmux;
use nrf5x::rtc::Rtc;
use nrf5x::rtc::RTC;

Modules

aes_test
io

Macros

print
println

Structs

Platform

Constants

BUTTON1_PIN
BUTTON2_PIN
BUTTON3_PIN
BUTTON4_PIN
FAULT_RESPONSE
LED1_PIN
LED2_PIN
LED3_PIN
LED4_PIN
NUM_PROCS

Statics

APP_MEMORY
PROCESSES

Functions

reset_handler