zephyr/boards/riscv/hifive1
Peter A. Bigot 73ed1bafd1 boards: hifive1*: fix ticks per second
The HiFive1 boards power up using a 32 KiHz low frequency kernel, so
have a cycle rate of 32768 Hz.  The board definitions have not been
revisited since the Zephyr default for ticks-per-second increased from
100 to 10000.  The timer system on the board does not operate
correctly at 4 cycles per tick, but does at 328 cycles per tick.

To support functional timers while keeping system milliseconds in sync
with clock time set ticks-per-second to 128.

Signed-off-by: Peter A. Bigot <pab@pabigot.com>
2019-11-27 13:32:16 -05:00
..
doc
support
CMakeLists.txt
Kconfig.board
Kconfig.defconfig boards: hifive1*: fix ticks per second 2019-11-27 13:32:16 -05:00
board.cmake
hifive1.dts dts: jedec,spi-nor: require size property 2019-11-09 15:26:06 +01:00
hifive1.yaml
hifive1_defconfig
pinmux.c