v3.0.1
版本发布时间: 2017-12-01 00:22:55
RT-Thread/rt-thread最新发布版本:v5.1.0(2024-04-22 14:50:37)
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 <User can use menuconfig to select chip>;
- Fix the PHY reset in stm32f429-apollo bsp;
- Add Audio/MMC/SLCD/Touch/USB slave/RTC/SPI/SFC Flash driver in Ingenic X1000 bsp;