zephyr/boards/arm/mps2_an521
David B. Kinder f6521290e6 doc: replace hlist with column-width class
For long lists of items, it's better to use a multi-column display to
make better use of the screen space.  We used the hlist directive to
accomplish list, but it has a drawback on small (phone) screens because
under the hood, the rendering is done using tables.

Instead, we can take advantage of built-in CSS multi-column support
available in recent browsers.  So, convert uses of the hlist directive
to use an rst-class directive to apply a multi-column class to
the entity. The chosen column-width (18em) gives us a 3-column display
on typical window sizes, but will adjust to more or fewer columns
depending on the actual real estate available.

Also, update the documentation guidelines to mention this change.

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
2019-09-18 13:33:37 -04:00
..
doc doc: replace hlist with column-width class 2019-09-18 13:33:37 -04:00
CMakeLists.txt boards: Clean up references to env variable PROJECT_SOURCE_DIR 2019-09-12 13:16:16 -05:00
Kconfig.board
Kconfig.defconfig
board.cmake boards: arm: mps2_an521: adding support for qemu 2019-08-09 00:41:05 -07:00
board.h
mps2_an521-common.dtsi gpio: arm: cmsdk-gpio: Fixup dts binding / nodes 2019-08-09 11:49:16 -05:00
mps2_an521.dts boards: arm: mps2-an521: fix number of MPU regions in DTS 2019-08-09 00:41:05 -07:00
mps2_an521.yaml boards: arm: mps2_an521: adding support for qemu 2019-08-09 00:41:05 -07:00
mps2_an521_defconfig boards: arm: mps2_an521: force secure firmware image by default 2019-08-09 16:14:16 +02:00
mps2_an521_nonsecure.dts boards: arm: mps2-an521: fix number of MPU regions in DTS 2019-08-09 00:41:05 -07:00
mps2_an521_nonsecure.yaml
mps2_an521_nonsecure_defconfig
pinmux.c