8000 GitHub - hpmicro/hpm_apps: hpm apps for hpm sdk
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

hpmicro/hpm_apps

Repository files navigation

中文

HPM APPS introduction

HPM APPS is an upper layer application software development kit based on HPM SDK. It provides a variety of typical general-purpose application solutions, including middleware, components, services, etc., for users to use and evaluate.

HPM APPS directory structure

Directory name Description
<HPM_APP_BASE>/boards Files for various development boards
<HPM_APP_BASE>/components Software components
<HPM_APP_BASE>/docs Document
<HPM_APP_BASE>/middleware Middleware
<HPM_APP_BASE>/apps Samples of various solutions
<HPM_APP_BASE>/services Software Services
<HPM_APP_BASE>/tools Tool files

Instructions for using the HPM APP

HPM SDK version requirements

Note: Each CASE of the HPM APP relies on the corresponding HPM SDK version. To ensure that the project can be built and compiled correctly, please refer to the SDK version dependency instructions in the README document located in the corresponding CASE directory.

Build

Recommend using the sdk_env environment on Windows to build the SES compilation and debugging project. In the SDK ENV tool, check Enable User Application Path and select the hpm_apps/apps directory, or choose the demo directory you need. It is recommended to use the former, as it can scan all demo files.

sdk_env

If you want to add some middleware from hpm_apps/middleware, please add code in demo CMakeLists.txt, suggest you add code before generate_ses_project, for example:

add_subdirectory(../../.. hpm_apps/build_tmp)
generate_ses_project()

HPM_APPS documentation

Code repository

About

hpm apps for hpm sdk

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  
0