# BabyOS_Example **Repository Path**: skylin008/BabyOS_Example ## Basic Information - **Project Name**: BabyOS_Example - **Description**: 为BabyOS增加使用例子,每一个分支对应一篇教程,请根据需要切换至对应分支 - **Primary Language**: C - **License**: MIT - **Default Branch**: full_func_test - **Homepage**: https://gitee.com/notrynohigh/BabyOS - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 47 - **Created**: 2021-09-04 - **Last Updated**: 2021-09-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # BabyOS_Example 基于STM32F107,Master分支实现BabyOS Readme.md内容里**使用方法**部分的操作。 ------ 此分支主要是验证如下功能: 通过shell指令交互,进行 kv存取 gui显示 fs测试 key测试 指令: ```powershell cmd 查看测试指令 test kv 测试KV test fs 测试文件系统 test key 显示字符 show xxx 在屏上显示字符串xxx ``` ```shell ______________________________________________ ____ __ __ / ) / / ) / \ ---/__ /-----__---/__---------/----/----\----- / ) / ) / ) / / / / \ _/____/___(___(_(___/_(___/_(____/___(____/___ / (_ / HW:20.3.10 FW:5.0.0 COMPILE:Jan 23 2021-23:46:57 device number:6 W:sfud_init 130 Start initialize Serial Flash Universal Driver(SFUD) V1.1.0. W:sfud_init 131 You can get the latest version on https://github.com/armink/SFUD . W:read_jedec_id 1026 The flash device manufacturer ID is 0xEF, memory type ID is 0x30, capacity ID is 0x15. W:read_sfdp_header 134 Error: Check SFDP signature error. It's must be 50444653h('S' 'F' 'D' 'P'). Warning: Read SFDP parameter header information failed. The 000 is not support JEDEC SFDP. Find a Winbond W25X16BV flash chip. Size is 2097152 bytes. W:reset 1001 Flash device reset success. 000 flash device is initialize success. sd type:4 t_index:14 index:0 k/v max num:255 index:14 W:_bKV_AddNew 441 n: t_index:15 index:0 W:_bKV_ModifyValue 489 t_index:15 index:0 972732 KiB total drive space. 971548 KiB available. nr@bos:test fs E:b_mod_fs.c bFS_Test 289 read 0 0 nr@bos:test fs boot_count 0 nr@bos:test fs boot_count 1 nr@bos:test fs boot_count 2 nr@bos:show helo nr@bos:clear no command named: clear nr@bos: ``` BabyOS master分支 BabyOS教程更新会在公众号推送: ![](https://gitee.com/notrynohigh/BabyOS_Example/raw/master/doc/QRcode.jpg)