mikisama
mikisama
Hi, @kingToolbox I would also like to add this new feature. In embedded platforms, especially MCU bare-metal platforms, the use of end-of-line is not standardized. My current device only recognizes...
same issue on win10
> This is for the `.format()` method, I think? like: > > ```python > a = "{key}".format(key="something") > ``` Hi, @SyzenEinca It's not for the `.format()` method. I use python...
> Hi, @projectgus Thanks for your reply. I have this one [USBCAN-II](http://www.gcgd.net/prolist_26_48.html) The stuff in this zip is a ZLG-compatible DLL and manual. [Guangcheng Technology USBCAN Interface Function Library Instruction...
> I want to use python-can [canalst-II] in pyhton 2.7, what can i do? You can try install the old version ``` pip install python-can==3.3.4 ```
Hi, @gall1 I'm curious how you make `IAR` deal with assembly code with `meson`. I have tried `iccarm` compiler with meson before but failed, and I find `iccARCH` can't compile...
> > > Hi @mikisama ! It's hard to guess what went wrong, but Renode can be used as the debug tool directly without custom commands. Please try the following...
Hi, @KeitaKashima After reading the discussion, I came to the following conclusion ## configREQUIRE_ASM_ISR_WRAPPER == 1 - need implement an assembly ISR wrapper (not easy for beginner, not compatibility to...
> @mikisama , Thank you for your question. Except for the Nesting interrupt, your understanding is correct. We **can NOT** support the nested interrupt with both configREQUIRE_ASM_ISR_WRAPPER settings. Thanks for...