Go to file
Carles Cufi 3f943a8774 boards: bbc_microbit: Add button and LED definitions
For the basic samples to work, button and LED definitions are required
in board.h. These map the buttons and LEDs present on the board to
the corresponding GPIOs they are wired into.

In this particular case the LEDs are actually arranged in a 3x9 matrix,
with the GPIOs wired to the rows and columns of said matrix. An upcoming
patch will provide utility functions to access the matrix.

Change-Id: Icce93ee6a08ae28445c6dc4a41529105ac80f14a
Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
2016-12-20 09:14:49 -06:00
.known-issues
arch boards: arm: Refactor the GPIO and UART dependencies 2016-12-20 09:14:48 -06:00
boards boards: bbc_microbit: Add button and LED definitions 2016-12-20 09:14:49 -06:00
doc kernel: fixed description of THREAD_CUSTOM_DATA 2016-12-19 19:58:42 +00:00
drivers boards: arm: Refactor the GPIO and UART dependencies 2016-12-20 09:14:48 -06:00
ext ext: Update Nordic MDK header files 2016-12-20 09:14:48 -06:00
include tracing: rename CONFIG_DEBUG_TRACING_KERNEL_OBJECTS 2016-12-19 14:59:35 -05:00
kernel tracing: rename CONFIG_DEBUG_TRACING_KERNEL_OBJECTS 2016-12-19 14:59:35 -05:00
lib iot/dns: Use a k_sem for the DNS rx routine 2016-12-16 19:14:53 +01:00
misc tracing: rename CONFIG_DEBUG_TRACING_KERNEL_OBJECTS 2016-12-19 14:59:35 -05:00
samples echo_server: Fix frdm_k64f build in the absence of CC2520 2016-12-20 13:44:41 +00:00
scripts boards: arm: Add support for the Nordic pca10056 PDK 2016-12-20 09:14:48 -06:00
subsys Bluetooth: controller: Use SERIES config instead of NRF52 2016-12-20 09:14:47 -06:00
tests tests: GDB server only works on qemu_x86 now 2016-12-19 15:48:51 -05:00
.checkpatch.conf checkpatch: ignore CONST_STRUCT warnings 2016-11-11 22:12:22 +00:00
.gitattributes
.gitignore
.gitreview
.mailmap
defaults.tc testcases: catch more fatal kernel error messages 2016-11-11 13:21:16 +00:00
Kbuild kernel: move kernel code to kernel/ directly 2016-12-19 14:59:35 -05:00
Kconfig
Kconfig.zephyr
LICENSE
LICENSING.rst LICENSING: clarify licenses of imported / reused code 2016-11-11 01:36:14 +00:00
MAINTAINERS MAINTAINERS: fixed email for sensor subsystem 2016-12-16 14:18:03 +00:00
Makefile kernel: move kernel code to kernel/ directly 2016-12-19 14:59:35 -05:00
Makefile.inc kernel: remove NANOKERNEL and MICROKERNEL configs 2016-12-14 13:45:52 +00:00
release-notes.rst release-note: initial import with 1.6 release notes 2016-12-03 00:06:23 -05:00
zephyr-env.sh