Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
neOCampus-arduino
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
GIS-neOCampus
neOSensor
neOCampus-arduino
Commits
5013a318
Commit
5013a318
authored
2 years ago
by
francois
Browse files
Options
Downloads
Patches
Plain Diff
update
parent
8b496b83
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+2
-0
2 additions, 0 deletions
.gitignore
neosensor/debug.cfg
+0
-14
0 additions, 14 deletions
neosensor/debug.cfg
neosensor/debug_custom.json
+0
-19
0 additions, 19 deletions
neosensor/debug_custom.json
with
2 additions
and
33 deletions
.gitignore
+
2
−
0
View file @
5013a318
...
...
@@ -18,6 +18,8 @@
# others
.vscode
*.svd
debug.cfg
debug_custom.json
# KiCad
.bck
...
...
This diff is collapsed.
Click to expand it.
neosensor/debug.cfg
deleted
100644 → 0
+
0
−
14
View file @
8b496b83
# SPDX-License-Identifier: GPL-2.0-or-later
#
# Example OpenOCD configuration file for ESP32-WROVER-KIT board.
#
# For example, OpenOCD can be started for ESP32 debugging on
#
# openocd -f board/esp32-wrover-kit-3.3v.cfg
#
# Source the JTAG interface configuration file
source
[find interface/ftdi/esp32_devkitj_v1.cfg]
set
ESP32_FLASH_VOLTAGE
3.3
# Source the ESP32 configuration file
source
[find target/esp32.cfg]
This diff is collapsed.
Click to expand it.
neosensor/debug_custom.json
deleted
100644 → 0
+
0
−
19
View file @
8b496b83
{
"name"
:
"Arduino on ESP32"
,
"toolchainPrefix"
:
"xtensa-esp32-elf"
,
"svdFile"
:
"esp32.svd"
,
"request"
:
"attach"
,
"postAttachCommands"
:[
"set remote hardware-watchpoint-limit 2"
,
"monitor reset halt"
,
"monitor gdb_sync"
,
"thb setup"
,
"c"
],
"overrideRestartCommands"
:[
"monitor reset halt"
,
"monitor gdb_sync"
,
"thb setup"
,
"c"
]
}
\ No newline at end of file
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