Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge pull request #1 from philburk/fix-readme #2

Merged
merged 6 commits into from
Mar 12, 2015
Merged

Conversation

Hoksmur
Copy link

@Hoksmur Hoksmur commented Jan 15, 2015

Hello.
I know about Forth that it is the compact, fast and flexible laguage. It can be script and comiler? and both. How much difficult port it to barebone hardware? I mean esp8266. SDK is open, but functions for work with wifi closed in a library.

@philburk
Copy link
Owner

Hello Oleg,
Please do not use the code review system for questions. We have a forum for that:
http://groups.google.com/group/pforthdev

PForth is an interpreter and a compiler. It can be ported easily to a 32-bit CPU. You just need to implement the character IO calls. You may also need to reduce the RAM usage. You can then call your native WiFi library from "pf_custom.c".

avysk and others added 5 commits January 31, 2015 00:34
allow Read32FromFile to return signed value
Simple fix to compile with GCC 4.9.2 on Arch Linux
Crossbuild Makefile for building win32 without floating point support
Build fix and crossbuild example
philburk added a commit that referenced this pull request Mar 12, 2015
Merge pull request #1 from philburk/fix-readme

I don't know what the point is for merging from master to a side branch. But I am doing it because it seems harmless and I don't want to leave a pending merge request.
@philburk philburk merged commit cf93e6a into fix-readme Mar 12, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants