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
321f90cb01969c2d1a2a7ec31ae6c580e0a65710
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
2
Aug
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
20
19
14
15
14
15
14
13
12
13
12
13
12
11
10
9
7
6
5
Update with nulled printf (to prevent warnings on non-printf projects) and undestructively add interrupt nesting to WS2812B driver.
Merge branch 'master' of https://github.com/cnlohr/ch32v003fun
Allow raw mode on WS2812's for extra speed/perf
Merge pull request #223 from hexeguitar/master
* Add code to modify INTSYSCR to ch32v003fun
fix uart fractional baudrate calc
Add notes about the ws2812B
Merge pull request #222 from fr0sty1/tim2_encoder
Merge pull request #221 from fr0sty1/tim2_pwm
Merge pull request #220 from limingjie/avoid-bricking-CH32V003J4M6
Add #ifdef support for CH3/CH4 in tim2_pwm example
tim2_encoder example based on tim2_pwm_remap
Avoid bricking CH32V003J4M6
Merge pull request #218 from fr0sty1/blink
Blink LED pin on MuseLabs nanoCH32V003 board
Update README.md
Swap WS2812B interrupt events per #207 - I tested it and it seems fine.
Merge pull request #217 from emeb/master
Remove redundant debug shell scripts
Merge pull request #213 from hexeguitar/master
Merge pull request #214 from siuyin/bootload_minichlink
Merge pull request #216 from emeb/master
Merge pull request #215 from eeucalyptus/isochronous_adc_example
edit typo TIM0 -> TIM1 in readme
more logic for disabling
Fix CI failure in UART demo
Disable DEBUGPRINTF I/O when FUNCONF_USE_DEBUGPRINTF = 0
fix style and add readme
Implement example project for adc with dma and fixed sampling rate
Update minichlink to not reset when writing bootloader.
issue #212 fix
Merge pull request #208 from fr0sty1/SYSTEM_CORE_CLOCK
Merge pull request #210 from hexeguitar/master
more HSE tests and custom NMI handler
optimized clock configuration
sysclk fixes and example project
#error if someone sets both USE_HSI and USE_HSE
Remove references to the deprecated SYSTEM_CORE_CLOCK and clean up unnecessary APB_CLOCK #defines
Add clang-format and move platformio add_include.
Merge pull request #206 from JimmusW/master
Loading