mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-18 19:19:18 +08:00
1. Use RT_USING_LIBC instead of RT_USING_NEWLIB in the beagonebone. 2. Enable LIBC in default in LPC4088. 3. Remove the unnecessary interrupt clean in STM32 UART; 4. Use HSE_VALUE to calculate PLL_M in STM32F2/F4;