Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
openocd
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
card10
openocd
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
0de78ed02c7e2caaf96eafb814c6059ceb9582b2
Select Git revision
Branches
2
dw-cmsisdap-path
max32xxx
default
protected
2 results
Begin with the selected commit
Created with Raphaël 2.2.0
21
Jun
20
19
18
17
16
15
13
12
11
10
9
8
7
5
4
3
2
1
31
May
30
29
28
27
26
25
24
23
22
21
20
19
18
17
16
15
14
13
12
11
10
9
8
7
C99 Type updates, include inttypes.h - it is catagorically required
Set default for want_ftd2xx_highspeed to "no" instead of "maybe"
Remove editor preferences from source files.
printf() warning fixes due to uint32_t change-over
Paulius Zaleckas <paulius.zaleckas@gmail.com>:
less warnings
fix jtag_add_callback() args. The first argument is nothing special, it's just another generic argument.
commit test from Duane
less warnings
less warnings
Oyvind Harboe <oyvind.harboe@zylin.com>:
Cast 64-bit trace hit_counter to long long; fixes format warning.
Update Style Guide documentation to explain basic type rules.
Remove redundant typedefs in types.h; include stdint.h unconditionally.
Transform 'u64' to 'uint64_t'
Finish transforming 'u32' to 'uint32_t'.
Transform 'u32' to 'uint32_t' in src/flash.
Transform 'u32' to 'uint32_t' in src/target
Transform 'u32' to 'uint32_t' in src/target/arm*
Transform 'u16' to 'uint16_t'
Transform 'u8' to 'uint8_t'
Transform 'u8' to 'uint8_t' in src/flash
Transform 'u8' to 'uint8_t' in src/target
David Brownell <david-b@pacbell.net>:
David Brownell <david-b@pacbell.net>:
David Brownell <david-b@pacbell.net>:
David Brownell <david-b@pacbell.net>:
Freddie Chopin <freddie_chopin@op.pl> makes lpc2478.cfg file more "standard" and - what is most important - correct (it's working [; ). I've also added some comments which try to clarify the meaning of all that's in there.
dummy driver now works under eCos
David Brownell <david-b@pacbell.net>:
David Brownell <david-b@pacbell.net>:
David Brownell <david-b@pacbell.net>:
David Brownell <david-b@pacbell.net>:
David Brownell <david-b@pacbell.net>:
Fix compilation for Ubuntu 9.04 on x86-64 when using --enable-httpd.
Set svn:eol-style native on ZY1000 minidriver header file.
Ensure range errors are reported only when errno indicates one occurred.
Change parse_type macros to be sed-friendly.
Add argument parsing errors in command.h, use in parse_type routines.
Move definition of parse_type helpers to command.c:
Loading