Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Embest
iotconnect
mbed
stm32l4-iotconnect-demo
Commits
8011fcfc
Commit
8011fcfc
authored
Sep 27, 2020
by
Yongjia Niu
Browse files
Initial commit
parents
Changes
4
Hide whitespace changes
Inline
Side-by-side
README.md
0 → 100644
View file @
8011fcfc
# Avnet IoTConnect Demo on STM32L4 / STM32L4+ Boards
Support STM32 Boards:
[
ST - B-L475E-IOT01A
](
https://www.st.com/en/evaluation-tools/b-l475e-iot01a.html
)
```
bash
$
mbed compile
-m
DISCO_L475VG_IOT01A
```
[
ST - B-L4S5I-IOT01A
](
https://www.st.com/en/evaluation-tools/b-l4s5i-iot01a.html
)
```
bash
$
mbed compile
-m
B_L4S5I_IOT01A
```
\ No newline at end of file
main.cpp
0 → 100644
View file @
8011fcfc
#include "mbed.h"
int
main
()
{
return
0
;
}
\ No newline at end of file
mbed-os.lib
0 → 100644
View file @
8011fcfc
https://github.com/ARMmbed/mbed-os/#f38aa597c8669c6bf32c240e0507a174804715c0
mbed_app.json
0 → 100644
View file @
8011fcfc
{
"target_overrides"
:
{
"K64F"
:
{
"platform.stdio-baud-rate"
:
9600
}
}
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment