zephyr/doc/guides
Kumar Gala 22e7449b73 kconfig: Introduce typed dt kconfig functions
Replace:
  dt_chosen_reg_addr
  dt_chosen_reg_size
  dt_node_reg_addr
  dt_node_reg_size

with:
  dt_chosen_reg_addr_int
  dt_chosen_reg_size_int
  dt_chosen_reg_addr_hex
  dt_chosen_reg_size_hex
  dt_node_reg_addr_int
  dt_node_reg_size_int
  dt_node_reg_addr_hex
  dt_node_reg_size_hex

So that we get the proper formatted string for the type of symbol.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2019-10-24 08:51:06 -05:00
..
bluetooth doc: guides: bluetooth: updated persistent storage section 2019-10-11 14:55:24 +02:00
crypto doc: add orphaned crypto docs 2019-04-11 08:08:28 -04:00
debugging doc: fix misspellings in documentation 2019-06-18 15:08:19 -04:00
device_mgmt doc: fix broken references to zephyr files 2019-06-18 16:01:55 -04:00
documentation doc: replace hlist with column-width class 2019-09-18 13:33:37 -04:00
dts doc: dts: describe nexus node magic required for shield gpio translation 2019-10-22 14:40:41 -05:00
kconfig kconfig: Introduce typed dt kconfig functions 2019-10-24 08:51:06 -05:00
networking doc: fix broken file and zephyr-app refs 2019-10-08 15:42:32 -05:00
optimizations doc: guide for optimizing zephyr 2019-05-21 14:58:41 -04:00
portability doc: fix doc, boards, and samples misspellings 2019-09-27 11:44:00 +02:00
porting doc: fix broken file and zephyr-app refs 2019-10-08 15:42:32 -05:00
test doc: sanitycheck: document all new features 2019-10-11 07:28:19 -07:00
tools doc: guides: tools: Fix URL to nRF Command-line tools 2019-08-05 12:52:29 +02:00
tracing debug: tracing: Common Trace Format Simplification 2019-09-20 09:06:38 -04:00
west doc: west fixes and updates to manifest.rst 2019-10-23 21:02:02 -04:00
c_library.rst doc: replace hlist with column-width class 2019-09-18 13:33:37 -04:00
coccinelle.rst doc: replace hlist with column-width class 2019-09-18 13:33:37 -04:00
code-relocation.rst
coverage.rst doc: Use west everywhere to build and flash 2019-08-27 19:36:24 +02:00
env_vars.rst doc: s/device tree/devicetree/ 2019-10-08 11:53:40 +02:00
getting-help.rst doc: Update Slack invitation link 2019-08-05 16:52:15 +02:00
index.rst docs: add posix OS abstraction layer section 2019-09-24 14:56:09 -04:00
modules.rst cmake: app: set zephyr_extra_modules from environment 2019-09-25 05:10:44 -04:00