HalfSweet
HalfSweet
在一些场景中,并不只有一个摄像头被使能,因此是否可以单独替换前置或后置摄像头,或者两个同时替换为视频?
Hello, I came across your project and I ported it to my own device, excitingly it works for the most part, but I found a frustrating problem. When I set...
### 你在什么场景下需要该功能? 对于一些单片机的开发来说,Keil MDK是常用的一个IDE,它使用的armclang或者armcc的支持型号很多并且优化良好。但是在Linux或者MacOS平台上Armcc或者Armclang for mdk的工具链支持并不是很完善,因此是否可以做一个能自动生成keil mdk工程的插件进行转换,也方便大多数开发者的使用习惯和后续的CI/CD工作。 ### 描述可能的解决方案 增加一个生成Keil MDK工程文件(`uvprojx`或者keil6风格的`cbuild`)的插件 ### 描述你认为的候选方案 * 对于armclang的跨平台支持 * 支持armclang工具链的工程转为cmake工程 ### 其他信息 _No response_
**Is your feature request related to a problem? Please describe.** I would like to connect and read certain registers through the debugger to get other complete information when I don't...
For some mcu's they come with LPTIM peripherals which are more flexible and lower power consumption than RTC for low power applications. will STM32LowPower library support LPTIM peripherals. Maybe I...
In the previous rst documentation, code blocks were not used, which didn't make it easy to copy, and there was no corresponding code highlighting when previewing. Also, in README.rst, hyperlinks...
For some MCUs that rely on using the serial port for downloads, the use of RTS/DTR for auto-reset into their own bootloader is clearly needed, and for the debugger, we...
Currently, all email senders use the same secret, but is it possible to set different secrets in the future?
添加Conan包管理,目前为Draft,等待ConanCenter审核合并之后关闭