linuxcnc blogs

July 03, 2009

git.linuxcnc.org Git - emc2.git/rss log

Fix incorrect backplot when motion is very slow

Fix incorrect backplot when motion is very slow
  • [DH] src/emc/usr_intf/axis/extensions/emcmodule.cc

by Chris Radek at July 03, 2009 23:31

fix systems where the directory name "Desktop" is localized

fix systems where the directory name "Desktop" is localized
  • [DH] tcl/bin/pickconfig.tcl

by Jeff Epler at July 03, 2009 16:07

. is dash-compatible, source is not

. is dash-compatible, source is not
  • [DH] src/emc/usr_intf/stepconf/stepconf.py

by Jeff Epler at July 03, 2009 15:56

git.linuxcnc.org Git - wizards.git/rss log

Change the code that displays the wizard tree to get rid of an unecessary level.

Change the code that displays the wizard tree to get rid of an unecessary level.
  • [DH] GWiz/gwiz.py
  • [DH] GWiz/makegwiz.sh

by Kenneth Lerman at July 03, 2009 14:03

git.linuxcnc.org Git - emc2.git/rss log

a new generated directory

a new generated directory
  • [DH] debian/.gitignore

by Jeff Epler at July 03, 2009 12:58

git.linuxcnc.org Git - wizards.git/rss log

Fixed a bug in image scaling reported by Frank Tkalcevic.

Fixed a bug in image scaling reported by Frank Tkalcevic.

Changed calculations to compute the scale factor to floating point.
  • [DH] GWiz/gwiz.py
  • [DH] GWiz/makegwiz.sh

by Kenneth Lerman at July 03, 2009 12:40

git.linuxcnc.org Git - emc2.git/rss log

stepconf fixes for non-standard directory installs

stepconf fixes for non-standard directory installs

Signed-off-by: Moses McKnight <moses@skytex.net>
  • [DH] src/emc/usr_intf/stepconf/stepconf.py

by Moses McKnight at July 03, 2009 03:06

July 02, 2009

git.linuxcnc.org Git - emc2.git/rss log

Allow N words before O words

Allow N words before O words
  • [DH] src/emc/rs274ngc/interp_read.cc

by Maximilian H at July 02, 2009 22:11

add axis-remote --mdi

add axis-remote --mdi
  • [DH] src/emc/usr_intf/axis/scripts/axis-remote.py

by Jeff Epler at July 02, 2009 15:53

Fix the previous commit.

Fix the previous commit.
  • [DH] src/emc/usr_intf/axis/scripts/axis.py

by Kenneth Lerman at July 02, 2009 14:42

git.linuxcnc.org Git - wizards.git/rss log

Added conversational mode to GWiz.

Added conversational mode to GWiz.

This sends mdi commands to Axis.
  • [DH] GWiz/buttons/conversational.png
  • [DH] GWiz/gwiz.py
  • [DH] GWiz/makegwiz.sh
  • [DH] GWiz/makewiz.sh

by Kenneth Lerman at July 02, 2009 14:36

Fixed the need to use an intermediate function when doing send_mdi_command.

Fixed the need to use an intermediate function when doing send_mdi_command.
  • [DH] GWiz/WIZARDS/Conversational Mode.wiz

by Kenneth Lerman at July 02, 2009 14:15

Added conversational mode.

Added conversational mode.

When conv button is pushed, an empty (except for %'s) ".wiz" file is sent to Axis and conversational mode is started. Clicking the check box on a wizard causes the wizard subroutine call to be sent to Axis and executed. There is no status checking done; so the machine must be homed etc for this to work.
  • [DH] GWiz/gwiz.py

by Kenneth Lerman at July 02, 2009 13:56

git.linuxcnc.org Git - emc2.git/rss log

Added send_mdi_command to provide ability to send mdi commands remotely.

Added send_mdi_command to provide ability to send mdi commands remotely.

Changed send_mdi to use send_mdi_command.
  • [DH] src/emc/usr_intf/axis/scripts/axis.py

by Kenneth Lerman at July 02, 2009 13:49

Add ability to change digital/analog output from python code

Add ability to change digital/analog output from python code
Signed-off-by: Michael Geszkiewicz <micges@wp.pl>
  • [DH] src/emc/task/emctaskmain.cc
  • [DH] src/emc/usr_intf/axis/extensions/emcmodule.cc

by Michael Geszkiewicz at July 02, 2009 13:41

Add analog_input to EMC_MOTION_STAT and emctop

Add analog_input to EMC_MOTION_STAT and emctop
Signed-off-by: Michael Geszkiewicz <micges@wp.pl>
  • [DH] src/emc/nml_intf/emc_nml.hh
  • [DH] src/emc/nml_intf/emcops.cc
  • [DH] src/emc/task/taskintf.cc
  • [DH] src/emc/usr_intf/axis/extensions/emcmodule.cc
  • [DH] src/emc/usr_intf/axis/scripts/emctop.py

by Michael Geszkiewicz at July 02, 2009 13:19

Enable analog_input code in motion

Enable analog_input code in motion
* create HAL pins for analog inputs
* only immediate inputs works for now
* all aio values are copied to status struct
Signed-off-by: Michael Geszkiewicz <micges@wp.pl>
  • [DH] src/emc/motion/command.c
  • [DH] src/emc/motion/control.c
  • [DH] src/emc/motion/mot_priv.h
  • [DH] src/emc/motion/motion.c
  • [DH] src/emc/motion/motion.h

by Michael Geszkiewicz at July 02, 2009 12:59

Remove unused EMC_AUX_AIO_WRITE

Remove unused EMC_AUX_AIO_WRITE
Signed-off-by: Michael Geszkiewicz <micges@wp.pl>
  • [DH] src/emc/nml_intf/emc.cc
  • [DH] src/emc/nml_intf/emc.hh
  • [DH] src/emc/nml_intf/emc_nml.hh
  • [DH] src/emc/task/emccanon.cc

by Michael Geszkiewicz at July 02, 2009 12:39

Add analog_input and digital i/o to emctop

Add analog_input and digital i/o to emctop
* for now analog and digital are up to MAX_AIO
Signed-off-by: Michael Geszkiewicz <micges@wp.pl>
  • [DH] src/emc/motion/control.c
  • [DH] src/emc/motion/motion.h
  • [DH] src/emc/nml_intf/emc_nml.hh
  • [DH] src/emc/task/taskintf.cc
  • [DH] src/emc/usr_intf/axis/extensions/emcmodule.cc
  • [DH] src/emc/usr_intf/axis/scripts/emctop.py

by Michael Geszkiewicz at July 02, 2009 07:57

Remove old AUX io code

Remove old AUX io code
Signed-off-by: Michael Geszkiewicz <micges@wp.pl>
  • [DH] src/emc/nml_intf/emc.cc
  • [DH] src/emc/nml_intf/emc_nml.hh
  • [DH] src/emc/nml_intf/emcops.cc
  • [DH] src/emc/usr_intf/axis/extensions/emcmodule.cc

by Michael Geszkiewicz at July 02, 2009 07:35

Remove more unused fields from emc.stat

Remove more unused fields from emc.stat
Signed-off-by: Michael Geszkiewicz <micges@wp.pl>
  • [DH] src/emc/usr_intf/axis/extensions/emcmodule.cc

by Michael Geszkiewicz at July 02, 2009 06:45

Merge branch 'master' of ssh://cmorley@git.linuxcnc.org/git/emc2

Merge branch 'master' of ssh://cmorley@git.linuxcnc.org/git/emc2
  • [DH] configs/5axis/5axis.ini
  • [DH] share/axis/tcl/cb.tcl
  • [DH] share/axis/tcl/rb.tcl
  • [DH] src/emc/rs274ngc/gcodemodule.cc
  • [DH] src/emc/rs274ngc/interp_arc.cc
  • [DH] src/emc/rs274ngc/interp_array.cc
  • [DH] src/emc/rs274ngc/interp_check.cc
  • [DH] src/emc/rs274ngc/interp_convert.cc
  • [DH] src/emc/rs274ngc/interp_cycles.cc
  • [DH] src/emc/rs274ngc/interp_execute.cc
  • [DH] src/emc/rs274ngc/interp_find.cc
  • [DH] src/emc/rs274ngc/interp_internal.cc
  • [DH] src/emc/rs274ngc/interp_inverse.cc
  • [DH] src/emc/rs274ngc/interp_o_word.cc
  • [DH] src/emc/rs274ngc/interp_queue.cc
  • [DH] src/emc/rs274ngc/interp_read.cc
  • [DH] src/emc/rs274ngc/interp_write.cc
  • [DH] src/emc/rs274ngc/rs274ngc.hh
  • [DH] src/emc/rs274ngc/rs274ngc_interp.hh
  • [DH] src/emc/rs274ngc/rs274ngc_pre.cc
  • [DH] src/emc/sai/driver.cc
  • [DH] src/emc/sai/saicanon.cc
  • [DH] src/emc/task/emctask.cc
  • [DH] src/emc/usr_intf/Submakefile
  • [DH] src/emc/usr_intf/emcsh.cc
  • [DH] tcl/bin/popimage

by Chris Morley at July 02, 2009 05:33

Add usage info to / cleanup of changes to pyvcp

Add usage info to / cleanup of changes to pyvcp

Add usage() info. remove name and usage info from
comments. Change coding to a more standard way.
  • [DH] src/hal/user_comps/pyvcp.py

by Chris Morley at July 02, 2009 00:28

July 01, 2009

git.linuxcnc.org Git - emc2.git/rss log

specifying machine geometry makes the preview look right

specifying machine geometry makes the preview look right
  • [DH] configs/5axis/5axis.ini

by Jeff Epler at July 01, 2009 19:30

June 30, 2009

git.linuxcnc.org Git - emc2.git/rss log

slightly more bulletproof way of referring to the image

slightly more bulletproof way of referring to the image
  • [DH] tcl/bin/popimage

by Jeff Epler at June 30, 2009 20:24

center the splash screen on the primary monitor

center the splash screen on the primary monitor
  • [DH] tcl/bin/popimage

by Jeff Epler at June 30, 2009 20:22

add a way to query the configuration of multiple montiors

add a way to query the configuration of multiple montiors
  • [DH] src/emc/usr_intf/Submakefile
  • [DH] src/emc/usr_intf/emcsh.cc

by Jeff Epler at June 30, 2009 20:15

lazy close is now the (unchangeable) default

lazy close is now the (unchangeable) default
  • [DH] src/emc/rs274ngc/rs274ngc_pre.cc

by Jeff Epler at June 30, 2009 17:10

Dan Heeks's Milling

hpgl in HeeksCNC


I have started making post-processors for hpgl plotters, for HeeksCNC, after a request from someone called Gary, who has some engraving machines.
In the picture is the toolpath from the sample file that Gary gave me.
I made it so that the machine is now chosen from a drop-down in the program properties.

by Dan Heeks (noreply@blogger.com) at June 30, 2009 17:34

git.linuxcnc.org Git - emc2.git/rss log

split the interpreter class into its own header file

split the interpreter class into its own header file

a lot of files needlessly depended on the definition of the interpreter
class by including rs274ngc.hh.  splitting it out reduces this unneeded
dependency.
  • [DH] src/emc/rs274ngc/gcodemodule.cc
  • [DH] src/emc/rs274ngc/interp_arc.cc
  • [DH] src/emc/rs274ngc/interp_array.cc
  • [DH] src/emc/rs274ngc/interp_check.cc
  • [DH] src/emc/rs274ngc/interp_convert.cc
  • [DH] src/emc/rs274ngc/interp_cycles.cc
  • [DH] src/emc/rs274ngc/interp_execute.cc
  • [DH] src/emc/rs274ngc/interp_find.cc
  • [DH] src/emc/rs274ngc/interp_internal.cc
  • [DH] src/emc/rs274ngc/interp_inverse.cc
  • [DH] src/emc/rs274ngc/interp_o_word.cc
  • [DH] src/emc/rs274ngc/interp_queue.cc
  • [DH] src/emc/rs274ngc/interp_read.cc
  • [DH] src/emc/rs274ngc/interp_write.cc
  • [DH] src/emc/rs274ngc/rs274ngc.hh
  • [DH] src/emc/rs274ngc/rs274ngc_interp.hh
  • [DH] src/emc/rs274ngc/rs274ngc_pre.cc
  • [DH] src/emc/sai/driver.cc
  • [DH] src/emc/sai/saicanon.cc
  • [DH] src/emc/task/emctask.cc

by Jeff Epler at June 30, 2009 14:43

don't enable radiobutton / checkbutton appearance hacks on tk8.5

don't enable radiobutton / checkbutton appearance hacks on tk8.5

tk8.5 has a nice appearance by default, so there's no need for these
creepy workarounds
  • [DH] share/axis/tcl/cb.tcl
  • [DH] share/axis/tcl/rb.tcl

by Jeff Epler at June 30, 2009 14:41

a less sledgehammer fix for the "open file" checkbox lockup bug

a less sledgehammer fix for the "open file" checkbox lockup bug

it seems to be something peculiar to the "open file" dialog that has problems
with the fancy checkbox.  restrict the fancy one to only ".", so that most
checkboxes retain the nicer appearance
  • [DH] share/axis/tcl/cb.tcl

by Jeff Epler at June 30, 2009 13:05

June 28, 2009

git.linuxcnc.org Git - emc2.git/rss log

Merge branch 'master' of ssh://cmorley@git.linuxcnc.org/git/emc2

Merge branch 'master' of ssh://cmorley@git.linuxcnc.org/git/emc2
  • [DH] src/emc/nml_intf/emc_nml.hh
  • [DH] src/emc/nml_intf/emcops.cc
  • [DH] src/emc/task/emctaskmain.cc
  • [DH] src/emc/task/taskintf.cc
  • [DH] src/emc/usr_intf/axis/extensions/emcmodule.cc

by Chris Morley at June 28, 2009 18:02

Change all boolean fields of TRAJ_STAT to have bool type

Change all boolean fields of TRAJ_STAT to have bool type
Remove '? 1 : 0' from emcTrajUpdate()
Report correct values of AF SO FO FH during execution of program

Signed-off-by: Michael Geszkiewicz <micges@wp.pl>
  • [DH] src/emc/nml_intf/emc_nml.hh
  • [DH] src/emc/nml_intf/emcops.cc
  • [DH] src/emc/task/taskintf.cc
  • [DH] src/emc/usr_intf/axis/extensions/emcmodule.cc

by Michael Geszkiewicz at June 28, 2009 09:16

Move task delayLeft value to correct place

Move task delayLeft value to correct place
Signed-off-by: Michael Geszkiewicz <micges@wp.pl>
  • [DH] src/emc/nml_intf/emc_nml.hh
  • [DH] src/emc/nml_intf/emcops.cc
  • [DH] src/emc/task/emctaskmain.cc
  • [DH] src/emc/usr_intf/axis/extensions/emcmodule.cc

by Michael Geszkiewicz at June 28, 2009 07:17

Merge branch 'master' of ssh://cmorley@git.linuxcnc.org/git/emc2

Merge branch 'master' of ssh://cmorley@git.linuxcnc.org/git/emc2
  • [DH] README
  • [DH] TODO
  • [DH] configs/hm2-servo/hm2-servo.hal
  • [DH] debian/configure
  • [DH] debian/extras-Ubuntu-5.10/emc2.files
  • [DH] debian/extras-Ubuntu-5.10/etc/modprobe.d/emc2
  • [DH] debian/extras-Ubuntu-5.10/etc/udev/rules.d/emc2.rules
  • [DH] debian/extras-Ubuntu-5.10/etc/udev/scripts/rtai_fifos.sh
  • [DH] debian/extras-Ubuntu-5.10/etc/xdg/menus/applications-merged/cnc.menu
  • [DH] debian/extras-Ubuntu-5.10/usr/share/applications/emc2-gcoderef.desktop
  • [DH] debian/extras-Ubuntu-5.10/usr/share/applications/emc2-gettingstarted.desktop
  • [DH] debian/extras-Ubuntu-5.10/usr/share/applications/emc2-halmanual.desktop
  • [DH] debian/extras-Ubuntu-5.10/usr/share/applications/emc2-integratormanual.desktop
  • [DH] debian/extras-Ubuntu-5.10/usr/share/applications/emc2-latency.desktop
  • [DH] debian/extras-Ubuntu-5.10/usr/share/applications/emc2-stepconf.desktop
  • [DH] debian/extras-Ubuntu-5.10/usr/share/applications/emc2-usermanual.desktop
  • [DH] debian/extras-Ubuntu-5.10/usr/share/applications/emc2.desktop
  • [DH] debian/extras-Ubuntu-5.10/usr/share/desktop-directories/cnc.directory
  • [DH] debian/extras-Ubuntu-5.10/usr/share/pixmaps/emc2icon.png
  • [DH] debian/extras-sim-Ubuntu-5.10/emc2.files
  • [DH] debian/extras-sim-Ubuntu-5.10/etc/xdg/menus/applications-merged/cnc.menu
  • [DH] debian/extras-sim-Ubuntu-5.10/usr/share/applications/emc2-gcoderef.desktop
  • [DH] debian/extras-sim-Ubuntu-5.10/usr/share/applications/emc2-gettingstarted.desktop
  • [DH] debian/extras-sim-Ubuntu-5.10/usr/share/applications/emc2-halmanual.desktop
  • [DH] debian/extras-sim-Ubuntu-5.10/usr/share/applications/emc2-integratormanual.desktop
  • [DH] debian/extras-sim-Ubuntu-5.10/usr/share/applications/emc2-stepconf.desktop
  • [DH] debian/extras-sim-Ubuntu-5.10/usr/share/applications/emc2-usermanual.desktop
  • [DH] debian/extras-sim-Ubuntu-5.10/usr/share/applications/emc2.desktop
  • [DH] debian/extras-sim-Ubuntu-5.10/usr/share/desktop-directories/cnc.directory
  • [DH] debian/extras-sim-Ubuntu-5.10/usr/share/pixmaps/emc2icon.png
  • [DH] docs/src/Getting_Started.lyx
  • [DH] docs/src/Master_HAL.lyx
  • [DH] docs/src/Master_User.lyx
  • [DH] docs/src/Submakefile
  • [DH] docs/src/common/GPLD_Copyright.lyx
  • [DH] docs/src/common/Getting_EMC.lyx
  • [DH] docs/src/common/Glossary.lyx
  • [DH] docs/src/common/Integrator_Concepts.lyx
  • [DH] docs/src/common/Linux_FAQ.lyx
  • [DH] docs/src/common/Stepper_Diagnostics.lyx
  • [DH] docs/src/common/System_Requirements.lyx
  • [DH] docs/src/common/User_Concepts.lyx
  • [DH] docs/src/common/integrator_intro.lyx
  • [DH] docs/src/common/machining_center.lyx
  • [DH] docs/src/common/user_intro.lyx
  • [DH] docs/src/common/userforeword.lyx
  • [DH] docs/src/config/copy_and_run.lyx
  • [DH] docs/src/config/emc2hal.lyx
  • [DH] docs/src/config/ini_config.lyx
  • [DH] docs/src/config/ini_homing.lyx
  • [DH] docs/src/config/lathe_config.lyx
  • [DH] docs/src/config/stepconf.lyx
  • [DH] docs/src/config/stepper.lyx
  • [DH] docs/src/drivers/AX5214H.lyx
  • [DH] docs/src/drivers/GS2.lyx
  • [DH] docs/src/drivers/hostmot2.lyx
  • [DH] docs/src/drivers/m5i20.lyx
  • [DH] docs/src/drivers/motenc.lyx
  • [DH] docs/src/drivers/opto22.lyx
  • [DH] docs/src/drivers/pico_ppmc.lyx
  • [DH] docs/src/drivers/pluto_p.lyx
  • [DH] docs/src/drivers/servo_to_go.lyx
  • [DH] docs/src/examples/gcode.lyx
  • [DH] docs/src/examples/gs2_example.lyx
  • [DH] docs/src/examples/mpg.lyx
  • [DH] docs/src/examples/pci_parallel_port.lyx
  • [DH] docs/src/examples/spindle.lyx
  • [DH] docs/src/gcode/coordinates.lyx
  • [DH] docs/src/gcode/main.lyx
  • [DH] docs/src/gcode/overview.lyx
  • [DH] docs/src/gcode/rs274ngc.lyx
  • [DH] docs/src/gcode/tool_compensation.lyx
  • [DH] docs/src/gui/axis.lyx
  • [DH] docs/src/gui/halui.lyx
  • [DH] docs/src/gui/image-to-gcode.lyx
  • [DH] docs/src/gui/keystick.lyx
  • [DH] docs/src/gui/mini.lyx
  • [DH] docs/src/gui/tkemc.lyx
  • [DH] docs/src/hal/basic_hal.lyx
  • [DH] docs/src/hal/comp.lyx
  • [DH] docs/src/hal/components.lyx
  • [DH] docs/src/hal/drivers.lyx
  • [DH] docs/src/hal/general_ref.lyx
  • [DH] docs/src/hal/hal-examples.lyx
  • [DH] docs/src/hal/halmodule.lyx
  • [DH] docs/src/hal/halshow.lyx
  • [DH] docs/src/hal/intro.lyx
  • [DH] docs/src/hal/pyvcp.lyx
  • [DH] docs/src/hal/pyvcp_examples.lyx
  • [DH] docs/src/hal/rtcomps.lyx
  • [DH] docs/src/hal/tools.lyx
  • [DH] docs/src/hal/tutorial.lyx
  • [DH] docs/src/index.tmpl
  • [DH] docs/src/install/Latency_Test.lyx
  • [DH] docs/src/install/compiling_emc2.lyx
  • [DH] docs/src/install/installing_emc2.lyx
  • [DH] docs/src/ladder/classic_ladder.lyx
  • [DH] docs/src/ladder/ladder_examples.lyx
  • [DH] docs/src/ladder/ladder_intro.lyx
  • [DH] docs/src/lathe/lathe-user.lyx
  • [DH] docs/src/motion/kinematics.lyx
  • [DH] docs/src/motion/pid_theory.lyx
  • [DH] docs/src/motion/tweaking_steppers.lyx
  • [DH] docs/src/quickstart/stepper_quickstart.lyx
  • [DH] src/Makefile
  • [DH] src/Makefile.inc.in
  • [DH] src/configure
  • [DH] src/configure.in
  • [DH] src/emc/ini/inijoint.cc
  • [DH] src/emc/ini/inijoint.hh
  • [DH] src/emc/nml_intf/emc.hh
  • [DH] src/emc/nml_intf/emcops.cc
  • [DH] src/emc/rs274ngc/interp_internal.hh
  • [DH] src/emc/rs274ngc/rs274ngc_pre.cc
  • [DH] src/emc/task/taskintf.cc
  • [DH] src/emc/usr_intf/axis/extensions/emcmodule.cc
  • [DH] src/emc/usr_intf/axis/scripts/axis.py
  • [DH] src/emc/usr_intf/pncconf/pncconf-help/help-load.txt
  • [DH] src/emc/usr_intf/pncconf/pncconf-help/help-welcome.txt
  • [DH] src/emc/usr_intf/pncconf/pncconf.glade
  • [DH] src/emc/usr_intf/pncconf/pncconf.py
  • [DH] src/hal/drivers/mesa-hostmot2/ioport.c
  • [DH] src/hal/drivers/mesa_5i2x/5i2x_gpio.c
  • [DH] src/hal/drivers/mesa_5i2x/5i2x_stepgen.c
  • [DH] src/hal/drivers/mesa_5i2x/firmware/.gitignore
  • [DH] src/hal/drivers/mesa_5i2x/firmware/5i20-complete.ucf
  • [DH] src/hal/drivers/mesa_5i2x/firmware/5i20-nobus.ucf
  • [DH] src/hal/drivers/mesa_5i2x/firmware/5i20-normal.ucf
  • [DH] src/hal/drivers/mesa_5i2x/firmware/Makefile
  • [DH] src/hal/drivers/mesa_5i2x/firmware/bit2fpga.py
  • [DH] src/hal/drivers/mesa_5i2x/firmware/bus-test.vhd
  • [DH] src/hal/drivers/mesa_5i2x/firmware/businterface.vhd
  • [DH] src/hal/drivers/mesa_5i2x/firmware/configram.vhd
  • [DH] src/hal/drivers/mesa_5i2x/firmware/constraints.txt
  • [DH] src/hal/drivers/mesa_5i2x/firmware/core.mspec
  • [DH] src/hal/drivers/mesa_5i2x/firmware/core.spec
  • [DH] src/hal/drivers/mesa_5i2x/firmware/fpgaedit.py
  • [DH] src/hal/drivers/mesa_5i2x/firmware/oneshot-test.vhd
  • [DH] src/hal/drivers/mesa_5i2x/firmware/oneshot.vhd
  • [DH] src/hal/drivers/mesa_5i2x/firmware/size-nobus.vhd
  • [DH] src/hal/drivers/mesa_5i2x/firmware/size.vhd
  • [DH] src/hal/drivers/mesa_5i2x/firmware/spec2vhdl.py
  • [DH] src/hal/drivers/mesa_5i2x/firmware/stepgen-core-test.vhd
  • [DH] src/hal/drivers/mesa_5i2x/firmware/stepgen.mspec
  • [DH] src/hal/drivers/mesa_5i2x/firmware/stepgen.vhd
  • [DH] src/hal/drivers/mesa_5i2x/firmware/toplevel.vhd
  • [DH] src/hal/drivers/mesa_5i2x/hal_5i2x.c
  • [DH] src/hal/drivers/mesa_5i2x/hal_5i2x.h
  • [DH] src/po/de.po

by Chris Morley at June 28, 2009 05:45

Fix halmeter command line options

Fix halmeter command line options

halmeter would not load a specified pin/signal
/param without the -s option
add error message if -s option is used without
a pin/signal/param name
  • [DH] src/hal/utils/meter.c

by Chris Morley at June 28, 2009 05:33