Skip to content

Commit

Permalink
Improved QVGA sampling time
Browse files Browse the repository at this point in the history
  • Loading branch information
DL7AD committed Mar 28, 2016
1 parent 17164bc commit ceefd72
Show file tree
Hide file tree
Showing 3 changed files with 197 additions and 234 deletions.
2 changes: 1 addition & 1 deletion ChibiOS
Submodule ChibiOS updated 756 files
12 changes: 3 additions & 9 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -182,21 +182,15 @@ AOPT =
TOPT = -mthumb -DTHUMB

# Define C warning options here
CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes -std=c99

# Define C++ warning options here
CPPWARN = -Wall -Wextra -Wundef
CPPWARN = -Wall -Wextra -Wundef -std=c99

#
# Compiler settings
##############################################################################

#
# Programmer settings
##############################################################################

STLINK=/src/stlink

##############################################################################
# Start of user section
#
Expand Down Expand Up @@ -224,5 +218,5 @@ RULESPATH = $(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC
include $(RULESPATH)/rules.mk

flash:
$(STLINK)/st-flash write build/$(PROJECT).bin 0x8000000
st-flash write build/$(PROJECT).bin 0x8000000

Loading

0 comments on commit ceefd72

Please sign in to comment.