Skip to content

RT-Thread v3.0.1 released!

Compare
Choose a tag to compare
@BernardXiong BernardXiong released this 30 Nov 16:22
· 11885 commits to master since this release
37dfd83

RT-Thread v3.0.1 has been released!

Platform:

  • Add mmap()/munmap() API for POSIX compatibility.
  • Fix the filesystem_operation_table issue.
  • Enhance USB stack for USB slave (HID/ECM/RNDIS/WINUSB or composite device);
  • Enhance USB stack for USB host (HID/MSC etc);
  • Fix memory leak issue when close a pipe.
  • Fix the romfs open issue;
  • Add SoftAP device in Wi-Fi framework;
  • Re-order the lwIP/ETH initialization;
  • Add IPv6 options in Kconfig;
  • Fix the module_id issue in _rt_thread_init;

Tools:

  • Add menuconfig for Linux/Mac platform: use scons --memuconfig to enable it;
  • Add LIBS feature for IAR project;

BSP:

  • Enhance LPC54608 BSP for kinds of compiler;
  • Add GPIO/I2C/SPI driver for Loongson 1C;
  • Add csd cmd in sdcard driver of mini2440;
  • Add SDIO/EMAC driver for qemu-vexpress-a9 bsp;
  • Enable VC++ to compile simulator bsp;
  • Add stm32f4xx-HAL bsp for kinds of STM32F4 series ;
  • Fix the PHY reset in stm32f429-apollo bsp;
  • Add Audio/MMC/SLCD/Touch/USB slave/RTC/SPI/SFC Flash driver in Ingenic X1000 bsp;