Skip to content

Commit b285b9f

Browse files
committed
Anjay-esp32-client 25.02
Improvements - Updated Anjay and Anjay-esp-idf version
1 parent 3500995 commit b285b9f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+54
-49
lines changed

CHANGELOG.md

+5

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2021-2024 AVSystem <[email protected]>
1+
# Copyright 2021-2025 AVSystem <[email protected]>
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2021-2024 AVSystem <[email protected]>
1+
# Copyright 2021-2025 AVSystem <[email protected]>
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

main/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2021-2024 AVSystem <[email protected]>
1+
# Copyright 2021-2025 AVSystem <[email protected]>
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

main/Kconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2021-2024 AVSystem <[email protected]>
1+
# Copyright 2021-2025 AVSystem <[email protected]>
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

main/axp192.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2024 AVSystem <[email protected]>
2+
* Copyright 2021-2025 AVSystem <[email protected]>
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -19,7 +19,7 @@
1919
*
2020
* Copyright (c) 2020 nopnop2002
2121
* - https://github.com/nopnop2002/esp-idf-m5stickC-Plus
22-
* Copyright (c) 2021-2024 AVSystem
22+
* Copyright (c) 2021-2025 AVSystem
2323
*
2424
* Permission is hereby granted, free of charge, to any person obtaining a copy
2525
* of this software and associated documentation files (the "Software"), to deal

main/axp192.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2024 AVSystem <[email protected]>
2+
* Copyright 2021-2025 AVSystem <[email protected]>
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -19,7 +19,7 @@
1919
*
2020
* Copyright (c) 2020 nopnop2002
2121
* - https://github.com/nopnop2002/esp-idf-m5stickC-Plus
22-
* Copyright (c) 2021-2024 AVSystem
22+
* Copyright (c) 2021-2025 AVSystem
2323
*
2424
* Permission is hereby granted, free of charge, to any person obtaining a copy
2525
* of this software and associated documentation files (the "Software"), to deal

main/bmpfile.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2024 AVSystem <[email protected]>
2+
* Copyright 2021-2025 AVSystem <[email protected]>
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -19,7 +19,7 @@
1919
*
2020
* Copyright (c) 2020 nopnop2002
2121
* - https://github.com/nopnop2002/esp-idf-m5stickC-Plus
22-
* Copyright (c) 2021-2024 AVSystem
22+
* Copyright (c) 2021-2025 AVSystem
2323
*
2424
* Permission is hereby granted, free of charge, to any person obtaining a copy
2525
* of this software and associated documentation files (the "Software"), to deal

main/cellular_anjay_impl/cellular_event_loop.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2024 AVSystem <[email protected]>
2+
* Copyright 2021-2025 AVSystem <[email protected]>
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

main/cellular_anjay_impl/cellular_event_loop.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2024 AVSystem <[email protected]>
2+
* Copyright 2021-2025 AVSystem <[email protected]>
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

main/cellular_anjay_impl/net_impl.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2024 AVSystem <[email protected]>
2+
* Copyright 2021-2025 AVSystem <[email protected]>
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

main/cellular_anjay_impl/net_impl.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2024 AVSystem <[email protected]>
2+
* Copyright 2021-2025 AVSystem <[email protected]>
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

main/component.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2021-2024 AVSystem <[email protected]>
1+
# Copyright 2021-2025 AVSystem <[email protected]>
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

main/connect.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2024 AVSystem <[email protected]>
2+
* Copyright 2021-2025 AVSystem <[email protected]>
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

main/connect.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2024 AVSystem <[email protected]>
2+
* Copyright 2021-2025 AVSystem <[email protected]>
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

main/default_config.h.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2024 AVSystem <[email protected]>
2+
* Copyright 2021-2025 AVSystem <[email protected]>
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

main/firmware_update.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2024 AVSystem <[email protected]>
2+
* Copyright 2021-2025 AVSystem <[email protected]>
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

main/firmware_update.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2024 AVSystem <[email protected]>
2+
* Copyright 2021-2025 AVSystem <[email protected]>
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

main/fontx.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2024 AVSystem <[email protected]>
2+
* Copyright 2021-2025 AVSystem <[email protected]>
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -19,7 +19,7 @@
1919
*
2020
* Copyright (c) 2020 nopnop2002
2121
* - https://github.com/nopnop2002/esp-idf-m5stickC-Plus
22-
* Copyright (c) 2021-2024 AVSystem
22+
* Copyright (c) 2021-2025 AVSystem
2323
*
2424
* Permission is hereby granted, free of charge, to any person obtaining a copy
2525
* of this software and associated documentation files (the "Software"), to deal

main/fontx.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2024 AVSystem <[email protected]>
2+
* Copyright 2021-2025 AVSystem <[email protected]>
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -19,7 +19,7 @@
1919
*
2020
* Copyright (c) 2020 nopnop2002
2121
* - https://github.com/nopnop2002/esp-idf-m5stickC-Plus
22-
* Copyright (c) 2021-2024 AVSystem
22+
* Copyright (c) 2021-2025 AVSystem
2323
*
2424
* Permission is hereby granted, free of charge, to any person obtaining a copy
2525
* of this software and associated documentation files (the "Software"), to deal

main/generate_version.cmake

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2021-2024 AVSystem <[email protected]>
1+
# Copyright 2021-2025 AVSystem <[email protected]>
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
@@ -19,7 +19,7 @@ execute_process(COMMAND ${GIT_EXECUTABLE} describe --tags --always
1919
if(GIT_DESCRIBE_RESULT EQUAL 0)
2020
string(STRIP "${CLIENT_VERSION_S}" CLIENT_VERSION)
2121
else()
22-
set(CLIENT_VERSION "24.11")
22+
set(CLIENT_VERSION "25.02")
2323
endif()
2424
# Input and output files are extracted from parameters.
2525
configure_file("${INPUT_FILE}" "${OUTPUT_FILE}" @ONLY)

main/i2c_wrapper.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2024 AVSystem <[email protected]>
2+
* Copyright 2021-2025 AVSystem <[email protected]>
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

main/i2c_wrapper.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2024 AVSystem <[email protected]>
2+
* Copyright 2021-2025 AVSystem <[email protected]>
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

main/lcd.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2024 AVSystem <[email protected]>
2+
* Copyright 2021-2025 AVSystem <[email protected]>
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -19,7 +19,7 @@
1919
*
2020
* Copyright (c) 2020 nopnop2002
2121
* - https://github.com/nopnop2002/esp-idf-m5stickC-Plus
22-
* Copyright (c) 2021-2024 AVSystem
22+
* Copyright (c) 2021-2025 AVSystem
2323
*
2424
* Permission is hereby granted, free of charge, to any person obtaining a copy
2525
* of this software and associated documentation files (the "Software"), to deal

main/lcd.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2024 AVSystem <[email protected]>
2+
* Copyright 2021-2025 AVSystem <[email protected]>
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -19,7 +19,7 @@
1919
*
2020
* Copyright (c) 2020 nopnop2002
2121
* - https://github.com/nopnop2002/esp-idf-m5stickC-Plus
22-
* Copyright (c) 2021-2024 AVSystem
22+
* Copyright (c) 2021-2025 AVSystem
2323
*
2424
* Permission is hereby granted, free of charge, to any person obtaining a copy
2525
* of this software and associated documentation files (the "Software"), to deal

main/main.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2024 AVSystem <[email protected]>
2+
* Copyright 2021-2025 AVSystem <[email protected]>
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

main/main.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2024 AVSystem <[email protected]>
2+
* Copyright 2021-2025 AVSystem <[email protected]>
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

main/objects/device.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2024 AVSystem <[email protected]>
2+
* Copyright 2021-2025 AVSystem <[email protected]>
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

main/objects/light_control.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2024 AVSystem <[email protected]>
2+
* Copyright 2021-2025 AVSystem <[email protected]>
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

main/objects/mpu6886.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2024 AVSystem <[email protected]>
2+
* Copyright 2021-2025 AVSystem <[email protected]>
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

main/objects/mpu6886.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2024 AVSystem <[email protected]>
2+
* Copyright 2021-2025 AVSystem <[email protected]>
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

main/objects/objects.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2024 AVSystem <[email protected]>
2+
* Copyright 2021-2025 AVSystem <[email protected]>
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

main/objects/push_button.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2024 AVSystem <[email protected]>
2+
* Copyright 2021-2025 AVSystem <[email protected]>
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

main/objects/sensors.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2024 AVSystem <[email protected]>
2+
* Copyright 2021-2025 AVSystem <[email protected]>
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

main/objects/wlan.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2024 AVSystem <[email protected]>
2+
* Copyright 2021-2025 AVSystem <[email protected]>
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

main/st7789.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2024 AVSystem <[email protected]>
2+
* Copyright 2021-2025 AVSystem <[email protected]>
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -19,7 +19,7 @@
1919
*
2020
* Copyright (c) 2020 nopnop2002
2121
* - https://github.com/nopnop2002/esp-idf-m5stickC-Plus
22-
* Copyright (c) 2021-2024 AVSystem
22+
* Copyright (c) 2021-2025 AVSystem
2323
*
2424
* Permission is hereby granted, free of charge, to any person obtaining a copy
2525
* of this software and associated documentation files (the "Software"), to deal

main/st7789.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2024 AVSystem <[email protected]>
2+
* Copyright 2021-2025 AVSystem <[email protected]>
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

main/utils.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2024 AVSystem <[email protected]>
2+
* Copyright 2021-2025 AVSystem <[email protected]>
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

main/utils.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2024 AVSystem <[email protected]>
2+
* Copyright 2021-2025 AVSystem <[email protected]>
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

sdkconfig.defaults

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2021-2024 AVSystem <[email protected]>
1+
# Copyright 2021-2025 AVSystem <[email protected]>
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)