Giter VIP home page Giter VIP logo

atbm_rtos_driver's Introduction

==============================================
1. 使用之前请先根据使用的版本选择接口

如果是usb 接口修改atbm_config.h中的宏为:
#define ATBM_USB_BUS 1
#define ATBM_SDIO_BUS 0
选择接口

sdio 接口修改atbm_config.h中的宏为:
#define ATBM_USB_BUS 0
#define ATBM_SDIO_BUS 1

==============================================
2. wlan_ATBM.c 为提供给客户的api 函数接口

==============================================
3. os 目录下为根据各种os 移植的api函数。
如果移植新的os,复制一份ankai_os,修改为新的文件名,然后将里面的函数修改外os 支持的函数接口即可

==============================================

4. 具体流程图请看《rtos_hmac说明》

atbm_rtos_driver's People

Contributors

jiankkui7 avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

fifteenhex

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.