Skip to content

NCS Softbank FOTA add-on

License

Notifications You must be signed in to change notification settings

nrfconnect/sdk-softbank-fota

Folders and files

NameName
Last commit message
Last commit date
Mar 4, 2025
Mar 18, 2025
Mar 17, 2025
Mar 18, 2025
Mar 4, 2025
Feb 10, 2025
Mar 4, 2025
Feb 10, 2025
Mar 4, 2025
Mar 4, 2025
Mar 4, 2025
Mar 4, 2025

Repository files navigation

SoftBank FOTA add-on for nRF Connect SDK

Documentation API Documentation

This repository contains the SoftBank FOTA add-on for NCS.

Documentation

Pre-built documentation is available here.

A minimal documentation setup is provided for Sphinx. To build the documentation first change to the doc folder:

cd doc

To install Sphinx, make sure you have a Python installation in place and run:

pip install -r requirements.txt

The Sphinx documentation (HTML) can be built using the following command:

make html

The output will be stored in the _build_sphinx folder. You may check for output formats other than HTML by running make help.