一、译文
1、手动构建
2、云端构建服务
NodeMCU应用开发者们只需要一个现成的固件即可。这里为他们准备了一个 ,拥有友好的界面设计和配置选项。3、Docker镜像
有时候NodeMCU固件极客们并不需要完全了解工具使用。他们可能不希望配置一个具备构建环境的Linux虚拟机。Docker能够帮助他们。尝试一下使用Docker镜像中的环境来构建NodeMCU固件吧。4、Linux构建环境
NodeMCU固件的开发人员提交或贡献GitHub上的项目,并且想要建立属于他们自己的完整构建环境和工具链。这里有一个 上的帖子有相关说明。 【转载请注明出处 : 】二、原文
There are essentially three ways to build your NodeMCU firmware: cloud build service, Docker image, dedicated Linux environment (possibly VM).
Building manually
Note that the default configuration in the C header files (user_config.h
, user_modules.h
) is designed to run on all ESP modules including the 512 KB modules like ESP-01 and only includes general purpose interface modules which require at most two GPIO pins.
Cloud Build Service
NodeMCU "application developers" just need a ready-made firmware. There's a with a nice UI and configuration options for them.
Docker Image
Occasional NodeMCU firmware hackers don't need full control over the complete tool chain. They might not want to setup a Linux VM with the build environment. Docker to the rescue. Give a try.
Linux Build Environment
NodeMCU firmware developers commit or contribute to the project on GitHub and might want to build their own full fledged build environment with the complete tool chain. There is a that describes this.