File tree 4 files changed +6
-350
lines changed
4 files changed +6
-350
lines changed Original file line number Diff line number Diff line change 21
21
* Utilities for accessing persisted device configuration on
22
22
* platforms based on the NXP SDK.
23
23
*/
24
+ /* this file behaves like a config.h, comes first */
25
+ #include < platform/internal/CHIPDeviceLayerInternal.h>
24
26
25
27
#include " NXPConfig.h"
26
28
27
29
#include " FreeRTOS.h"
28
30
#include " FunctionLib.h"
29
31
#include " board.h"
30
32
#include < lib/core/CHIPEncoding.h>
31
- #include < platform/CHIPDeviceError.h>
32
33
#include < platform/internal/testing/ConfigUnitTest.h>
33
34
34
35
/* FS Writes in Idle task only - LittleFS only , already enabled by default on NVM */
Original file line number Diff line number Diff line change 23
23
24
24
#pragma once
25
25
26
+ #include < platform/internal/CHIPDeviceLayerInternal.h>
27
+
26
28
#include " FreeRTOS.h"
27
29
#include < functional>
28
- #include < lib/core/CHIPError.h>
29
30
30
31
#define CHIP_PLAT_NO_NVM 0
31
32
#define CHIP_PLAT_NVM_FWK 1
Original file line number Diff line number Diff line change 20
20
* Utilities for accessing persisted device configuration on
21
21
* platforms based on the NXP SDK.
22
22
*/
23
+ /* this file behaves like a config.h, comes first */
24
+ #include < platform/internal/CHIPDeviceLayerInternal.h>
23
25
24
26
#include " NXPConfig.h"
25
27
26
28
#include " FreeRTOS.h"
27
29
#include " FunctionLib.h"
28
30
#include " board.h"
29
31
#include < lib/core/CHIPEncoding.h>
30
- #include < platform/CHIPDeviceError.h>
31
32
#include < platform/internal/testing/ConfigUnitTest.h>
32
33
33
34
#include " fwk_file_cache.h"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments