Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
digitalni-hodiny-s-atmega8
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Kroužek
digitalni-hodiny-s-atmega8
Commits
017a266d
There was a problem fetching the pipeline summary.
Commit
017a266d
authored
8 years ago
by
Martin Vítek
Browse files
Options
Downloads
Patches
Plain Diff
Opraveno neukládání HEXu do výsledného archivu, opraven standart C pro překlad
parent
41998608
Branches
master
No related tags found
No related merge requests found
Pipeline
#
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
SW/CMakeLists.txt
+1
-1
1 addition, 1 deletion
SW/CMakeLists.txt
with
2 additions
and
2 deletions
.gitlab-ci.yml
+
1
−
1
View file @
017a266d
...
...
@@ -18,4 +18,4 @@ vytvor-hex:
artifacts
:
name
:
digitalni_hodiny_${CI_BUILD_REF_NAME}_${CI_BUILD_REF}
paths
:
-
SW/build/digitalni
-
hodiny.hex
-
SW/build/digitalni
_
hodiny.hex
This diff is collapsed.
Click to expand it.
SW/CMakeLists.txt
+
1
−
1
View file @
017a266d
...
...
@@ -24,7 +24,7 @@ add_definitions("-funsigned-char")
add_definitions
(
"-funsigned-bitfields"
)
add_definitions
(
"-ffunction-sections"
)
add_definitions
(
"-c"
)
add_definitions
(
"-std=c
++14
"
)
add_definitions
(
"-std=c
11
"
)
set
(
SOURCE_FILES hodiny.c
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment