02 2024 档案

摘要:在进行屏幕驱动移植时,源码中有一段这样的代码 uint16_t ltdc_lcd_framebuf[800][480] __attribute__((at(LCD_FRAME_BUF_ADDR))); 在该工程下编译非常顺利,也不会提示有错误,但是在我自己新建的工程中使用就会出现错误提示,编译也不通 阅读全文
posted @ 2024-02-29 16:41 三眠 阅读(259) 评论(0) 推荐(0)
摘要:Windows # 端口需要改成自己对应的代理端口 set http_proxy=http://127.0.0.1:10810 set https_proxy=http://127.0.0.1:10810 set ftp_proxy=http://127.0.0.1:10810 Linux expo 阅读全文
posted @ 2024-02-25 16:10 三眠 阅读(107) 评论(0) 推荐(0)