1. 30 8月, 2022 4 次提交
    • o777788's avatar
      修复imxrt除1170系列外bsp网络驱动编译错误 · c2199eb8
      o777788 提交于
      c2199eb8
    • o777788's avatar
      add ignore files and directories · 2dd57faf
      o777788 提交于
      2dd57faf
    • o777788's avatar
      修复imxrt1170网络驱动问题 (#6342) · 58769e67
      o777788 提交于
      1、修复ksz8081.c编译错误;
      2、修复rt1170网络驱动问题
      58769e67
    • wannomore's avatar
      tms320f28379d fix init (#6343) · b11cb41a
      wannomore 提交于
      解决 tms320f28379d bsp 启动的问题。主要改动如下。
      
      修正context.s中汇编代码错误。在旧版的代码中,操作数为32位而汇编命令却使用了针对16位数据的命令MOV,导致程序在某些情况无法正常启动线程。
      由于C28x的平台下,SP只支持16bit寻址,所以用于线程空间存放的heap以及ebss段都需要放在低16位的空间,针对这个问题修改了CMD文件。此外还增加基于CMD文件基于RAM的支持,方便调试。
      新增rtdef.h中RT_SECTION,RT_USED,ALIGN和RT_WEAK的定义。旧版bsp中这些定义为空,导致INIT_EXPORT注册的函数失效。
      修改程序启动代码,在程序入口直接调用原生启动代码
      以上改动在LAUNCHXL-F28379D 通过了测试。
      b11cb41a
  2. 28 8月, 2022 2 次提交
  3. 27 8月, 2022 1 次提交
  4. 25 8月, 2022 6 次提交
  5. 24 8月, 2022 2 次提交
  6. 23 8月, 2022 8 次提交
  7. 22 8月, 2022 4 次提交
  8. 21 8月, 2022 2 次提交
    • Y
      [bsp][tms320f28379d] Fix compile ti (#6254) · b43f0e72
      Yunjie Gu 提交于
      * compile_ok
      
      Issues fixed:
      (1) update .config: select FINSH_USING_SYMTAB
      (2) add rt_size_t in rtconfig_project.h
      (3) fix finsh problems of using sym table
      (4) update .project to include ipc source codes.
      Todo list:
      (1) automate the build source selection of ccs and reconcile it with scons
      
      * change compiler
      
      * msh can run now
      
      the key step is to swap the order of rt_interrupt_nest -- and RT_OBJECT_HOOK_CALL(rt_interrupt_leave_hook,()) in irq.c. This is an improvised solution and an issue has been raised.
      
      * Update 2837x_FLASH_lnk_cpu1.cmd
      
      The original one is also fine. Just to make it more rigorous since FSymTab is in data section.
      
      * update readme.md
      
      Complier selection and maintainer update.
      Co-authored-by: wannomore's avatarYuQi <qiyu_sjtu@163.com>
      b43f0e72
    • 斌cazure's avatar
      [n32g45x] bsp 完善can驱动中断处理 (#6313) · 5b8a3678
      斌cazure 提交于
      * 完善can驱动中断处理
      优化can波特率采样率,采样点在75%以上
      增加新的can驱动宏定义支持,避免编译错误
      
      * Update drv_can.c
      Co-authored-by: mysterywolf's avatarMan, Jianting (Meco) <920369182@qq.com>
      5b8a3678
  9. 19 8月, 2022 2 次提交
  10. 18 8月, 2022 2 次提交
  11. 17 8月, 2022 6 次提交
  12. 16 8月, 2022 1 次提交