Giter Club home page Giter Club logo

espy-cli's Introduction

Hi there ๐Ÿ‘‹

espy-cli's People

Contributors

13point5 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

fatmongoose

espy-cli's Issues

CMakelists.txt vs CMakeLists.txt

Hi. I've just found your project and it's exactly what I was looking for - an easy way to create a new blank project in my ESP-IDF. Thank you for building it.

I came across a simple problem though right from the start, but with a simple fix.

I'm doing this on a Ubuntu (Linux) system and using ESP-IDF v4.1. The build fails, complaining that it cannot find CMakeLists.txt in the project root folder. Your script creates both versions of the file with a lower-case 'L' (CMakelists.txt).

Below you can see an illustration of the problem and the correction needed.

userid@franklin esp32-projects $ espy idf new -n idf1 -f /home/userid/esp/esp-idf

Successfully added idf1 to config
userid@franklin esp32-projects $ espy app new -n sample -idf idf1

Project created!
userid@franklin esp32-project $ cd sample
userid@franklin sample $ idf.py build
Executing action: all (aliases: build)
CMakeLists.txt not found in project directory /home/userid/esp32-projects/sample
userid@franklin sample $ ls -1
CMakelists.txt
main
Makefile
userid@franklin sample $ mv CMakelists.txt CMakeLists.txt 
userid@franklin sample $ cd main
userid@franklin main $ ls -1
CMakelists.txt
component.mk
main.c
userid@franklin main $ mv CMakeists.txt CMakeLists.txt 
userid@franklin main $ cd ..
userid@franklin sample $ ls -1
CMakeLists.txt
main
Makefile
userid@franklin sample $ idf.py build

[....successful build follows....]

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.