Block or Report
Block or report KevinOConnor
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
Marlin Public
Forked from MarlinFirmware/Marlin
Reprap FW with look ahead. SDcard and LCD support. It works on Gen6, Ultimaker, RAMPS and Sanguinololu
C 7
-
-
-
1,551 contributions in the last year
Contribution activity
May 2022
Created 99 commits in 3 repositories
Created 1 repository
Created a pull request in Arksine/CanBoot that received 11 comments
Call timer_setup() from sched_main()
Explicitly enable the timer (via a new timer_setup()
call from sched_main. This is a minor change that saves a few bytes in the final binary.
-Kevin
+20
−28
•
11
comments
Opened 19 other pull requests in 2 repositories
Arksine/CanBoot
1
open
17
merged
- Support for additional stm32 chips
- Resync stm32f4 with upstream Klipper
- Default to 8KiB app start on f0/f1 ; Allow 16KiB on f4
- Report pages written from "eof" command
- Write each block individually ; no need for pages
- Add compile time check to initial_pins to reduce binary size
- Support 4KiB application start
- Add support for initial pins
- A few code fixes
- Add support for flashing over USB and UART
- Some suggestions for dev-protocol-20220505 branch
- Autodetect stm32f103 flash page size
- Support entering bootloader on gpio pin state
- Resync main makefile with Klipper's main makefile
- Do hardware reset before application start
- Makefile: Build with -Os instead of -O2
- Use Klipper3d github http address
- Use Klipper's nodeid to canbus_id scheme
Klipper3d/klipper
1
merged
Reviewed 2 pull requests in 2 repositories
Arksine/CanBoot
1 pull request
Klipper3d/klipper
1 pull request
Created an issue in Arksine/CanBoot that received 6 comments
Comand protocol should have a CRC?
I may not fully understand the command protocol in CanBoot, so let me know if I got something wrong. However, I didn't see a CRC check on commands …
6
comments