Commit Graph

4 Commits

Author SHA1 Message Date
bernard 8e439999e8 Prepare for RT-Thread 1.2.4 release. 2015-01-19 13:21:09 +08:00
bernard a00cc57487 Prepare RT-Thread 1.2.3 release. 2014-11-01 21:52:26 +08:00
bernard 50e7ae7e87 Merge 2.0.0 modification to prepare v1.2.2 release. 2014-07-19 06:43:53 +08:00
Grissiom 5674198759 components/utilities: add ymodem
Real-YModem implemented a flexible YModem support. It use callback-based
structure to let the user application to deal with the data. It contains
3 examples:

    1. echo.c: write the data recieved on YModem to an other device
    2. null.c: discard the YModem data
    3. tofile.c: write the data to the file system

Currently, it does not support batch file transmission.
2013-10-09 23:26:42 +08:00