Revision: 1462 Author: robhamerling Date: Thu Nov 5 11:05:50 2009 Log: Updated accidently forgotten samples for dev2jal 0.0.85 (revision 1460)
http://code.google.com/p/jallib/source/detail?r=1462 Modified: /trunk/sample/16f723_i2c_hw_slave_check_bus.jal /trunk/sample/18f14k50_data_eeprom.jal /trunk/sample/18f14k50_i2c_hw_l0.jal /trunk/sample/18f2450_i2c_sw_master_check_bus.jal /trunk/sample/18f2450_i2c_sw_master_echo.jal /trunk/sample/18f4550_i2c_hw_l1.jal /trunk/sample/18f4550_i2c_hw_slave_check_bus.jal ======================================= --- /trunk/sample/16f723_i2c_hw_slave_check_bus.jal Thu Oct 29 09:34:14 2009 +++ /trunk/sample/16f723_i2c_hw_slave_check_bus.jal Thu Nov 5 11:05:50 2009 @@ -38,8 +38,8 @@ pragma target CP DISABLED pragma target BROWNOUT DISABLED pragma target VOLTAGE V19 -pragma target WDTCS STANDARD_WATCHDOG_TIMER_IS_SELECTED -pragma target PLLEN 16MHZ +pragma target WDTCS STANDARD +pragma target PLLEN F16MHZ pragma target DEBUG DISABLED pragma target VCAPEN pin_A0 enable_digital_io() ======================================= --- /trunk/sample/18f14k50_data_eeprom.jal Thu Oct 29 09:34:14 2009 +++ /trunk/sample/18f14k50_data_eeprom.jal Thu Nov 5 11:05:50 2009 @@ -53,11 +53,11 @@ pragma target BROWNOUT DISABLED -- no brownout detection pragma target VOLTAGE V30 -- brown out voltage pragma target WDT DISABLED -- no watchdog -pragma target WDTPS P32768 -- watch dog saler setting +pragma target WDTPS P32K -- watch dog saler setting pragma target MCLR EXTERNAL -- external reset pragma target LVP DISABLED -- no low-voltage programming pragma target XINST ENABLED -- extended instruction set -pragma target BACKBUG DISABLED -- background debugging +pragma target DEBUG DISABLED -- background debugging pragma target CP_0 DISABLED -- code block 0 not protected pragma target CP_1 DISABLED -- code block 1 not protected pragma target CPB DISABLED -- bootblock code not write protected ======================================= --- /trunk/sample/18f14k50_i2c_hw_l0.jal Thu Oct 29 09:34:14 2009 +++ /trunk/sample/18f14k50_i2c_hw_l0.jal Thu Nov 5 11:05:50 2009 @@ -59,11 +59,11 @@ pragma target BROWNOUT DISABLED -- no brownout detection pragma target VOLTAGE V30 -- brown out voltage pragma target WDT DISABLED -- no watchdog -pragma target WDTPS P32768 -- watch dog saler setting +pragma target WDTPS P32K -- watch dog saler setting pragma target MCLR EXTERNAL -- external reset pragma target LVP DISABLED -- no low-voltage programming pragma target XINST ENABLED -- extended instruction set -pragma target BACKBUG DISABLED -- background debugging +pragma target DEBUG DISABLED -- background debugging pragma target CP_0 DISABLED -- code block 0 not protected pragma target CP_1 DISABLED -- code block 1 not protected pragma target CPB DISABLED -- bootblock code not write protected ======================================= --- /trunk/sample/18f2450_i2c_sw_master_check_bus.jal Thu Oct 29 09:34:14 2009 +++ /trunk/sample/18f2450_i2c_sw_master_check_bus.jal Thu Nov 5 11:05:50 2009 @@ -41,7 +41,7 @@ pragma target VREGEN ENABLED -- USB voltage regulator pragma target VOLTAGE V20 -- brown out voltage pragma target BROWNOUT DISABLED -- no brownout detection -pragma target WDTPS P32768 -- watch dog saler setting +pragma target WDTPS P32K -- watch dog saler setting pragma target WDT DISABLED -- no watchdog pragma target PBADEN DIGITAL -- digital input port<0..4> pragma target LPT1OSC DISABLED -- low power timer 1 @@ -50,7 +50,7 @@ pragma target STVR DISABLED -- reset on stack over/under flow pragma target LVP DISABLED -- no low-voltage programming pragma target XINST ENABLED -- extended instruction set -pragma target BACKBUG DISABLED -- background debugging +pragma target DEBUG DISABLED -- background debugging pragma target CP_0 DISABLED -- code block 0 not protected pragma target CP_1 DISABLED -- code block 1 not protected pragma target CPB DISABLED -- bootblock code not write protected ======================================= --- /trunk/sample/18f2450_i2c_sw_master_echo.jal Thu Oct 29 09:34:14 2009 +++ /trunk/sample/18f2450_i2c_sw_master_echo.jal Thu Nov 5 11:05:50 2009 @@ -45,7 +45,7 @@ pragma target VREGEN ENABLED -- USB voltage regulator pragma target VOLTAGE V20 -- brown out voltage pragma target BROWNOUT DISABLED -- no brownout detection -pragma target WDTPS P32768 -- watch dog saler setting +pragma target WDTPS P32K -- watch dog saler setting pragma target WDT DISABLED -- no watchdog pragma target PBADEN DIGITAL -- digital input port<0..4> pragma target LPT1OSC DISABLED -- low power timer 1 @@ -54,7 +54,7 @@ pragma target STVR DISABLED -- reset on stack over/under flow pragma target LVP DISABLED -- no low-voltage programming pragma target XINST ENABLED -- extended instruction set -pragma target BACKBUG DISABLED -- background debugging +pragma target DEBUG DISABLED -- background debugging pragma target CP_0 DISABLED -- code block 0 not protected pragma target CP_1 DISABLED -- code block 1 not protected pragma target CPB DISABLED -- bootblock code not write protected ======================================= --- /trunk/sample/18f4550_i2c_hw_l1.jal Thu Oct 29 09:34:14 2009 +++ /trunk/sample/18f4550_i2c_hw_l1.jal Thu Nov 5 11:05:50 2009 @@ -51,7 +51,7 @@ pragma target VREGEN ENABLED -- USB voltage regulator pragma target VOLTAGE V20 -- brown out voltage pragma target BROWNOUT DISABLED -- no brownout detection -pragma target WDTPS P32768 -- watch dog saler setting +pragma target WDTPS P32K -- watch dog saler setting pragma target WDT DISABLED -- no watchdog pragma target CCP2MUX pin_C1 -- CCP2 pin pragma target PBADEN DIGITAL -- digital input port<0..4> @@ -60,7 +60,7 @@ pragma target STVR DISABLED -- reset on stack over/under flow pragma target LVP DISABLED -- no low-voltage programming pragma target XINST ENABLED -- extended instruction set -pragma target BACKBUG DISABLED -- background debugging +pragma target DEBUG DISABLED -- background debugging pragma target CP_0 DISABLED -- code block 0 not protected pragma target CP_1 DISABLED -- code block 1 not protected pragma target CP_2 DISABLED -- code block 2 not protected ======================================= --- /trunk/sample/18f4550_i2c_hw_slave_check_bus.jal Thu Oct 29 09:34:14 2009 +++ /trunk/sample/18f4550_i2c_hw_slave_check_bus.jal Thu Nov 5 11:05:50 2009 @@ -42,7 +42,7 @@ pragma target VREGEN ENABLED -- USB voltage regulator pragma target VOLTAGE V20 -- brown out voltage pragma target BROWNOUT DISABLED -- no brownout detection -pragma target WDTPS P32768 -- watch dog saler setting +pragma target WDTPS P32K -- watch dog saler setting pragma target WDT DISABLED -- no watchdog pragma target CCP2MUX pin_C1 -- CCP2 pin pragma target PBADEN DIGITAL -- digital input port<0..4> @@ -51,7 +51,7 @@ pragma target STVR DISABLED -- reset on stack over/under flow pragma target LVP DISABLED -- no low-voltage programming pragma target XINST ENABLED -- extended instruction set -pragma target BACKBUG DISABLED -- background debugging +pragma target DEBUG DISABLED -- background debugging pragma target CP_0 DISABLED -- code block 0 not protected pragma target CP_1 DISABLED -- code block 1 not protected pragma target CP_2 DISABLED -- code block 2 not protected --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jallib" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jallib?hl=en -~----------~----~----~----~------~----~------~--~---
