Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
firmware
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
card10
firmware
Merge requests
!38
Fix heap overlap in Pycardium
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix heap overlap in Pycardium
rahix/malloc
into
master
Overview
0
Commits
4
Pipelines
14
Changes
8
Merged
rahix
requested to merge
rahix/malloc
into
master
5 years ago
Overview
0
Commits
4
Pipelines
14
Changes
8
Expand
0
0
Merge request reports
Compare
master
version 13
6d93f664
5 years ago
version 12
987fb527
5 years ago
version 11
6f9ce93a
5 years ago
version 10
5bc1c6bc
5 years ago
version 9
0800058f
5 years ago
version 8
10b8a488
5 years ago
version 7
4791b49d
5 years ago
version 6
ad4a5c9b
5 years ago
version 5
edd94974
5 years ago
version 4
20eb7c8a
5 years ago
version 3
770b6cdb
5 years ago
version 2
778777a8
5 years ago
version 1
f891a643
5 years ago
master (base)
and
latest version
latest version
5c6cc3e9
4 commits,
5 years ago
version 13
6d93f664
4 commits,
5 years ago
version 12
987fb527
4 commits,
5 years ago
version 11
6f9ce93a
4 commits,
5 years ago
version 10
5bc1c6bc
9 commits,
5 years ago
version 9
0800058f
7 commits,
5 years ago
version 8
10b8a488
6 commits,
5 years ago
version 7
4791b49d
5 commits,
5 years ago
version 6
ad4a5c9b
7 commits,
5 years ago
version 5
edd94974
6 commits,
5 years ago
version 4
20eb7c8a
5 commits,
5 years ago
version 3
770b6cdb
4 commits,
5 years ago
version 2
778777a8
4 commits,
5 years ago
version 1
f891a643
3 commits,
5 years ago
8 files
+
126
−
32
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
8
Search (e.g. *.vue) (Ctrl+P)
epicardium/meson.build
+
1
−
1
Options
@@ -74,7 +74,7 @@ elf = executable(
module_sources
,
dependencies
:
[
libcard10
,
max32665_startup_core0
,
maxusb
,
libff13
],
link_with
:
[
api_dispatcher_lib
,
freertos
],
link_whole
:
[
max32665_startup_core0_lib
,
board_card10_lib
],
link_whole
:
[
max32665_startup_core0_lib
,
board_card10_lib
,
newlib_heap_lib
],
include_directories
:
[
freertos_includes
],
link_args
:
[
'-Wl,-Map='
+
meson
.
current_build_dir
()
+
'/'
+
name
+
'.map'
,
Loading