Go to file
Inaky Perez-Gonzalez bf94c8f3b3 doc: remove warning on failed code highlighting
Four code snippets fail to be properly recognized by the code
highlighter; the makefile snippets seem to be because of the $
character (and I have found a way to escape it out). The C code, I
haven't been able to find out why.

Killed the warning by setting the code-block style to 'none' on all of
them. It is not the best sollution, but it beats a polluted build
process.

Change-Id: I8fa7d327354a93bacad40e25596c9dbaf9ea1e92
Signed-off-by: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
2016-06-14 20:00:50 +00:00
arch nxp_kinetis: Add Kconfig options to select the SoC part number 2016-06-10 12:17:57 -05:00
boards nxp_kinetis: Add Kconfig options to select the SoC part number 2016-06-10 12:17:57 -05:00
doc doc: remove warning on failed code highlighting 2016-06-14 20:00:50 +00:00
drivers Bluetooth: Use proper net_buf APIs 2016-06-13 17:22:05 +03:00
ext ext: Update and extend Nordic MDK header files 2016-06-03 04:41:26 -07:00
include nanokernel: add nano_fifo_put_list() APIs 2016-06-13 20:24:41 +00:00
kernel nanokernel: add nano_fifo_put_list() APIs 2016-06-13 20:24:41 +00:00
lib nios2: Kconfig: remove some unused config options 2016-06-10 15:22:42 +00:00
misc
net Bluetooth: SMP: Fix registering L2CAP fixed channel 2016-06-14 17:14:45 +02:00
samples Bluetooth: IPSP: Add README 2016-06-14 15:59:50 +03:00
scripts sanitycheck: build for altera_max10 board 2016-06-10 15:22:42 +00:00
tests tests: test nano_fifo_put_list and nano_fifo_put_slist. 2016-06-13 20:24:42 +00:00
.checkpatch.conf
.gitattributes
.gitignore
.gitreview
.mailmap mailmap: Add more entries for incomplete author information 2016-06-03 10:52:22 +00:00
Kbuild
Kconfig
Kconfig.zephyr
LICENSE
MAINTAINERS MAINTAINER: add maintainer component and reviewers 2016-06-10 19:32:20 +00:00
Makefile libc: change linking order to avoid over-stripping of symbols 2016-06-14 16:55:53 +00:00
Makefile.inc Revert "build: Do not depend on python while creating the relative path" 2016-06-14 16:55:52 +00:00
zephyr-env.sh