mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-02-03 00:34:24 +00:00
938d17576b
This commit fixes nearly all of the reported doxygen warnings. I tried to not clutter the log with removed trailing spaces. Removed whitespace and converted tab/spaces for all files affected by this commit are in a separate branch.
Building instructions. In order to build your applications you need to find out the right cpu revision for the board you are using. Valid STM32W_CPUREV values are CC or xB Examples: The MB851RevD board has a cpu with code stm32w 108CCU7 so CC is your STM32W_CPUREV value and the command is make TARGET=mbxxx STM32W_CPUREV=CC ... or The MB851RevC board has a cpu with code stm32w 108CBU6 so xB is your STM32W_CPUREV value. make TARGET=mbxxx STM32W_CPUREV=xB ... NOTE: if the last word is B you need to use x as wildcard.