change list.txt 984 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. 修改HAL_rcc.h&HAL_rcc.c:(2016/11/16 1316)
  2. 修改MM32x103.h :(2016/9/18/1516)
  3. 修改USART 为 UART
  4. Move COMP
  5. 修改MM32x103.h :(2016/7/8/1037)
  6. 删除#define HSI_Value ((uint32_t)8000000)
  7. 添加
  8. #define HSI_Value_Pll_ON ((uint32_t)48000000/4) /*!< Value of the Internal oscillator in Hz*/
  9. #define HSI_VALUE_PLL_ON HSI_Value_Pll_ON
  10. #define HSI_Value_Pll_OFF ((uint32_t)48000000/6) /*!< Value of the Internal oscillator in Hz*/
  11. #define HSI_VALUE_PLL_OFF HSI_Value_Pll_OFF
  12. 修改HAL_rcc.h:(2016/7/7/1815)
  13. 删除#define HSI_Value ((uint32_t)8000000)
  14. 添加
  15. #define HSI_Value_Pll_ON ((uint32_t)48000000/4) /*!< Value of the Internal oscillator in Hz*/
  16. #define HSI_Value_Pll_OFF ((uint32_t)48000000/6) /*!< Value of the Internal oscillator in Hz*/
  17. 修改HAL_rcc.c:(2016/7/7/1815)
  18. 修改函数
  19. void RCC_GetClocksFreq(RCC_ClocksTypeDef* RCC_Clocks)
  20. 修改MM32x103.h (2016/7/15/1003)
  21. 添加#define RCC_APB1ENR_TIM4EN ((uint32_t)0x00000004)