Skip to content

Commit

Permalink
WiSeConnect 3 SDK release: v3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wifi-ci-agent committed Sep 5, 2024
1 parent 841ea3f commit b5d6422
Show file tree
Hide file tree
Showing 541 changed files with 120,261 additions and 16,550 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ The online WiSeConnect 3 SDK documentation is available [here](https://docs.sila
- See our [Migration Guide](docs/software-reference/developer-guides/migrating-from-v3-3-0.md) for information on porting your WiSeConnect v3.3.0 application to WiSeConnect v3.3.1
- [API Reference Guide](https://docs.silabs.com/wiseconnect/latest/wiseconnect-api-reference-guide-summary)
- [SiWx917 Software Reference Manual](docs/software-reference/manuals/siwx91x-software-reference-manual.md)
- [SiWG917 – TA Flash Memory Map Change Guide](https://www.silabs.com/Wi-Fi_H&L_Apps/Wi-Fi_H&L_Apps_SoC/SiWG917%E2%80%93TA_Flash_Memory_Map_Change_Guide_v1.3.pdf)

### Hardware Reference

Expand All @@ -47,5 +46,5 @@ The online WiSeConnect 3 SDK documentation is available [here](https://docs.sila
### User Guides

- [UG574: Manufacturing Utility Users Guide](https://www.silabs.com/documents/public/user-guides/ug574-siwx917-soc-manufacturing-utility-user-guide.pdf)
- [UG569: SiWG917 Single-Band Wi-Fi and BLE with 8 MB Flash Radio Board User’s Guide](https://www.silabs.com/documents/public/user-guides/ug562-brd4338a-user-guide.pdf)
- [UG562: SiWG917 Single-Band Wi-Fi and BLE with 8 MB Flash Radio Board User’s Guide](https://www.silabs.com/documents/public/user-guides/ug562-brd4338a-user-guide.pdf)
- [UG569: Adapter Board for Co-Processor Radio Boards User's Guide](https://www.silabs.com/documents/public/user-guides/ug569-brd8045-user-guide.pdf)
41 changes: 41 additions & 0 deletions components/common/doxygen-common.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
#*******************************************************************************
#* @file doxygen-common.cfg
#* @brief
#*******************************************************************************
#* # License
#* <b>Copyright 2024 Silicon Laboratories Inc. www.silabs.com</b>
#*******************************************************************************
#*
#* The licensor of this software is Silicon Laboratories Inc. Your use of this
#* software is governed by the terms of Silicon Labs Master Software License
#* Agreement (MSLA) available at
#* www.silabs.com/about-us/legal/master-software-license-agreement. This
#* software is distributed to you in Source Code format and is governed by the
#* sections of the MSLA applicable to Source Code.
#*
#******************************************************************************


PROJECT_NAME = "Common"
OUTPUT_DIRECTORY = ./components/common/doxygen-output-common
HTML_OUTPUT = html
XML_OUTPUT = xml
RTF_OUTPUT = rtf
GENERATE_LATEX = NO
GENERATE_MAN = NO
GENERATE_RTF = NO
GENERATE_XML = YES
CASE_SENSE_NAMES = YES
ENABLE_PREPROCESSING = YES
INPUT = ./components/device/silabs/si91x/mcu/hal/inc/sl_si91x_hal_soc_soft_reset.h \
./components/common/docs/doxygen_indexfile_common.md \
./components/common/docs/doxygen_template_common.h \

IMAGE_PATH = ./components/common/
STRIP_CODE_COMMENTS = NO
FILE_PATTERNS = *.h
QUIET = YES
JAVADOC_AUTOBRIEF = YES
SEARCHENGINE = NO
COMPACT_LATEX = NO
WARN_AS_ERROR = YES
40 changes: 0 additions & 40 deletions components/common/doxygen-ip-addresses.cfg

This file was deleted.

Loading

0 comments on commit b5d6422

Please sign in to comment.