Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
ch32v003fun
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
Container 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
Andreas Horn
ch32v003fun
Graph
e16e34ade091144863175f42dc23299e36e16b74
Select Git revision
Branches
2
druckluftorgel-v2
default
master
protected
2 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
14
Feb
13
12
5
4
3
1
31
Jan
29
27
21
9
8
4
24
Dec
23
21
18
11
Oct
4
24
Sep
23
22
20
18
15
14
13
8
4
25
Aug
19
18
17
11
5
2
1
2
31
Jul
30
27
26
25
21
20
19
14
6
3
2
1
30
Jun
29
28
29
28
27
26
24
23
22
21
20
19
18
17
18
17
16
15
14
13
12
11
10
9
8
7
6
5
4
3
2
31
May
30
29
28
27
26
24
23
22
21
20
19
18
14
13
12
11
10
8
7
6
5
6
5
4
3
2
1
30
Apr
29
28
27
26
25
24
23
21
18
17
18
17
15
14
13
12
11
10
9
8
7
6
30
Mar
29
28
27
26
23
22
21
Add extra cflags for all arch's
Use host GCC for non-003 devs.
Remove rednudant cflags
Switch back around to numbered #define's for processor selection.
Add SPIDMA TEST
* Found a slightly more robus reset mechanism for programming
Fix spelling on linker script
At least get PIO building
To get pio building, add the generated ld file
Fix operation for ch32v003
Merge pull request #276 from cnlohr/AlexanderMandera-other-chip-support
Merge branch 'master' of https://github.com/cnlohr/ch32v003fun
Improve use of Link-E, making it automatically exit IAP and ARM modes, as well as try very aggressively to reset the processor if it can't attach.
Merge pull request #275 from ahhuhtal/master
Merge branch 'master' of https://github.com/cnlohr/ch32v003fun
Merge pull request #277 from cnlohr/master
Add header definition for SetupUART Closes #250
* Cleanup ld script generation
Fix order of operations for compiling compiled linker script.
Fixup ld files for 003
* Switch blink example to use ch32v003fun
Fix up a few parameters / clock issues on the ch32v203
Merge branch 'other-chip-support' of https://github.com/AlexanderMandera/ch32v003fun into AlexanderMandera-other-chip-support
Merge pull request #259 from amitesh-singh/ami/fix_arch_compilation
fix compilation for arch linux
Simplify UART_BRR calculation. Fix for #271.
Merge pull request #263 from tintinnabulate/fix_ws2812b_simple_comment
Merge pull request #273 from TommyMurphyTM1234/master
Delete examples/blink_raw/blink_raw.bin refs #272
Add -fdata-sections to compile flags - see https://github.com/cnlohr/ch32v003fun/issues/265
Implement some of #268 - Previously fixed mode.
Fix #270 - Oops (flipped values)
Fix bug where config didn't config specifically.
Switch blink example to using easy mode
Add driver for link E, so if people don't want to use zadig, they don't have to.
Merge branch 'master' of https://github.com/cnlohr/ch32v003fun
Add Arduino-like GPIO, after it was discovered that this is no worse and paradoxically marginally better than the raw access.
Merge remote-tracking branch 'cnlohr/master' into other-chip-support
Remove redundant reference to port/pin
Fix comment
Loading