sleep example

Committer:
Nathan Yonkee
Date:
Mon Sep 25 17:33:00 2017 -0600
Revision:
4:2afaac57dc82
Parent:
3:ca305eb55909
use HAL drivers for better sleep

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Nathan Yonkee 3:ca305eb55909 1 {
Nathan Yonkee 3:ca305eb55909 2 "GCC_ARM": {
Nathan Yonkee 3:ca305eb55909 3 "common": ["-c", "-Wall", "-Wextra",
Nathan Yonkee 3:ca305eb55909 4 "-Wno-unused-parameter", "-Wno-missing-field-initializers",
Nathan Yonkee 3:ca305eb55909 5 "-fmessage-length=0", "-fno-exceptions", "-fno-builtin",
Nathan Yonkee 3:ca305eb55909 6 "-ffunction-sections", "-fdata-sections", "-funsigned-char",
Nathan Yonkee 3:ca305eb55909 7 "-MMD", "-fno-delete-null-pointer-checks",
Nathan Yonkee 3:ca305eb55909 8 "-fomit-frame-pointer", "-Os"],
Nathan Yonkee 3:ca305eb55909 9 "asm": ["-x", "assembler-with-cpp"],
Nathan Yonkee 3:ca305eb55909 10 "c": ["-std=gnu99"],
Nathan Yonkee 3:ca305eb55909 11 "cxx": ["-std=gnu++11", "-fno-rtti", "-Wvla"],
Nathan Yonkee 3:ca305eb55909 12 "ld": ["-Wl,--gc-sections", "-Wl,--wrap,main", "-Wl,--wrap,_malloc_r",
Nathan Yonkee 3:ca305eb55909 13 "-Wl,--wrap,_free_r", "-Wl,--wrap,_realloc_r",
Nathan Yonkee 3:ca305eb55909 14 "-Wl,--wrap,_calloc_r", "-Wl,--wrap,exit", "-Wl,--wrap,atexit"]
Nathan Yonkee 3:ca305eb55909 15 }
Nathan Yonkee 3:ca305eb55909 16 }