Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/for_contributors/tests/functional_mock_tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Change the lines marked with `TODO`.
* @brief TODO: FILL ME
* @copyright Copyright (c) 2020-2026 Tropic Square s.r.o.
*
* @license For the license see file LICENSE.txt file in the root directory of this source tree.
* @license For the license see LICENSE.md in the root directory of this source tree.
*/

#include "libtropic.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* ESP32-C3-DevKit-RUST-1.
* @copyright Copyright (c) 2020-2026 Tropic Square s.r.o.
*
* @license For the license see file LICENSE.txt file in the root directory of this source tree.
* @license For the license see LICENSE.md in the root directory of this source tree.
*/

#include <stdio.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @brief Simple "Hello, World!" example of using Libtropic with the ESP32-C3-DevKit-RUST-1.
* @copyright Copyright (c) 2020-2026 Tropic Square s.r.o.
*
* @license For the license see file LICENSE.txt file in the root directory of this source tree.
* @license For the license see LICENSE.md in the root directory of this source tree.
*/

#include <stdio.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* ESP32-C3-DevKit-RUST-1.
* @copyright Copyright (c) 2020-2026 Tropic Square s.r.o.
*
* @license For the license see file LICENSE.txt file in the root directory of this source tree.
* @license For the license see LICENSE.md in the root directory of this source tree.
*/

#include <inttypes.h>
Expand Down
2 changes: 1 addition & 1 deletion examples/esp32/ESP32-DevKitC-V4/fw_update/main/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* ESP32-DevKitC-V4.
* @copyright Copyright (c) 2020-2026 Tropic Square s.r.o.
*
* @license For the license see file LICENSE.txt file in the root directory of this source tree.
* @license For the license see LICENSE.md in the root directory of this source tree.
*/

#include <stdio.h>
Expand Down
2 changes: 1 addition & 1 deletion examples/esp32/ESP32-DevKitC-V4/hello_world/main/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @brief Simple "Hello, World!" example of using Libtropic with the ESP32-DevKitC-V4.
* @copyright Copyright (c) 2020-2026 Tropic Square s.r.o.
*
* @license For the license see file LICENSE.txt file in the root directory of this source tree.
* @license For the license see LICENSE.md in the root directory of this source tree.
*/

#include <stdio.h>
Expand Down
2 changes: 1 addition & 1 deletion examples/esp32/ESP32-DevKitC-V4/identify_chip/main/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* ESP32-DevKitC-V4.
* @copyright Copyright (c) 2020-2026 Tropic Square s.r.o.
*
* @license For the license see file LICENSE.txt file in the root directory of this source tree.
* @license For the license see LICENSE.md in the root directory of this source tree.
*/

#include <inttypes.h>
Expand Down
2 changes: 1 addition & 1 deletion examples/esp32/ESP32-S3-DevKitC-1/fw_update/main/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* ESP32-S3-DevKitC-1.
* @copyright Copyright (c) 2020-2026 Tropic Square s.r.o.
*
* @license For the license see file LICENSE.txt file in the root directory of this source tree.
* @license For the license see LICENSE.md in the root directory of this source tree.
*/

#include <stdio.h>
Expand Down
2 changes: 1 addition & 1 deletion examples/esp32/ESP32-S3-DevKitC-1/hello_world/main/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @brief Simple "Hello, World!" example of using Libtropic with the ESP32-S3-DevKitC-1.
* @copyright Copyright (c) 2020-2026 Tropic Square s.r.o.
*
* @license For the license see file LICENSE.txt file in the root directory of this source tree.
* @license For the license see LICENSE.md in the root directory of this source tree.
*/

#include <stdio.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* ESP32-S3-DevKitC-1.
* @copyright Copyright (c) 2020-2026 Tropic Square s.r.o.
*
* @license For the license see file LICENSE.txt file in the root directory of this source tree.
* @license For the license see LICENSE.md in the root directory of this source tree.
*/

#include <inttypes.h>
Expand Down
2 changes: 1 addition & 1 deletion examples/linux/spi/full_chain_verification/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* verification example.
* @copyright Copyright (c) 2020-2026 Tropic Square s.r.o.
*
* @license For the license see file LICENSE.txt file in the root directory of this source tree.
* @license For the license see LICENSE.md in the root directory of this source tree.
*/

#include <stdio.h>
Expand Down
2 changes: 1 addition & 1 deletion examples/linux/spi/fw_update/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* SPI.
* @copyright Copyright (c) 2020-2026 Tropic Square s.r.o.
*
* @license For the license see file LICENSE.txt file in the root directory of this source tree.
* @license For the license see LICENSE.md in the root directory of this source tree.
*/

#include <stdio.h>
Expand Down
2 changes: 1 addition & 1 deletion examples/linux/spi/hello_world/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @brief Simple "Hello, World!" example of using Libtropic with Linux SPI.
* @copyright Copyright (c) 2020-2026 Tropic Square s.r.o.
*
* @license For the license see file LICENSE.txt file in the root directory of this source tree.
* @license For the license see LICENSE.md in the root directory of this source tree.
*/

#include <stdio.h>
Expand Down
2 changes: 1 addition & 1 deletion examples/linux/spi/identify_chip/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Linux SPI.
* @copyright Copyright (c) 2020-2026 Tropic Square s.r.o.
*
* @license For the license see file LICENSE.txt file in the root directory of this source tree.
* @license For the license see LICENSE.md in the root directory of this source tree.
*/

#include <stdio.h>
Expand Down
2 changes: 1 addition & 1 deletion examples/linux/usb_devkit/full_chain_verification/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* verification example.
* @copyright Copyright (c) 2020-2026 Tropic Square s.r.o.
*
* @license For the license see file LICENSE.txt file in the root directory of this source tree.
* @license For the license see LICENSE.md in the root directory of this source tree.
*/

#include <stdio.h>
Expand Down
2 changes: 1 addition & 1 deletion examples/linux/usb_devkit/fw_update/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* USB devkit.
* @copyright Copyright (c) 2020-2026 Tropic Square s.r.o.
*
* @license For the license see file LICENSE.txt file in the root directory of this source tree.
* @license For the license see LICENSE.md in the root directory of this source tree.
*/

#include <stdio.h>
Expand Down
2 changes: 1 addition & 1 deletion examples/linux/usb_devkit/hello_world/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @brief Simple "Hello, World!" example of using Libtropic with the USB devkit.
* @copyright Copyright (c) 2020-2026 Tropic Square s.r.o.
*
* @license For the license see file LICENSE.txt file in the root directory of this source tree.
* @license For the license see LICENSE.md in the root directory of this source tree.
*/

#include <stdio.h>
Expand Down
2 changes: 1 addition & 1 deletion examples/linux/usb_devkit/identify_chip/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* USB devkit.
* @copyright Copyright (c) 2020-2026 Tropic Square s.r.o.
*
* @license For the license see file LICENSE.txt file in the root directory of this source tree.
* @license For the license see LICENSE.md in the root directory of this source tree.
*/

#include <stdio.h>
Expand Down
2 changes: 1 addition & 1 deletion examples/model/hello_world/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @brief Simple "Hello, World!" example of using Libtropic with the model.
* @copyright Copyright (c) 2020-2026 Tropic Square s.r.o.
*
* @license For the license see file LICENSE.txt file in the root directory of this source tree.
* @license For the license see LICENSE.md in the root directory of this source tree.
*/

#include <arpa/inet.h>
Expand Down
2 changes: 1 addition & 1 deletion examples/model/separate_api/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @brief Simple example of using Libtropic's Separate API with the model.
* @copyright Copyright (c) 2020-2026 Tropic Square s.r.o.
*
* @license For the license see file LICENSE.txt file in the root directory of this source tree.
* @license For the license see LICENSE.md in the root directory of this source tree.
*/

#include <arpa/inet.h>
Expand Down
2 changes: 1 addition & 1 deletion examples/stm32/nucleo_f439zi/fw_update/Src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Nucleo F439ZI board.
* @copyright Copyright (c) 2020-2026 Tropic Square s.r.o.
*
* @license For the license see file LICENSE.txt file in the root directory of this source tree.
* @license For the license see LICENSE.md in the root directory of this source tree.
*
* This example project is based on the UART/UART_Printf example from STM32 example library
* which was created by the MCD Application Team.
Expand Down
2 changes: 1 addition & 1 deletion examples/stm32/nucleo_f439zi/hello_world/Src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @brief Simple "Hello, World!" example of using Libtropic on STM32 Nucleo F439ZI board.
* @copyright Copyright (c) 2020-2026 Tropic Square s.r.o.
*
* @license For the license see file LICENSE.txt file in the root directory of this source tree.
* @license For the license see LICENSE.md in the root directory of this source tree.
*
* This example project is based on the UART/UART_Printf example from STM32 example library
* which was created by the MCD Application Team.
Expand Down
2 changes: 1 addition & 1 deletion examples/stm32/nucleo_f439zi/identify_chip/Src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* STM32 Nucleo F439ZI board.
* @copyright Copyright (c) 2020-2026 Tropic Square s.r.o.
*
* @license For the license see file LICENSE.txt file in the root directory of this source tree.
* @license For the license see LICENSE.md in the root directory of this source tree.
*
* This example project is based on the UART/UART_Printf example from STM32 example library
* which was created by the MCD Application Team.
Expand Down
2 changes: 1 addition & 1 deletion examples/stm32/nucleo_l432kc/fw_update/Src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Nucleo L432KC board.
* @copyright Copyright (c) 2020-2026 Tropic Square s.r.o.
*
* @license For the license see file LICENSE.txt file in the root directory of this source tree.
* @license For the license see LICENSE.md in the root directory of this source tree.
*
* This example project is based on the SPI/SPI_FullDuplex_ComPolling example from STM32 example
* library which was created by the MCD Application Team.
Expand Down
2 changes: 1 addition & 1 deletion examples/stm32/nucleo_l432kc/hello_world/Src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @brief Simple "Hello, World!" example of using Libtropic on STM32 Nucleo L432KC board.
* @copyright Copyright (c) 2020-2026 Tropic Square s.r.o.
*
* @license For the license see file LICENSE.txt file in the root directory of this source tree.
* @license For the license see LICENSE.md in the root directory of this source tree.
*
* This example project is based on the SPI/SPI_FullDuplex_ComPolling example from STM32 example
* library which was created by the MCD Application Team.
Expand Down
2 changes: 1 addition & 1 deletion examples/stm32/nucleo_l432kc/identify_chip/Src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* STM32 Nucleo L432KC board.
* @copyright Copyright (c) 2020-2026 Tropic Square s.r.o.
*
* @license For the license see file LICENSE.txt file in the root directory of this source tree.
* @license For the license see LICENSE.md in the root directory of this source tree.
*
* This example project is based on the SPI/SPI_FullDuplex_ComPolling example from STM32 example
* library which was created by the MCD Application Team.
Expand Down
2 changes: 1 addition & 1 deletion hal/mock/libtropic_port_mock.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @brief Mock HAL implementation (only for testing purposes).
* @copyright Copyright (c) 2020-2026 Tropic Square s.r.o.
*
* @license For the license see file LICENSE.txt file in the root directory of this source tree.
* @license For the license see LICENSE.md in the root directory of this source tree.
*/

#include "libtropic_port_mock.h"
Expand Down
2 changes: 1 addition & 1 deletion hal/mock/libtropic_port_mock.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @brief Mock HAL implementation (only for testing purposes).
* @copyright Copyright (c) 2020-2026 Tropic Square s.r.o.
*
* @license For the license see file LICENSE.txt file in the root directory of this source tree.
* @license For the license see LICENSE.md in the root directory of this source tree.
*/

#include <stddef.h>
Expand Down
2 changes: 1 addition & 1 deletion tests/functional/linux/spi/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @file main.c
* @copyright Copyright (c) 2020-2026 Tropic Square s.r.o.
*
* @license For the license see file LICENSE.txt file in the root directory of this source tree.
* @license For the license see LICENSE.md in the root directory of this source tree.
*/

#include <string.h>
Expand Down
2 changes: 1 addition & 1 deletion tests/functional/linux/spi_native_cs/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @file main.c
* @author Tropic Square s.r.o.
*
* @license For the license see file LICENSE.txt file in the root directory of this source tree.
* @license For the license see LICENSE.md in the root directory of this source tree.
*/

#include <string.h>
Expand Down
2 changes: 1 addition & 1 deletion tests/functional/linux/usb_devkit/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @file main.c
* @copyright Copyright (c) 2020-2026 Tropic Square s.r.o.
*
* @license For the license see file LICENSE.txt file in the root directory of this source tree.
* @license For the license see LICENSE.md in the root directory of this source tree.
*/

#include <string.h>
Expand Down
2 changes: 1 addition & 1 deletion tests/functional/model/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @brief Common entrypoint for running functional tests against TROPIC01 model.
* @copyright Copyright (c) 2020-2026 Tropic Square s.r.o.
*
* @license For the license see file LICENSE.txt file in the root directory of this source tree.
* @license For the license see LICENSE.md in the root directory of this source tree.
*/

#include <arpa/inet.h>
Expand Down
2 changes: 1 addition & 1 deletion tests/functional/stm32/nucleo_f439zi/Src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @brief Wrapper project for running Libtropic functional test suite on Nucleo F439ZI.
* @copyright Copyright (c) 2020-2026 Tropic Square s.r.o.
*
* @license For the license see file LICENSE.txt file in the root directory of this source tree.
* @license For the license see LICENSE.md in the root directory of this source tree.
*
* This example project is based on the UART/UART_Printf example from STM32 example library
* which was created by the MCD Application Team.
Expand Down
2 changes: 1 addition & 1 deletion tests/functional/stm32/nucleo_l432kc/Src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @brief Wrapper project for running Libtropic functional test suite on Nucleo L432KC.
* @copyright Copyright (c) 2020-2026 Tropic Square s.r.o.
*
* @license For the license see file LICENSE.txt file in the root directory of this source tree.
* @license For the license see LICENSE.md in the root directory of this source tree.
*
* This example project is based on the SPI/SPI_FullDuplex_ComPolling example from STM32 example
* library which was created by the MCD Application Team.
Expand Down
Loading