aboutsummaryrefslogtreecommitdiffstats
path: root/build
AgeCommit message (Expand)AuthorFilesLines
2020-02-09arm-stm32f103 - fixed build problemsMitch Bradley1-5/+5
2020-02-09arm-ariel: add support for Dell Wyse 3020 machineLubomir Rintel1-0/+11
2020-02-09arm-xo-cl4: fix buildLubomir Rintel1-1/+7
2019-11-08embed: build host forth 32-bitLubomir Rintel1-0/+6
2019-10-31Working versions of MQTT demo for conferenceMitch Bradley2-2/+3
2019-10-30Omnibus checkin of changes for conference demoMitch Bradley2-0/+43
2019-10-04Make the MQTT code more genericMitch Bradley2-3/+18
2019-09-22New app: Sonoff ESP8266 Wifi Switch using MQTT protocolMitch Bradley4-0/+70
2019-09-22WiFi Scale - Update schematic and add PDF versionMitch Bradley1-0/+20
2019-09-21MacOS - fix make problem with command line XCodeMitch Bradley1-0/+1
2019-08-27Initial revisionMitch Bradley1-0/+22
2019-05-18esp32 - automate ESP-IDF and toolchain installationMitch Bradley2-127/+20
2019-05-15esp32 toolchain setup fixesMitch Bradley3-13/+48
2019-02-19New keg washer appMitch Bradley1-0/+21
2019-02-09Remove redundancies in glfw-*/MakefileMitch Bradley2-39/+13
2018-10-26esp8266 - new GRBL sender appMitch Bradley1-0/+18
2018-10-26esp8266 - Build refactoringMitch Bradley1-5/+1
2018-10-21esp8266 - auto-build Xtensa C compilerMitchBradley1-2/+4
2018-10-20esp32: automate toolchain installationMitchBradley2-11/+94
2018-10-20esp8266 build improvementsMitchBradley1-2/+2
2018-08-23ESP32 - propagate COMPORT to flash toolMitchBradley1-3/+10
2018-08-21ESP32 - update to work with current SDKMitch Bradley5-138/+592
2018-08-20Include -lm in LIBSTom Bereknyei1-0/+1
2018-04-30Added -DBITS32 to bluez MakefileMitch Bradley1-0/+1
2017-09-04example for stm32f103ivand581-0/+1
2017-09-03STM32F103 - added GPIO and ADC functionsMitch Bradley1-3/+5
2017-09-02Added STM32F103 build targetMitch Bradley1-0/+49
2017-07-05ESP32 - timeout if WiFi AP is unreachableMitch Bradley1-2/+2
2017-06-17More ESP32 WIPMitch Bradley1-0/+1
2017-06-17ESP32 WIPMitch Bradley1-0/+1
2017-06-17esp32 - suppress SPIFFS mount messagesMitch Bradley1-0/+1
2017-06-17New target for embedding CForth into a Linux kernelMitch Bradley3-0/+25
2017-05-25esp32 - add SPIFFS filesystemMitch Bradley22-4/+9287
2017-05-23esp32 - incorporate wifi and networkingMitch Bradley3-2/+176
2017-05-22esp32 - added gpio functionsMitch Bradley1-0/+45
2017-05-22esp32 - Added I2C driver interfaceMitch Bradley1-0/+126
2017-05-22Updated sdkconfig for esp-idf v2.0-rc1Mitch Bradley1-12/+117
2017-01-04ESP32 - no more SDK include dependenciesMitch Bradley3-4/+62
2017-01-03First try at ESP32 versionMitch Bradley6-0/+234
2016-12-29Restore arm-teensy3 pump controllerJames Cameron1-1/+1
2016-12-28Add arm-teensy3 README.mdJames Cameron1-0/+14
2016-12-28Add arm-teensy3 buildJames Cameron2-1/+10
2016-12-28Shift pump controller buildJames Cameron1-0/+0
2016-12-02win64 - Omit FTDI and OPENGL support by defaultMitch Bradley1-1/+18
2016-12-01host-serial-macos64 - omit FTDI and OPENGLMitch Bradley1-3/+18
2016-10-29host-serial-linux* - default to no FTDI or OPENGLMitch Bradley2-8/+14
2016-10-29ESP8266 - Automate the nodemcu-firmware setupMitch Bradley1-4/+6
2016-10-13Allow command line override of comport nameMitch Bradley1-1/+1
2016-10-09Builders for OFW on Windows32 and Window64Mitch Bradley2-2/+2
2016-10-04OFW versions for windows 32 and 64 bitMitch Bradley2-0/+28
2016-08-31Cleanup includes for esp8266 buildMitch Bradley1-12/+4
2016-08-28.gitignoreMitch Bradley1-0/+1
2016-08-07Defer I/O words at a low levelMitch Bradley1-1/+0
2016-08-07esp8266 - Integrated with nodemcu-firmware builderMitch Bradley1-2/+3
2016-07-12Added build directory for teensy3Mitch Bradley1-0/+5
2016-06-01ESP8266 versionMitch Bradley2-0/+29
2015-11-16Improvements to OpenGL interfaceMitch Bradley10-1296/+152
2015-10-11Notes and .gitignore; nothing substantive.Mitch Bradley2-0/+17
2015-10-10Added some more OpenGL build targets - for Linux and Raspberry PiMitch Bradley5-3/+102
2015-10-10Added Windows build of OpenGL version - build/glfw-windowsMitch Bradley6-1/+697
2015-10-1064-bit Windows version.Mitch Bradley2-0/+38
2015-10-08Added OpenGL interface and test code in build/glfw-macosMitch Bradley2-0/+630
2015-10-08Fixed bitrot in floating point support.Mitch Bradley1-0/+1
2015-09-21Added FTDI support to host-serial-windows buildMitch Bradley1-2/+10
2015-09-21Removed Nod-specific stuff that didn't work anyway ...Mitch Bradley12-310/+0
2015-09-21CForth - relative paths are now based on the input file not pwd.Mitch Bradley2-2/+2
2015-09-21CForth MacOS - use pkg-config to find libusb pathsMitch Bradley2-9/+54
2015-09-04Bluetooth factoringMitch Bradley2-25/+2
2015-09-03Small cleanupsMitch Bradley2-0/+18
2015-09-03Oops, made a mess of that last commit, fixing itMitch Bradley29-19/+392
2013-08-13Normalize line endingsMitch Bradley9-69/+69
2013-08-13Simplified build/*/Makefile by moving stuff into src/app/*/targets.mkMitch Bradley11-580/+31
2013-08-11Added host-serial application to give CForth access to host serialMitch Bradley2-0/+24
2013-08-11Omnibus edit toMitch Bradley8-27/+29
2013-07-03Let the environment override the cross compiler prefix.Mitch Bradley1-2/+4
2013-07-03Select the cross compiler prefix that is correct for the WinARM compiler.Mitch Bradley1-0/+2
2013-07-01Working preliminary version of LPC2148 code.Mitch Bradley1-0/+73
2012-07-29OLPC CL4 - no need to build the shim; it's not used on MMP3Mitch Bradley1-1/+1
2012-07-21OLPC - Switch to UART2 for CL4, tweak CL4 DRAM settings.Mitch Bradley3-0/+3
2012-07-10OLPC XO - rearrangement of app*.fth files into separate directoriesMitch Bradley3-3/+158
2012-01-02OLPC XO-1.75 and XO-3.0 - Merged app30.fth changes into app.fth and created n...Mitch Bradley1-1/+1
2011-12-02OLPC - added xo-3 build directory to gitMitch Bradley1-0/+74
2011-09-08OLPC XO-1.75 - Build infrastructure changes to support building as a subtree ...Mitch Bradley1-3/+1
2011-09-06OLPC XO-1.75 - Changed the name app.img to cforth.img for clarity. Requires ...Mitch Bradley1-2/+1
2010-11-04OLPC build - fixed the makefiles so you can compile natively or cross.Mitch Bradley1-0/+4
2010-11-04OLPC build - allow cross-compilation without scratchbox.Mitch Bradley1-1/+1
2010-10-25Checkpoint of CForth startup for XO-1.75Mitch Bradley1-1/+2
2010-10-16Added some general purpose files to src/lib/*.fth and a new build targets for...Mitch Bradley2-1/+73
2010-10-04Big checkin of support of building a version for Marvel MMP2 ARM and for a VI...Mitch Bradley3-0/+144
2008-10-27Initial git checkin of C Forth embedded tree.Mitch Bradley1-0/+70