码迷,mamicode.com
首页 > 其他好文 > 详细

野路子学习esp32(七) 新建一个应用@a.宏万

时间:2018-05-26 17:50:24      阅读:342      评论:0      收藏:0      [点我收藏+]

标签:col   sub   .com   img   freertos   print   sum   task   nbsp   

选择菜单 新建一个项目

技术分享图片

 

技术分享图片

 

技术分享图片

 

技术分享图片

 

 技术分享图片

#include <stdio.h>
#include "freertos/FreeRTOS.h"
#include "freertos/task.h"
#include "esp_system.h"
#include "esp_spi_flash.h"


void app_main()
{
    printf("Hello world!\n");
}

 

技术分享图片

 

#
# "main" pseudo-component makefile.
#
# (Uses default behaviour of compiling all source files in directory, adding include to include path.)

 

技术分享图片

 

#
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
# project subdirectory.
#

PROJECT_NAME := hello

include $(IDF_PATH)/make/project.mk

 技术分享图片

 

野路子学习esp32(七) 新建一个应用@a.宏万

标签:col   sub   .com   img   freertos   print   sum   task   nbsp   

原文地址:https://www.cnblogs.com/hongwans/p/9093583.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!