Joe Quinn

Results 7 issues of Joe Quinn

enum在我的平台上并不是int(四位),反而是char(1位),引起了对齐错误,导致死机

This happens when I use demo [10.14.0](https://github.com/wieslawsoltes/PanAndZoom/releases/tag/10.14.0), and [11.0.0-preview1](https://github.com/wieslawsoltes/PanAndZoom/releases/tag/11.0.0-preview1) in Windows and I found that this phenomenon also happens in wpf("2.3.4")

在 https://github.com/RT-Thread/userapps 中,编写以下代码: ```c #include #include #include #include #include int main(int argc, char **argv) { char *pathbuf = malloc(PATH_MAX); char *basedir = realpath(argv[1], pathbuf); if (basedir == NULL) { printf("%s:...

如题, 因当在有可能涉及到smp的代码中都加入检测,单片机的bsp可以忽略掉 大锁代码 ```c rt_hw_interrupt_disable rt_hw_interrupt_enable ```

because there is a bug(multithreading) and its function is duplicated with ktime/hrtimer ## 拉取/合并请求描述:(PR description) [ #### 为什么提交这份PR (why to submit this PR) 删除cputime,因为其与ktime/hrtimer功能重复,且存在多线程下的bug #### 你的解决方案是什么 (what is your solution)...

discussion

### 想要的功能 有几种方案: - ~~阿里云等云服务的文件托管服务(oss)~~ (太贵我买不起) - [ ] 树莓派加公网ip的镜像服务

enhancement | 新功能需求