1. 06 1月, 2014 1 次提交
  2. 04 1月, 2014 3 次提交
  3. 02 1月, 2014 1 次提交
  4. 27 12月, 2013 1 次提交
  5. 08 12月, 2013 1 次提交
  6. 15 11月, 2013 1 次提交
    • B
      It is a big patch for stm32f0x, see the fellow : · 9691c659
      Bright Pan 提交于
          1. fix heap management for stm32f0xx(SRAM=8k)
          2. add USART1, USART2 driver for stm32f051R8
          3. fix finsh support for stm32f0x
          4. fix board components initial for stm32f0x and open debug msg
          5. add led driver(pc9) and test thread for stm32f0discovery board
          6. add init thread for stm32f0x do components initial
          7. add rcc initial for stm32f0x in rt_hw_board_init()
          8. add print rcc freq information function
      
      the console output example is:
          SYSCLK_Frequency is 48000000HZ
          PCLK_Frequency is 48000000HZ
          HCLK_Frequency is 48000000HZ
          CECCLK_Frequency is 32786HZ
          ADCCLK_Frequency is 14000000HZ
          USART1CLK_Frequency is 48000000HZ
          I2C1CLK_Frequency is 8000000HZ
          SystemCoreClock is 48000000HZ
          initialize rti_start:0 done
      
          \ | /
          - RT -     Thread Operating System
          / | \     1.2.0 build Nov 15 2013
          2006 - 2013 Copyright by rt-thread team
          do components intialization.
          initialize rti_board_end:0 done
          initialize rt_hw_led_init:32768 done
          initialize finsh_system_init:0 done
          finsh>>
      9691c659
  7. 26 10月, 2013 1 次提交
  8. 25 10月, 2013 1 次提交
  9. 23 10月, 2013 1 次提交
  10. 21 10月, 2013 1 次提交
    • G
      initialize timer in bsp · 2a9e893c
      Grissiom 提交于
      With new timer algorithm, timer should be initialized during startup. So
      add them to the bsps. Use these commands to get which bsp is missing
      calling the function:
      
          % git grep rt_system_timer_init bsp|sed -n 's|bsp/\([^/]*\).*|\1|p' | sort | uniq > have_tm_init
          % ls -1 bsp |sed -n 's|\([^/]*\).*|\1|p' | sort > all_bsp
          % comm -3 all_bsp have_tm_init
          beaglebone
          lpc176x
          lpc178x
          ls1bdev
          mb9bf506r
          stm32f10x
          xplorer4330
      2a9e893c
  11. 20 10月, 2013 4 次提交
  12. 19 10月, 2013 1 次提交
  13. 18 10月, 2013 1 次提交
    • G
      finsh: refactor the control key handling · 1e012528
      Grissiom 提交于
      We split the history handling form the key handling. So we could handle
      the direction key even if the history is disabled. As a "side effect", I
      also remove the unnecessary "use_history" bit.
      1e012528
  14. 17 10月, 2013 1 次提交
  15. 14 10月, 2013 1 次提交
  16. 09 10月, 2013 1 次提交
  17. 01 10月, 2013 1 次提交
  18. 21 9月, 2013 1 次提交
  19. 20 9月, 2013 1 次提交
  20. 07 9月, 2013 1 次提交
  21. 06 9月, 2013 2 次提交
  22. 03 9月, 2013 1 次提交
    • G
      stm32f10x: fix the rtgui initialization · d7076122
      Grissiom 提交于
      The rtgui_system_server_init prototype is wrong. And if we use
      RT_USING_COMPONENTS_INIT, there is no need to call
      rtgui_system_server_init again.
      d7076122
  23. 31 8月, 2013 2 次提交
  24. 24 7月, 2013 4 次提交
  25. 22 7月, 2013 1 次提交
  26. 21 7月, 2013 3 次提交
  27. 17 7月, 2013 2 次提交