grbl-LPC-CoreXY/grbl
Sonny Jeon 0746a5a1d7 Organizational updates. Mega2560 support moved.
- Mega2560 support has been moved to the Grbl-Mega
[project](http://github.com/gnea/grbl-Mega/) to clean up the code and
make future developments easier with increased flash and RAM. All new
developments between the 328p and Mega2560 will be synced when it makes
sense to.

- OEM single file compile configuration option. Before OEMs needed to
alter three files. Provided a way to just alter the config.h file to
contain everything for a particular Grbl build. See config.h for more
details.

- Removed defaults and cpu_map directories and reverted back to
defaults.h and cpu_map.h to contain all definitions. This should help
reduce some headaches and the previous implementation inadvertently
created. Also, it makes the single file config.h possible.

- Moved (and tweaked) the invert control pin mask define and placed
into config.h, rather than in the cpu_map.h file. Makes more sense
there.
2016-03-30 11:58:47 -06:00
..
examples/grblUpload File re-organization. New Makefile. 2015-02-10 19:30:40 -07:00
config.h Organizational updates. Mega2560 support moved. 2016-03-30 11:58:47 -06:00
coolant_control.c v1.0 Beta Release. 2015-08-27 21:37:19 -06:00
coolant_control.h Homing alarm upon no switch. Licensing update. 2015-02-15 17:36:08 -07:00
cpu_map.h Organizational updates. Mega2560 support moved. 2016-03-30 11:58:47 -06:00
defaults.h Organizational updates. Mega2560 support moved. 2016-03-30 11:58:47 -06:00
eeprom.c File re-organization. New Makefile. 2015-02-10 19:30:40 -07:00
eeprom.h Homing alarm upon no switch. Licensing update. 2015-02-15 17:36:08 -07:00
gcode.c Applied master branch bug fixes. 2016-03-04 13:39:29 -07:00
gcode.h Added G61 exact path support. 2015-05-29 21:32:45 -06:00
grbl.h Organizational updates. Mega2560 support moved. 2016-03-30 11:58:47 -06:00
limits.c Soft limit error bug fix. 2016-03-11 09:42:07 -07:00
limits.h Homing and limit updates. Minor bug fixes. 2015-05-23 11:57:30 -06:00
main.c Soft limit error bug fix. 2016-03-11 09:42:07 -07:00
motion_control.c Pin state reporting of all pins. Flash optimization. 2015-11-09 21:54:26 -07:00
motion_control.h Optional line number reporting bug fix. 2015-08-29 16:28:29 -06:00
nuts_bolts.c v1.0 Beta Release. 2015-08-27 21:37:19 -06:00
nuts_bolts.h Pin state reporting of all pins. Flash optimization. 2015-11-09 21:54:26 -07:00
planner.c Applied master branch bug fixes. 2016-03-04 13:39:29 -07:00
planner.h v1.0 Beta Release. 2015-08-27 21:37:19 -06:00
print.c v1.0 Beta Release. 2015-08-27 21:37:19 -06:00
print.h v1.0 Beta Release. 2015-08-27 21:37:19 -06:00
probe.c Pin state reporting of all pins. Flash optimization. 2015-11-09 21:54:26 -07:00
probe.h Homing alarm upon no switch. Licensing update. 2015-02-15 17:36:08 -07:00
protocol.c Soft limit error bug fix. 2016-03-11 09:42:07 -07:00
protocol.h v1.0 Beta Release. 2015-08-27 21:37:19 -06:00
report.c Pin state reporting of all pins. Flash optimization. 2015-11-09 21:54:26 -07:00
report.h v1.0 Beta Release. 2015-08-27 21:37:19 -06:00
serial.c Pin state reporting of all pins. Flash optimization. 2015-11-09 21:54:26 -07:00
serial.h Homing alarm upon no switch. Licensing update. 2015-02-15 17:36:08 -07:00
settings.c v1.0 Beta Release. 2015-08-27 21:37:19 -06:00
settings.h Pin state reporting of all pins. Flash optimization. 2015-11-09 21:54:26 -07:00
spindle_control.c Organizational updates. Mega2560 support moved. 2016-03-30 11:58:47 -06:00
spindle_control.h Homing alarm upon no switch. Licensing update. 2015-02-15 17:36:08 -07:00
stepper.c Applied master branch bug fixes. 2016-03-04 13:39:29 -07:00
stepper.h v1.0 Beta Release. 2015-08-27 21:37:19 -06:00
system.c Organizational updates. Mega2560 support moved. 2016-03-30 11:58:47 -06:00
system.h Soft limit error bug fix. 2016-03-11 09:42:07 -07:00