aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2024-07-11usb: add hiddev and write to flashDien-Nhung Nguyen-Phu
2024-07-11usb: handle device request and route to interfacesDien-Nhung Nguyen-Phu
2024-07-11usb: remove usbdev from StdPeriphDriverDien-Nhung Nguyen-Phu
The library only have 4 endpoint supported while the chip have capable of 8. And its design is kind of cumbersome.
2024-07-11usb: enable debug log over uartDien-Nhung Nguyen-Phu
2024-06-23feat: save received data from BLE to flashDien-Nhung Nguyen-Phu
2024-06-23feat: add initial Bluetooth LE moduleDien-Nhung Nguyen-Phu
2024-06-11fb: modularizedDien-Nhung Nguyen-Phu
2024-06-10button: add basic button functionalitiesDien-Nhung Nguyen-Phu
- Provided a way to set handler for each button one-press/long-press - Debouncing with RC filter and Schmitt trigger
2024-06-03led: add basic Charlieplexing scanDien-Nhung Nguyen-Phu
2024-06-03init blink projectDien-Nhung Nguyen-Phu
generated project from EVT