Merge pull request #12438 from hugueskamba/hk-fix-baremetal-cy9cproto

Fix CY8CPROTO_062_4343W baremetal build
pull/12483/head
Martin Kojtal 2020-02-20 12:50:29 +00:00 committed by GitHub
commit 3662759a0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,6 @@
{
"name": "cy_psoc6_whd",
"config": {
"present": 1
}
}

View File

@ -0,0 +1,6 @@
{
"name": "cy_psoc6_common_network",
"config": {
"present": 1
}
}

View File

@ -21,7 +21,9 @@
#include "cyhal_hwmgr.h"
#include "cybsp.h"
#include "mbed_power_mgmt.h"
#if MBED_CONF_RTOS_PRESENT
#include "rtos_idle.h"
#endif // MBED_CONF_RTOS_PRESENT
#include "us_ticker_api.h"
#if defined(CY_ENABLE_XIP_PROGRAM)

View File

@ -0,0 +1,6 @@
{
"name": "cy_psoc6csp_rtos",
"config": {
"present": 1
}
}