@@ -212,28 +212,42 @@ Copyright: 2011 LinuxCNC.org
212212License: GPL-3+
213213
214214Files:
215- src/emc/nml_intf/*
215+ src/emc/canterp/canterp.cc
216+ src/emc/ini/*
217+ src/emc/iotask/ioControl.cc
218+ src/emc/iotask/ioControl_v2.cc
216219 src/emc/kinematics/*
217220 src/emc/motion/*
218- src/emc/canterp/canterp.cc
221+ src/emc/nml_intf/*
222+ src/emc/rs274ngc/*
219223 src/emc/sai/driver.cc
220224 src/emc/sai/saicanon.cc
221- src/emc/usr_intf/*
222- src/emc/tp/*
223- src/emc/ini/*
224225 src/emc/task/*
225- src/emc/rs274ngc/*
226- src/emc/iotask/ioControl.cc
227- src/emc/iotask/ioControl_v2.cc
228- src/rtapi/rtapi_list.h
229- src/rtapi/rtai_rtapi.c
230- src/rtapi/rtapi.h
231- src/rtapi/rtapi_vsnprintf.h
232- src/rtapi/rtapi_proc.h
233- src/rtapi/rtapi_common.h
234- src/rtapi/rtai_ulapi.c
235- src/hal/classicladder/README.txt
226+ src/emc/tp/*
227+ src/emc/usr_intf/*
228+ src/hal/drivers/bcm2835.h
229+ src/hal/drivers/hal_ax5214h.c
230+ src/hal/drivers/hal_bb_gpio.c
231+ src/hal/drivers/hal_evoreg.c
232+ src/hal/drivers/hal_motenc.c
233+ src/hal/drivers/hal_pi_gpio.c
234+ src/hal/drivers/hal_ppmc.c
235+ src/hal/drivers/hal_skeleton.c
236+ src/hal/drivers/hal_speaker.c
237+ src/hal/drivers/hal_stg.c
238+ src/hal/drivers/hal_stg.h
239+ src/hal/drivers/hal_tiro.c
240+ src/hal/drivers/hal_vti.c
241+ src/hal/drivers/hal_vti.h
242+ src/hal/drivers/motenc.h
236243 src/hal/hal.h
244+ src/hal/user_comps/gs2_vfd.c
245+ src/hal/user_comps/hy_gt_vfd.c
246+ src/hal/user_comps/pi500_vfd/pi500_vfd.comp
247+ src/hal/user_comps/svd-ps_vfd.c
248+ src/hal/user_comps/vfdb_vfd/vfdb_vfd.c
249+ src/hal/user_comps/vfs11_vfd/vfs11_vfd.c
250+ src/hal/user_comps/wj200_vfd/wj200_vfd.comp
237251 src/hal/utils/bitfile.c
238252 src/hal/utils/bitfile.h
239253 src/hal/utils/halcmd.c
@@ -261,28 +275,13 @@ Files:
261275 src/hal/utils/scope_vert.c
262276 src/hal/utils/upci.c
263277 src/hal/utils/upci.h
264- src/hal/drivers/bcm2835.h
265- src/hal/drivers/hal_ax5214h.c
266- src/hal/drivers/hal_bb_gpio.c
267- src/hal/drivers/hal_evoreg.c
268- src/hal/drivers/hal_motenc.c
269- src/hal/drivers/hal_pi_gpio.c
270- src/hal/drivers/hal_ppmc.c
271- src/hal/drivers/hal_skeleton.c
272- src/hal/drivers/hal_speaker.c
273- src/hal/drivers/hal_stg.c
274- src/hal/drivers/hal_stg.h
275- src/hal/drivers/hal_tiro.c
276- src/hal/drivers/hal_vti.c
277- src/hal/drivers/hal_vti.h
278- src/hal/drivers/motenc.h
279- src/hal/user_comps/vfs11_vfd/vfs11_vfd.c
280- src/hal/user_comps/wj200_vfd/wj200_vfd.comp
281- src/hal/user_comps/gs2_vfd.c
282- src/hal/user_comps/pi500_vfd/pi500_vfd.comp
283- src/hal/user_comps/svd-ps_vfd.c
284- src/hal/user_comps/hy_gt_vfd.c
285- src/hal/user_comps/vfdb_vfd/vfdb_vfd.c
278+ src/rtapi/rtai_rtapi.c
279+ src/rtapi/rtai_ulapi.c
280+ src/rtapi/rtapi_common.h
281+ src/rtapi/rtapi.h
282+ src/rtapi/rtapi_list.h
283+ src/rtapi/rtapi_proc.h
284+ src/rtapi/rtapi_vsnprintf.h
286285Copyright: same flock of LinuxCNC devs as above
287286License: GPL-2
288287
0 commit comments