Skip to content
This repository was archived by the owner on Jun 24, 2022. It is now read-only.

Commit fc3db2a

Browse files
committed
Updated with Adam comments
Updated NUCLEO_F303K8-device.mk with my name added NUCLEO_F303K8 to the HelloWorld sample project build added NUCLEO_F303K8 to the rtos_basic sample project build
1 parent bff1bbe commit fc3db2a

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

build/NUCLEO_F303K8-device.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2015 Larry Littlefield (https://developer.mbed.org/users/svkatielee/)
1+
# Copyright 2017 Sebastian Viviani (https://developer.mbed.org/users/guilly/)
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.

samples/HelloWorld/makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,13 @@ DEVICES := DISCO_F407VG \
2727
B96B_F446VE \
2828
NUCLEO_F072RB \
2929
NUCLEO_F103RB \
30-
NUCLEO_L053R8
30+
NUCLEO_L053R8 \
31+
NUCLEO_F303K8
32+
3133
GCC4MBED_DIR := ../..
34+
3235
NO_FLOAT_SCANF := 1
3336
NO_FLOAT_PRINTF := 1
3437

3538
include $(GCC4MBED_DIR)/build/gcc4mbed.mk
39+

samples/rtos_basic/makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,11 @@ DEVICES := DISCO_F407VG \
2424
NUCLEO_F446RE \
2525
B96B_F446VE \
2626
NUCLEO_F072RB \
27-
NUCLEO_F103RB
27+
NUCLEO_F103RB \
28+
NUCLEO_F303K8
29+
2830
GCC4MBED_DIR := ../..
31+
2932
NO_FLOAT_SCANF := 1
3033
NO_FLOAT_PRINTF := 1
3134
MBED_LIBS := rtos

0 commit comments

Comments
 (0)