From 168ed2701ec079813d585d831fb01a6db0f6a379 Mon Sep 17 00:00:00 2001 From: Gedare Bloom Date: Thu, 3 Nov 2022 09:54:41 -0600 Subject: eng, user: update bsp_defaults to bspdefaults --- user/bsps/arm/imxrt.rst | 2 +- user/bsps/arm/stm32h7.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'user/bsps') diff --git a/user/bsps/arm/imxrt.rst b/user/bsps/arm/imxrt.rst index e185823..b4f37fd 100644 --- a/user/bsps/arm/imxrt.rst +++ b/user/bsps/arm/imxrt.rst @@ -20,7 +20,7 @@ Build Configuration Options Please see the documentation of the `IMXRT_*` and `BSP_*` configuration options for that. You can generate a default set of options with:: - ./waf bsp_defaults --rtems-bsps=arm/imxrt1052 > config.ini + ./waf bspdefaults --rtems-bsps=arm/imxrt1052 > config.ini Boot Process ------------ diff --git a/user/bsps/arm/stm32h7.rst b/user/bsps/arm/stm32h7.rst index ec7440f..9f1f082 100644 --- a/user/bsps/arm/stm32h7.rst +++ b/user/bsps/arm/stm32h7.rst @@ -332,7 +332,7 @@ Generate default configuration for the board: .. code-block:: shell - $ ./waf bsp_defaults --rtems-bsps=arm/stm32h747i-disco > stm32h747i-disco.ini + $ ./waf bspdefaults --rtems-bsps=arm/stm32h747i-disco > stm32h747i-disco.ini Regenerate build specification cache (needs a couple of seconds)... To run basic hello world or ticker samples you do not need to modify -- cgit v1.2.3