get_update_rt-thread.bat 453 B

12345678
  1. @echo off
  2. @echo get and update RT-Thread kernel source
  3. svn co https://rt-thread.googlecode.com/svn/trunk/src/ ./rt-thread/src
  4. @echo get and update RT-Thread include file
  5. svn co https://rt-thread.googlecode.com/svn/trunk/include/ ./rt-thread/include
  6. @echo get and update Nios II architecture for RT-Thread
  7. svn co https://rt-thread.googlecode.com/svn/trunk/libcpu/nios/nios_ii/ ./rt-thread/libcpu/nios/nios_ii
  8. pause