zephyr/doc/guides
Kumar Gala a1b77fd589 zephyr: replace zephyr integer types with C99 types
git grep -l 'u\(8\|16\|32\|64\)_t' | \
		xargs sed -i "s/u\(8\|16\|32\|64\)_t/uint\1_t/g"
	git grep -l 's\(8\|16\|32\|64\)_t' | \
		xargs sed -i "s/s\(8\|16\|32\|64\)_t/int\1_t/g"

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2020-06-08 08:23:57 -05:00
..
bluetooth doc: Bluetooth: Document issue with certain controllers 2020-04-30 22:17:10 +03:00
build doc: dts: revisit documentation 2020-03-24 10:11:20 -05:00
crypto doc: add orphaned crypto docs 2019-04-11 08:08:28 -04:00
debugging doc: probes: Add info on ST-Link fw update 2020-05-20 10:38:27 +02:00
device_mgmt doc: dts: revisit documentation 2020-03-24 10:11:20 -05:00
documentation zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
dts zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
kconfig doc: write documentation about DT-based device instantiation 2020-05-08 19:37:18 -05:00
networking doc: net: Add info how to run multiple Zephyr network instances 2020-05-20 15:36:39 +02:00
optimizations kernel: remove unused offload workqueue option 2020-04-12 18:42:27 -04:00
platformio doc: Update PlatformIO guide 2020-04-15 12:49:27 +02:00
portability global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
porting boards: nrf52_pca10040: Rename to nrf52dk_nrf52832 2020-04-06 13:09:07 +02:00
test doc: sanitycheck: fixture documentation 2020-05-24 20:25:51 +02:00
tools boards: nrf52_pca10040: Rename to nrf52dk_nrf52832 2020-04-06 13:09:07 +02:00
tracing zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
west doc: west: link to modules page instead of source code 2020-04-08 12:00:44 -05:00
beyond-GSG.rst cmake: add support for user-defined board aliases 2020-04-09 14:38:36 +02:00
c_library.rst global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
coccinelle.rst doc: replace hlist with column-width class 2019-09-18 13:33:37 -04:00
code-relocation.rst doc: document python build scripts 2020-01-02 17:09:29 -05:00
coverage.rst doc: add a note about required lcov version 2020-02-07 15:14:24 -05:00
env_vars.rst cmake: introduction of ZephyrBuildConfiguration package 2020-05-27 17:58:50 +02:00
getting-help.rst doc: Update Slack invitation link 2019-08-05 16:52:15 +02:00
index.rst doc: Update PlatformIO guide 2020-04-15 12:49:27 +02:00
modules.rst doc: updated to reflect changes introduced with Zephyr CMake package 2020-06-04 22:12:03 +02:00
zephyr_cmake_package.rst doc,cmake: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00