Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Erik Strand
lufa
Commits
f6a204b6
Commit
f6a204b6
authored
Dec 05, 2018
by
Dean Camera
Browse files
Update Drone CI image path.
parent
550b4234
Changes
2
Hide whitespace changes
Inline
Side-by-side
.drone.yml
View file @
f6a204b6
...
...
@@ -3,16 +3,16 @@ name: default
steps
:
-
name
:
Projects
image
:
abcminiuser/docker-avr8-toolchain
image
:
abcminiuser/docker-
ci-
avr8-toolchain
commands
:
-
make -j --quiet all
-
name
:
Bootloaders
image
:
abcminiuser/docker-avr8-toolchain
image
:
abcminiuser/docker-
ci-
avr8-toolchain
commands
:
-
make --quiet -C Maintenance bootloaders
-
name
:
Tests
image
:
abcminiuser/docker-avr8-toolchain
image
:
abcminiuser/docker-
ci-
avr8-toolchain
commands
:
-
make --quiet -C BuildTests all
LUFA/Build/DMBS/DMBS/gcc.mk
View file @
f6a204b6
...
...
@@ -115,7 +115,7 @@ ifneq ($(findstring $(ARCH), AVR8 XMEGA),)
else
ifneq
($(findstring $(ARCH), UC3),)
BASE_CC_FLAGS
+=
-mpart
=
$(MCU:at32%=%)
-masm-addr-pseudos
endif
BASE_CC_FLAGS
+=
-Wall
-fno-strict-aliasing
-funsigned-char
-funsigned-bitfields
-ffunction-sections
BASE_CC_FLAGS
+=
-Wall
-fno-strict-aliasing
-funsigned-char
-funsigned-bitfields
-ffunction-sections
-fdiagnostics-color
BASE_CC_FLAGS
+=
-I
.
BASE_CC_FLAGS
+=
-DARCH
=
ARCH_
$(ARCH)
ifneq
($(F_CPU),)
...
...
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