Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Address various review comments #219

Merged
merged 4 commits into from
Nov 10, 2023
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
1 change: 1 addition & 0 deletions .xmos_ignore_source_check
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
modules/FreeRTOS
mqtt/FreeRTOS
modules/drivers/wifi
fatfs_mkimage/argtable/
fatfs_mkimage/src/tinydir.h
Expand Down
2 changes: 0 additions & 2 deletions modules/sw_services/mqtt/FreeRTOS/MQTTFreeRTOS.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// Copyright 2020-2023 XMOS LIMITED.
// This Software is subject to the terms of the XMOS Public Licence: Version 1.
/*******************************************************************************
* Copyright (c) 2014, 2015 IBM Corp.
*
Expand Down
2 changes: 0 additions & 2 deletions modules/sw_services/mqtt/FreeRTOS/MQTTFreeRTOS.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// Copyright 2020-2023 XMOS LIMITED.
// This Software is subject to the terms of the XMOS Public Licence: Version 1.
/*******************************************************************************
* Copyright (c) 2014, 2015 IBM Corp.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Copyright 2023 XMOS LIMITED.
// This Software is subject to the terms of the XMOS Public Licence: Version 1.
// This Software is subject to the terms of the XMOS Public Licence: Version 1.

/* System headers */
#include <platform.h>
Expand Down
1 change: 0 additions & 1 deletion test/rtos_drivers/wifi/filesystem_support/wifi_profile.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env python3
# Copyright 2020-2023 XMOS LIMITED.
# This Software is subject to the terms of the XMOS Public Licence: Version 1.
# This Software is subject to the terms of the XMOS Public Licence: Version 1.

import getpass
import struct
Expand Down