Commit Graph

21 Commits

Author SHA1 Message Date
50981f9d2c Initial branch for can tester for the mainboard 2025-07-12 11:56:29 -07:00
95b6d32b99 separated usb code to the library. will add 6key rollover support later :) 2025-07-01 18:51:13 -07:00
ba906e2a54 initial stuff for recieving from can 2025-07-01 18:05:32 -07:00
4caceb3617 4key miku keyboard with nkro 2025-07-01 15:13:32 -07:00
3ecab0344c nkro support :) 2025-06-30 19:03:33 -07:00
1c7e9e6f76 initial main board 2025-06-26 14:32:26 -07:00
63dc0a01c8 explaination for the mainboard stuff 2025-06-26 14:07:24 -07:00
19aa606bb8 some readme changes 2025-06-25 17:24:54 -07:00
381cb2bda8 Initial folder structure. added read me. will explain more details later 2025-06-25 15:31:21 -07:00
2d7a1ff4d0 Add CAN communication and GPIO control functionality
- Created HAL configuration file for STM32F1xx (stm32f1xx_hal_conf.h).
- Added interrupt handler definitions in stm32f1xx_it.h.
- Implemented CAN initialization and configuration in can.c.
- Configured GPIO pins for output and external interrupts in gpio.c.
- Developed main application logic in main.c for toggling an LED and sending CAN messages.
- Implemented MSP initialization and de-initialization for CAN in stm32f1xx_hal_msp.c.
- Defined interrupt service routines in stm32f1xx_it.c for CAN and EXTI interrupts.
- Added README for project-specific libraries and PlatformIO configuration.
- Created platformio.ini for project build settings.
- Added stm32pio.ini for CubeMX integration with PlatformIO.
- Included README for testing directory to guide unit testing setup.
2025-06-25 15:18:25 -07:00
f05e4aa006 can finally works 2025-06-25 15:16:52 -07:00
9b142b4af2 fix: update CAN filter bank configuration to valid range 2025-06-25 12:39:17 -07:00
98e082481a Merge branch 'can' of https://github.com/Kymkim/modular-kbd into can 2025-06-25 12:38:46 -07:00
7235900cac working transmit data 2025-06-25 12:33:26 -07:00
Nolan Nguyen
7a9bf36371 Note on STM32 CAN Filter Bank Number 2025-06-23 17:07:04 -07:00
886ecf1778 not working. should make the led flash if button on pa10 is pressed. 2025-06-21 20:47:20 -07:00
470f4fc4da update USB product string and include paths for CAN module. starting code with CAN as loopback to check if its working. not yet tested 2025-06-12 19:06:44 -07:00
4ac35de22f deleted unused files 2025-06-10 20:08:33 -07:00
e9dc460e96 file restructuring and minor code edits with config 2025-06-10 20:07:59 -07:00
f4fa10e596 CAN main start 2025-06-06 22:32:51 -07:00
257377c75c config for the can bus for module 2025-06-06 12:09:57 -07:00