https://github.com/capablerobot/mos-stm32-test
Testing Mongoose OS on STM32
https://github.com/capablerobot/mos-stm32-test
Last synced: 12 months ago
JSON representation
Testing Mongoose OS on STM32
- Host: GitHub
- URL: https://github.com/capablerobot/mos-stm32-test
- Owner: CapableRobot
- License: other
- Created: 2018-08-20T12:37:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-20T13:14:31.000Z (over 7 years ago)
- Last Synced: 2025-02-14T19:36:34.402Z (about 1 year ago)
- Language: C
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mos-stm32-test
Testing Mongoose OS on STM32. This repository was created to report build issues to Mongoose OS.
Steps to reproduce:
* Clone repository
* `mos build --local`
* This will fail, complaining about the mongoose dependency not having any source nor a library file. The mongoose dependency for mongoose-os specifies that there is source, but there is none in the shim repo. See [https://github.com/cesanta/mongoose-os/issues/442]().
* Add the missing source file via:
```
cd deps/mongoose && mkdir src && cd src
wget https://raw.githubusercontent.com/cesanta/mongoose/master/mongoose.c
cd ../../../
```
* Build again (`mos build --local`). This time the repo will fail, with errors reported in [https://github.com/cesanta/mongoose-os/issues/443]()