1. 16 10月, 2017 2 次提交
  2. 29 7月, 2017 1 次提交
  3. 16 3月, 2017 1 次提交
  4. 01 10月, 2015 1 次提交
  5. 19 11月, 2014 1 次提交
  6. 19 7月, 2014 1 次提交
  7. 11 7月, 2013 2 次提交
  8. 22 2月, 2013 1 次提交
  9. 21 2月, 2013 1 次提交
  10. 02 2月, 2013 1 次提交
  11. 08 1月, 2013 1 次提交
  12. 24 12月, 2012 2 次提交
  13. 26 7月, 2012 1 次提交
  14. 25 6月, 2012 1 次提交
  15. 18 6月, 2012 1 次提交
  16. 18 5月, 2012 2 次提交
    • O
      *** EFM32 branch *** · 3343a1b7
      onelife.real 提交于
      Add the missing file, "*.a"
      
      git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2124 bbd45198-f89e-11dd-88c7-29a3b14d5316
      3343a1b7
    • O
      *** EFM32 branch *** · ea6d73f1
      onelife.real 提交于
      1. Upgrade Cortex driver library (CMSIS -> CMSIS & Device): version 2.3.2 -> 3.0.1 & 3.0.0
       - Remove "bsp/efm32/Libraries/CMSIS/Lib/ARM", "bsp/efm32/Libraries/CMSIS/Lib/G++" and "bsp/efm32/Libraries/CMSIS/SVD" to save space
      2. Upgrade EFM32 driver libraries (efm32lib -> emlib): version 2.3.2 -> 3.0.0
       - Remove "bsp/efm32/Libraries/Device/EnergyMicro/EFM32LG" and "bsp/efm32/Libraries/Device/EnergyMicro/EFM32TG" to save space
      3. Upgrade EFM32GG_DK3750 development kit driver library: version 1.2.2 -> 2.0.1
      4. Upgrade EFM32_Gxxx_DK development kit driver library: version 1.7.3 -> 2.0.1
      5. Add energy management unit driver and test code
      6. Modify linker script and related code to compatible with new version of libraries
      7. Change EFM32 branch version number to 1.0
      8. Add photo frame demo application
      
      git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2122 bbd45198-f89e-11dd-88c7-29a3b14d5316
      ea6d73f1
  17. 09 4月, 2012 1 次提交
  18. 20 2月, 2012 2 次提交
  19. 03 2月, 2012 1 次提交
  20. 27 12月, 2011 2 次提交
    • O
      *** EFM32 branch *** · 3f0b614a
      onelife.real 提交于
      Fix the bug in USART write, which is introduced by changing SPI write format
      
      git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1884 bbd45198-f89e-11dd-88c7-29a3b14d5316
      3f0b614a
    • O
      *** EFM32 branch *** · 10ec2083
      onelife.real 提交于
      1. Upgrade EFM32 driver libraries (CMSIS and efm32lib): version 2.3.0 -> 2.3.2
      2. Upgrade EFM32GG_DK3750 development kit driver library: version 1.2.1 -> 1.2.2
      3. Upgrade EFM32_Gxxx_DK development kit driver library: version 1.7.2 -> 1.7.3
      4. Add LCD driver (SSD2119) and DEMO
      5. Change SPI write format
      6. Modify SD card driver due to SPI write format changed
      7. Modify building scripts
      
      git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1883 bbd45198-f89e-11dd-88c7-29a3b14d5316
      10ec2083
  21. 16 12月, 2011 2 次提交
  22. 29 11月, 2011 1 次提交
    • O
      *** EFM32 branch *** · ed982822
      onelife.real 提交于
      1. Move file, "start_gcc.S", from "libcpu/arm/cortex-m3/" to "bsp/efm32/" 
      2. Upgrade EFM32 driver libraries (CMSIS and efm32lib) to version 2.2.2 
      3. Upgrade EFM32 G2xx development kit drivers (EFM32_Gxxx_DK) to version 1.7.2 (from version 1.6.0) 
      4. Modify the files ("drv_usart.c" and "drv_iic.c") according to the driver libraries upgrading 
      
      git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1818 bbd45198-f89e-11dd-88c7-29a3b14d5316
      ed982822
  23. 23 8月, 2011 2 次提交
  24. 29 7月, 2011 2 次提交
    • O
      *** EFM32 branch *** · aa24c176
      onelife.real 提交于
      Modify IIC and USART drivers to avoid compiling error.
      
      git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1655 bbd45198-f89e-11dd-88c7-29a3b14d5316
      aa24c176
    • O
      *** EFM32 branch *** · 19e3ce5e
      onelife.real 提交于
      1. Add interrupt context check function (context_gcc.S)
      2. Add lock (semaphore) for IIC, USART and Ethernet drivers to prevent simultaneously access
      3. Add multiple channels support for scan mode of ADC driver
      4. Modify miscellaneous drivers according to ADC driver changes
      5. Add SWO output enable function (board.c)
      6. Disable all interrupts in GPIO interrupt handler (hdl_interrupt.c)
      7. Add two Ethernet utility functions (drv_ethernet.c)
      8. Add accelerometer driver (analog output)
      9. Add accelerometer demo (draft, application.c)
      
      git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1654 bbd45198-f89e-11dd-88c7-29a3b14d5316
      19e3ce5e
  25. 11 7月, 2011 1 次提交
    • O
      *** EFM32 branch *** · 30d072ee
      onelife.real 提交于
      1. Solve the problem mentioned in revision 1623 (runtime error) 
         - Cause: In the EFM32 demo application, some TCP/IP functions are called in non-task context (e.g. "tcp_new()"). And after revision 1621, those functions will trigger the scheduler ("rt_schedule()") which seems to be triggered only in task context. 
      
      git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1624 bbd45198-f89e-11dd-88c7-29a3b14d5316
      30d072ee
  26. 08 7月, 2011 2 次提交
    • O
      *** EFM32 branch *** · 2156e22b
      onelife.real 提交于
      1. Remove "RT_USING_NETUTILS" defined in "rtconfig.h" to avoid compiling error
         - Warning: Due to the memory limitation, running lwIP on Gecko devices (EFM32G) is not properly tested.
         - Warning: To test lwIP, please revert the file, "components\net\lwip\src\arch\sys_arch.c", to revision 1620. There is a runtime error when working with the latest revision of that file. This error is currently under evaluation.
      
      git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1623 bbd45198-f89e-11dd-88c7-29a3b14d5316
      2156e22b
    • O
      *** EFM32 branch *** · ef6bbc34
      onelife.real 提交于
      1. Add ENC28J60 Ethernet controller driver 
      2. Add lwIP support (Please read "Readme.txt")
      3. Add simple Http server demo application
      4. Modify USART device write function to avoid sleep in ISR
      5. Fix a bug in USART driver when using compiler optimization
      6. Modify to make use the start-up code in libraries
      7. Change the default build option for squeezing the executable file size
      8. Modify source code alignment
      
      git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1622 bbd45198-f89e-11dd-88c7-29a3b14d5316
      ef6bbc34
  27. 21 6月, 2011 1 次提交
  28. 20 6月, 2011 1 次提交
    • O
      *** EFM32 branch *** · 69ad018b
      onelife.real 提交于
      1. Add SD card driver (SPI mode)
      2. Add ELM ChaN FatFs support (Please read "Readme.txt")
         - Warning: FatFs is really FAT! (35KB)
      3. Upgrade EFM32 libraries (CMSIS and efm32lib) to version 2.0.0
      4. Merge all of the C source code in "libcpu\arm\cortex-m3\" into "cpuport.c"
      5. Merge all of the assembly source code in "libcpu\arm\cortex-m3\" into "context_gcc.S" (except "start_gcc.S")
      
      git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1525 bbd45198-f89e-11dd-88c7-29a3b14d5316
      69ad018b
  29. 12 5月, 2011 1 次提交
  30. 29 3月, 2011 1 次提交
    • O
      *** EFM32 branch *** · 578b245b
      onelife.real 提交于
      1. Add IIC slave mode RX by interrupt function (Now, master mode TX/RX and slave mode RX functions are done)
      2. Add Timer1 configuration in timer driver
      3. Modify the ACMP default initialization setting 
      4. Add on/off switch for debug code to reduce size
      
      git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1353 bbd45198-f89e-11dd-88c7-29a3b14d5316
      578b245b