Skip to content

Commit 40e2f36

Browse files
committed
Modification for building mbed 5
1 parent 0d13030 commit 40e2f36

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

hal/hal/gpio_api.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
#include <stdint.h>
2020
#include "device.h"
21+
#include "gpio_object.h"
2122

2223
#ifdef __cplusplus
2324
extern "C" {

hal/targets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1139,7 +1139,7 @@
11391139
"macros": ["HSE_VALUE=24000000", "HSE_STARTUP_TIMEOUT=5000", "CB_INTERFACE_SDIO","CB_CHIP_WL18XX","SUPPORT_80211D_ALWAYS","WLAN_ENABLED"],
11401140
"inherits": ["Target"],
11411141
"device_has": ["ANALOGIN", "CAN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
1142-
"default_build": "small",
1142+
"default_build": "standard",
11431143
"features": ["UBLOX_ODIN_W2_DRIVERS"]
11441144

11451145
},

mbed-events.lib

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://github.com/ARMmbed/mbed-events/#17dfdd5ca9fcc615b56418124f7f4187b854aa97

0 commit comments

Comments
 (0)