Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
Signed-off-by: Barry Xu <barry.xu@sony.com>
  • Loading branch information
Barry-Xu-2018 committed May 31, 2021
1 parent 63f0fbd commit 4184ad9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ In summary, the supported configurations for transports are:
| ST Nucleo H743ZI <sup>1</sup> | - | - | UART |
| ST Nucleo F746ZG <sup>1</sup> | - | UART | UART |
| ST Nucleo F767ZI <sup>1</sup> | - | UART | - |
| Spresense | WiFi | - | - |
| Spresense | Network | - | - |

*<sup>1</sup> Community supported, may have lack of official support*

Expand Down
2 changes: 1 addition & 1 deletion config/nuttx/spresense/configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -o nounset
set -o pipefail


# spresense use own sdk to config
# spresense uses own sdk to config
NUTTX_DIR=$FW_TARGETDIR/spresense/sdk
MCU_WS_DIR=$FW_TARGETDIR/mcu_ws

Expand Down
2 changes: 2 additions & 0 deletions config/nuttx/spresense/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<version>0.0.1</version>
<description>This is a dummy package to supply firmware build dependencies for spresense.</description>
<maintainer email="ingo.luetkebohle@de.bosch.com">Ingo Luetkebohle</maintainer>
<maintainer email="Barry.Xu@sony.com">Barry Xu</maintainer>
<maintainer email="Tomoya.Fujita@sony.com">Tomoya Fujita</maintainer>
<license>APL2</license>

<build_depend>gcc-arm-none-eabi</build_depend>
Expand Down

0 comments on commit 4184ad9

Please sign in to comment.