aboutsummaryrefslogtreecommitdiff
path: root/stmhal
diff options
context:
space:
mode:
authorDamien George2015-01-22 13:48:29 +0000
committerDamien George2015-01-22 13:48:29 +0000
commit6d1f5070ce97d76452ba48c2baa27d8f818a1545 (patch)
tree798d53affab24a696799ac9e40404332b54eaab5 /stmhal
parentbd9c1ad601aceaa1a74c32790df883b12c43348d (diff)
lib/libm: Add frexp and modf functions; use in stmhal; add tests.
Addresses issue #1081.
Diffstat (limited to 'stmhal')
-rw-r--r--stmhal/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/stmhal/Makefile b/stmhal/Makefile
index aaae4ba10..9fa7b2acf 100644
--- a/stmhal/Makefile
+++ b/stmhal/Makefile
@@ -81,6 +81,8 @@ SRC_LIB = $(addprefix lib/,\
libm/sf_sin.c \
libm/sf_cos.c \
libm/sf_tan.c \
+ libm/sf_frexp.c \
+ libm/sf_modf.c \
fatfs/ff.c \
fatfs/option/ccsbcs.c \
mp-readline/readline.c \