prof-braino / PropForth5.5

PropForthV5.5 is Forth progamming environment for Parallax Propeller P8X32A microcontroller created by Sal Sanci
10 stars 2 forks source link

move hardware extensions to separate directory #2

Open prof-braino opened 8 years ago

prof-braino commented 8 years ago

leave directory EXTENSIONS as is

Create a peer HARDWARE-EXTENSIONS for any drivers for addition hardware

caskaz commented 8 years ago

Hi prof-braino.

Teach me how to push.

I done below; [sus@DELL ~]$ cd PropForth5.5 [sus@DELL PropForth5.5]$ ls PF5.5DevKernel.eeprom PropForthV5.5-20130317/ mygo/ readme [sus@DELL PropForth5.5]$ git add HW_Extensions fatal: pathspec 'HW_Extensions' did not match any files [sus@DELL PropForth5.5]$ cd PropForthV5.5-20130317 [sus@DELL PropForthV5.5-20130317]$ ls CurrentRelease/ README.txt doc/ misc/ [sus@DELL PropForthV5.5-20130317]$ cd CurrentRelease [sus@DELL CurrentRelease]$ git add HW_Extensions [sus@DELL CurrentRelease]$ git status

On branch master

Changes to be committed:

(use "git reset HEAD ..." to unstage)

#

new file: HW_Extensions/Charlieplexing/Chalie_LEDs_0.1.f

new file: HW_Extensions/Charlieplexing/Charlieplexing_20151124.odt

new file: HW_Extensions/Charlieplexing/Charlieplexing_20151124.pdf

new file: HW_Extensions/Charlieplexing/Charlieplexing_7SEG_0.1_1.f

new file: HW_Extensions/Charlieplexing/Charlieplexing_8x8Matrix_0.3.f

new file: HW_Extensions/Charlieplexing/Charlieplexing_8x8Matrix_0.3_1.f

new file: HW_Extensions/Charlieplexing/Charlieplexing_8x8Matrix_0.3_2.f

new file: HW_Extensions/Charlieplexing/photomovie/8X8Matrix_P0-P7_asm.JPG

new file: HW_Extensions/Charlieplexing/photomovie/8X8Matrix_SCR_asm.JPG

new file: HW_Extensions/Charlieplexing/photomovie/8x8Matrix_P0-P7_f.JPG

new file: HW_Extensions/Charlieplexing/photomovie/8x8Matrix_SCR_f.JPG

new file: HW_Extensions/Charlieplexing/photomovie/CIMG4307.JPG

new file: HW_Extensions/Charlieplexing/photomovie/CIMG4308.AVI

new file: HW_Extensions/Charlieplexing/photomovie/CIMG4430.JPG

new file: HW_Extensions/Charlieplexing/photomovie/CIMG4431.JPG

new file: HW_Extensions/Charlieplexing/photomovie/CIMG4432.AVI

new file: HW_Extensions/Charlieplexing/photomovie/CIMG4435.AVI

new file: HW_Extensions/WS2822/CIMG5615.JPG

new file: HW_Extensions/WS2822/WS2822S.pdf

new file: HW_Extensions/WS2822/WS2822_0.3.f

new file: HW_Extensions/WS2822/WS2822_memo_20150723.txt

new file: HW_Extensions/i2c_device/DS1337/DS1337_1.6.f

new file: HW_Extensions/i2c_device/DS1337/DS1337_log.txt

new file: HW_Extensions/i2c_device/DS1337/Ds1337_20131108.odt

new file: HW_Extensions/i2c_device/DS1337/Ds1337_20131108.pdf

new file: HW_Extensions/i2c_device/DS3231/DS3231_0.6.f

new file: HW_Extensions/i2c_device/DS3231/DS3231_20131109.odt

new file: HW_Extensions/i2c_device/DS3231/DS3231_20131109.pdf

new file: HW_Extensions/i2c_device/DS3231/DS3231_log.txt

new file: HW_Extensions/i2c_device/INA226/INA226_0.1.f

new file: HW_Extensions/i2c_device/INA226/INA226_0.2.f

new file: HW_Extensions/i2c_device/INA226/i2c_utility_0.4_1.f

new file: HW_Extensions/i2c_device/INA226/log.txt

new file: HW_Extensions/i2c_device/PCA9546/PCA9546_0.2.f

new file: HW_Extensions/i2c_device/PCA9546/log.txt

new file: HW_Extensions/i2c_device/PCF2129/PCF2129_0.2.f

new file: HW_Extensions/i2c_device/PCF2129/log.txt

new file: HW_Extensions/i2c_device/PCF85263(rtc)/PCF85263_0.2.f

new file: HW_Extensions/i2c_device/PCF85263(rtc)/log.txt

new file: HW_Extensions/i2c_device/Sample(SetTime)/CIMG5696.JPG

new file: HW_Extensions/i2c_device/Sample(SetTime)/SetTime_0.1.f

new file: HW_Extensions/i2c_device/Sample(SetTime)/encoder_0.5.1.f

new file: HW_Extensions/i2c_device/Sample(SetTime)/memo.txt

new file: HW_Extensions/i2c_device/Sample(SetTime)/sw_0.1.f

new file: HW_Extensions/i2c_device/i2c_charLCD/AQM1602.pdf

new file: HW_Extensions/i2c_device/i2c_charLCD/i2c_charLCD(ST7032)_0.2.f

new file: HW_Extensions/i2c_device/i2c_charLCD/memo.txt

new file: HW_Extensions/i2c_device/i2c_utility_20151006/PropForth_i2c_20151216.odt

new file: HW_Extensions/i2c_device/i2c_utility_20151006/PropForth_i2c_20151216.pdf

new file: HW_Extensions/i2c_device/i2c_utility_20151006/i2c_asm.f

new file: HW_Extensions/i2c_device/i2c_utility_20151006/i2c_utility_0.4.1.f

# [sus@DELL CurrentRelease]$ git commit -m "first commit" [master fc377dc] first commit 51 files changed, 6706 insertions(+), 0 deletions(-) create mode 100644 PropForthV5.5-20130317/CurrentRelease/HW_Extensions/Charlieplexing/Chalie_LEDs_0.1.f create mode 100644 PropForthV5.5-20130317/CurrentRelease/HW_Extensions/Charlieplexing/Charlieplexing_20151124.odt create mode 100644 PropForthV5.5-20130317/CurrentRelease/HW_Extensions/Charlieplexing/Charlieplexing_20151124.pdf create mode 100644 PropForthV5.5-20130317/CurrentRelease/HW_Extensions/Charlieplexing/Charlieplexing_7SEG_0.1_1.f create mode 100644 PropForthV5.5-20130317/CurrentRelease/HW_Extensions/Charlieplexing/Charlieplexing_8x8Matrix_0.3.f create mode 100644 PropForthV5.5-20130317/CurrentRelease/HW_Extensions/Charlieplexing/Charlieplexing_8x8Matrix_0.3_1.f create mode 100644 PropForthV5.5-20130317/CurrentRelease/HW_Extensions/Charlieplexing/Charlieplexing_8x8Matrix_0.3_2.f create mode 100644 PropForthV5.5-20130317/CurrentRelease/HW_Extensions/Charlieplexing/photomovie/8X8Matrix_P0-P7_asm.JPG create mode 100644 PropForthV5.5-20130317/CurrentRelease/HW_Extensions/Charlieplexing/photomovie/8X8Matrix_SCR_asm.JPG create mode 100644 PropForthV5.5-20130317/CurrentRelease/HW_Extensions/Charlieplexing/photomovie/8x8Matrix_P0-P7_f.JPG create mode 100644 PropForthV5.5-20130317/CurrentRelease/HW_Extensions/Charlieplexing/photomovie/8x8Matrix_SCR_f.JPG create mode 100644 PropForthV5.5-20130317/CurrentRelease/HW_Extensions/Charlieplexing/photomovie/CIMG4307.JPG create mode 100644 PropForthV5.5-20130317/CurrentRelease/HW_Extensions/Charlieplexing/photomovie/CIMG4308.AVI create mode 100644 PropForthV5.5-20130317/CurrentRelease/HW_Extensions/Charlieplexing/photomovie/CIMG4430.JPG create mode 100644 PropForthV5.5-20130317/CurrentRelease/HW_Extensions/Charlieplexing/photomovie/CIMG4431.JPG create mode 100644 PropForthV5.5-20130317/CurrentRelease/HW_Extensions/Charlieplexing/photomovie/CIMG4432.AVI create mode 100644 PropForthV5.5-20130317/CurrentRelease/HW_Extensions/Charlieplexing/photomovie/CIMG4435.AVI create mode 100644 PropForthV5.5-20130317/CurrentRelease/HW_Extensions/WS2822/CIMG5615.JPG create mode 100644 PropForthV5.5-20130317/CurrentRelease/HW_Extensions/WS2822/WS2822S.pdf create mode 100644 PropForthV5.5-20130317/CurrentRelease/HW_Extensions/WS2822/WS2822_0.3.f create mode 100644 PropForthV5.5-20130317/CurrentRelease/HW_Extensions/WS2822/WS2822_memo_20150723.txt create mode 100644 PropForthV5.5-20130317/CurrentRelease/HW_Extensions/i2c_device/DS1337/DS1337_1.6.f create mode 100644 PropForthV5.5-20130317/CurrentRelease/HW_Extensions/i2c_device/DS1337/DS1337_log.txt create mode 100644 PropForthV5.5-20130317/CurrentRelease/HW_Extensions/i2c_device/DS1337/Ds1337_20131108.odt create mode 100644 PropForthV5.5-20130317/CurrentRelease/HW_Extensions/i2c_device/DS1337/Ds1337_20131108.pdf create mode 100644 PropForthV5.5-20130317/CurrentRelease/HW_Extensions/i2c_device/DS3231/DS3231_0.6.f create mode 100644 PropForthV5.5-20130317/CurrentRelease/HW_Extensions/i2c_device/DS3231/DS3231_20131109.odt create mode 100644 PropForthV5.5-20130317/CurrentRelease/HW_Extensions/i2c_device/DS3231/DS3231_20131109.pdf create mode 100644 PropForthV5.5-20130317/CurrentRelease/HW_Extensions/i2c_device/DS3231/DS3231_log.txt create mode 100644 PropForthV5.5-20130317/CurrentRelease/HW_Extensions/i2c_device/INA226/INA226_0.1.f create mode 100644 PropForthV5.5-20130317/CurrentRelease/HW_Extensions/i2c_device/INA226/INA226_0.2.f create mode 100644 PropForthV5.5-20130317/CurrentRelease/HW_Extensions/i2c_device/INA226/i2c_utility_0.4_1.f create mode 100644 PropForthV5.5-20130317/CurrentRelease/HW_Extensions/i2c_device/INA226/log.txt create mode 100644 PropForthV5.5-20130317/CurrentRelease/HW_Extensions/i2c_device/PCA9546/PCA9546_0.2.f create mode 100644 PropForthV5.5-20130317/CurrentRelease/HW_Extensions/i2c_device/PCA9546/log.txt create mode 100644 PropForthV5.5-20130317/CurrentRelease/HW_Extensions/i2c_device/PCF2129/PCF2129_0.2.f create mode 100644 PropForthV5.5-20130317/CurrentRelease/HW_Extensions/i2c_device/PCF2129/log.txt create mode 100644 PropForthV5.5-20130317/CurrentRelease/HW_Extensions/i2c_device/PCF85263(rtc)/PCF85263_0.2.f create mode 100644 PropForthV5.5-20130317/CurrentRelease/HW_Extensions/i2c_device/PCF85263(rtc)/log.txt create mode 100644 PropForthV5.5-20130317/CurrentRelease/HW_Extensions/i2c_device/Sample(SetTime)/CIMG5696.JPG create mode 100644 PropForthV5.5-20130317/CurrentRelease/HW_Extensions/i2c_device/Sample(SetTime)/SetTime_0.1.f create mode 100644 PropForthV5.5-20130317/CurrentRelease/HW_Extensions/i2c_device/Sample(SetTime)/encoder_0.5.1.f create mode 100644 PropForthV5.5-20130317/CurrentRelease/HW_Extensions/i2c_device/Sample(SetTime)/memo.txt create mode 100644 PropForthV5.5-20130317/CurrentRelease/HW_Extensions/i2c_device/Sample(SetTime)/sw_0.1.f create mode 100644 PropForthV5.5-20130317/CurrentRelease/HW_Extensions/i2c_device/i2c_charLCD/AQM1602.pdf create mode 100644 PropForthV5.5-20130317/CurrentRelease/HW_Extensions/i2c_device/i2c_charLCD/i2c_charLCD(ST7032)_0.2.f create mode 100644 PropForthV5.5-20130317/CurrentRelease/HW_Extensions/i2c_device/i2c_charLCD/memo.txt create mode 100644 PropForthV5.5-20130317/CurrentRelease/HW_Extensions/i2c_device/i2c_utility_20151006/PropForth_i2c_20151216.odt create mode 100644 PropForthV5.5-20130317/CurrentRelease/HW_Extensions/i2c_device/i2c_utility_20151006/PropForth_i2c_20151216.pdf create mode 100644 PropForthV5.5-20130317/CurrentRelease/HW_Extensions/i2c_device/i2c_utility_20151006/i2c_asm.f create mode 100644 PropForthV5.5-20130317/CurrentRelease/HW_Extensions/i2c_device/i2c_utility_20151006/i2c_utility_0.4.1.f [sus@DELL CurrentRelease]$ git remote add origin https://github.com/prof-braino/PropForth5.5.git fatal: remote origin already exists. [sus@DELL CurrentRelease]$ cd .. [sus@DELL PropForthV5.5-20130317]$ cd .. [sus@DELL PropForth5.5]$ git remote add origin https://github.com/prof-braino/PropForth5.5.git fatal: remote origin already exists. [sus@DELL PropForth5.5]$

2015-12-15 13:04 GMT+09:00, prof_braino notifications@github.com:

leave directory EXTENSIONS as is

Create a peer HARDWARE-EXTENSIONS for any drivers for addition hardware


Reply to this email directly or view it on GitHub: https://github.com/prof-braino/PropForth5.5/issues/2