-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: khoih-prog/STM32_Slow_PWM
base: v1.2.0
head repository: khoih-prog/STM32_Slow_PWM
compare: main
- 15 commits
- 48 files changed
- 1 contributor
Commits on Jan 30, 2022
-
1.2.1 to to not update DutyCycle immediately
### Releases v1.2.1 1. DutyCycle to be optionally updated at the end current PWM period instead of immediately. Check [DutyCycle to be updated at the end current PWM period #2](khoih-prog/ESP8266_PWM#2)
Configuration menu - View commit details
-
Copy full SHA for 7698bc4 - Browse repository at this point
Copy the full SHA 7698bc4View commit details
Commits on Feb 2, 2022
-
v1.2.2 to replace
double
withfloat
### Releases v1.2.2 1. Use `float` for `DutyCycle` and `Freq`, `uint32_t` for `period`. 2. Optimize code by not calculation in ISR
Configuration menu - View commit details
-
Copy full SHA for db7ab7d - Browse repository at this point
Copy the full SHA db7ab7dView commit details -
v1.2.2 to replace
double
withfloat
### Releases v1.2.2 1. Use `float` for `DutyCycle` and `Freq`, `uint32_t` for `period`. 2. Optimize code by not calculation in ISR
Configuration menu - View commit details
-
Copy full SHA for d314b17 - Browse repository at this point
Copy the full SHA d314b17View commit details -
v1.2.2 to replace
double
withfloat
### Releases v1.2.2 1. Use `float` for `DutyCycle` and `Freq`, `uint32_t` for `period`. 2. Optimize code by not calculation in ISR
Configuration menu - View commit details
-
Copy full SHA for 2a7a71a - Browse repository at this point
Copy the full SHA 2a7a71aView commit details
Commits on Feb 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for cb3e079 - Browse repository at this point
Copy the full SHA cb3e079View commit details
Commits on Mar 5, 2022
-
v1.2.3 to fix
DutyCycle
bug, etc.### Releases v1.2.3 1. Fix `DutyCycle` bug. Check [float precisison of DutyCycle only sometimes working #3](khoih-prog/SAMD_Slow_PWM#3) 2. Fix `New Period` display bug. Check [random dropouts #4](khoih-prog/SAMD_Slow_PWM#4) 3. Update examples
Configuration menu - View commit details
-
Copy full SHA for 5ff2144 - Browse repository at this point
Copy the full SHA 5ff2144View commit details -
v1.2.3 to fix
DutyCycle
bug, etc.### Releases v1.2.3 1. Fix `DutyCycle` bug. Check [float precisison of DutyCycle only sometimes working #3](khoih-prog/SAMD_Slow_PWM#3) 2. Fix `New Period` display bug. Check [random dropouts #4](khoih-prog/SAMD_Slow_PWM#4) 3. Update examples
Configuration menu - View commit details
-
Copy full SHA for a8c66bd - Browse repository at this point
Copy the full SHA a8c66bdView commit details
Commits on Nov 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4aed48c - Browse repository at this point
Copy the full SHA 4aed48cView commit details -
Configuration menu - View commit details
-
Copy full SHA for cd0c2a6 - Browse repository at this point
Copy the full SHA cd0c2a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 689bc08 - Browse repository at this point
Copy the full SHA 689bc08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 011f547 - Browse repository at this point
Copy the full SHA 011f547View commit details
Commits on Nov 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4adae64 - Browse repository at this point
Copy the full SHA 4adae64View commit details -
Configuration menu - View commit details
-
Copy full SHA for 501a0d9 - Browse repository at this point
Copy the full SHA 501a0d9View commit details
Commits on Dec 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 35126ac - Browse repository at this point
Copy the full SHA 35126acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a38541 - Browse repository at this point
Copy the full SHA 3a38541View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.2.0...main