commit afd81fddef7bc0b3bbf13778315ee808958659c3 Author: svn Date: Sun Jul 5 14:20:28 2026 +0000 Added paragraph about ATTiny85 unipolar stepper motor driver. git-svn-id: svn+ssh://localhost/src/trunk/AVR@25070 06ee2f96-5407-11de-8bab-f3d7589a4122 M README.html M README.md commit 8c88092a8dfcdf95091fde9b7f76c0d70d2bc051 Author: svn Date: Sun Jul 5 05:36:20 2026 +0000 Added README git-svn-id: svn+ssh://localhost/src/trunk/AVR@25069 06ee2f96-5407-11de-8bab-f3d7589a4122 A README.html A README.md commit 5f2997f933bd640c63b9dca7449c3bffb337a0db Author: svn Date: Tue May 26 23:23:26 2026 +0000 Reassigned pins: DIR is now PB3 and STEP is PB5. git-svn-id: svn+ssh://localhost/src/trunk/AVR@24986 06ee2f96-5407-11de-8bab-f3d7589a4122 M mikropascal/ATTiny85/UnipolarStepperDriverFull/UnipolarStepperDriverFull.mpas commit 460ea38be1f20064501e184f3746f8631e6f794c Author: svn Date: Thu May 14 16:04:42 2026 +0000 Ran through unix2dos git-svn-id: svn+ssh://localhost/src/trunk/AVR@24938 06ee2f96-5407-11de-8bab-f3d7589a4122 M arduino/programs/test_adc/.vscode/c_cpp_properties.json M arduino/programs/test_adc/.vscode/tasks.json M arduino/programs/test_button_led/.vscode/c_cpp_properties.json M arduino/programs/test_button_led/.vscode/tasks.json M arduino/programs/test_button_led_interrupt/.vscode/c_cpp_properties.json M arduino/programs/test_button_led_interrupt/.vscode/tasks.json M arduino/programs/test_led/.vscode/c_cpp_properties.json M arduino/programs/test_led/.vscode/tasks.json M arduino/programs/test_motor_pwm1/.vscode/c_cpp_properties.json M arduino/programs/test_motor_pwm1/.vscode/tasks.json M arduino/programs/test_motor_pwm2/.vscode/c_cpp_properties.json M arduino/programs/test_motor_pwm2/.vscode/tasks.json M arduino/programs/test_pwm_hardware/.vscode/c_cpp_properties.json M arduino/programs/test_pwm_hardware/.vscode/tasks.json M arduino/programs/test_pwm_pca9685/.vscode/c_cpp_properties.json M arduino/programs/test_pwm_pca9685/.vscode/tasks.json M arduino/programs/test_serial/.vscode/c_cpp_properties.json M arduino/programs/test_serial/.vscode/tasks.json M arduino/programs/test_servo/.vscode/c_cpp_properties.json M arduino/programs/test_servo/.vscode/tasks.json M arduino/programs/test_servo_arduino/.vscode/c_cpp_properties.json M arduino/programs/test_servo_arduino/.vscode/tasks.json M arduino/programs/test_servo_pca9685/.vscode/c_cpp_properties.json M arduino/programs/test_servo_pca9685/.vscode/tasks.json M arduino/programs/test_stepper/.vscode/c_cpp_properties.json M arduino/programs/test_stepper/.vscode/tasks.json commit a4bd454378e8202bccc6ccc86495b8e46257590c Author: svn Date: Sun May 10 22:52:13 2026 +0000 Imported from ARM/arduino/libraries git-svn-id: svn+ssh://localhost/src/trunk/AVR@24928 06ee2f96-5407-11de-8bab-f3d7589a4122 A arduino/libraries/Seeed_Arduino_UltrasonicRanger/CODE_OF_CONDUCT.md A arduino/libraries/Seeed_Arduino_UltrasonicRanger/CONTRIBUTING.md A arduino/libraries/Seeed_Arduino_UltrasonicRanger/License.txt A arduino/libraries/Seeed_Arduino_UltrasonicRanger/README.md A arduino/libraries/Seeed_Arduino_UltrasonicRanger/Ultrasonic.cpp A arduino/libraries/Seeed_Arduino_UltrasonicRanger/Ultrasonic.h A arduino/libraries/Seeed_Arduino_UltrasonicRanger/examples/UltraDisOnSeeedSerialLcd/UltraDisOnSeeedSerialLcd.ino A arduino/libraries/Seeed_Arduino_UltrasonicRanger/examples/UltrasonicDisplayOnTerm/UltrasonicDisplayOnTerm.ino A arduino/libraries/Seeed_Arduino_UltrasonicRanger/keywords.txt A arduino/libraries/Seeed_Arduino_UltrasonicRanger/library.properties commit 9da315ba1dc82b94211c1b66002398a01a3d0270 Author: svn Date: Sun May 3 02:46:50 2026 +0000 Added test_adc git-svn-id: svn+ssh://localhost/src/trunk/AVR@24896 06ee2f96-5407-11de-8bab-f3d7589a4122 A arduino/programs/test_adc/.vscode/c_cpp_properties.json A arduino/programs/test_adc/.vscode/tasks.json A arduino/programs/test_adc/Makefile A arduino/programs/test_adc/test_adc.ino commit 4563224be6c29012acefd896488ee024d6cf9e91 Author: svn Date: Thu Apr 23 01:29:12 2026 +0000 Reversed the sense of DIR input to match the 28BYJ-48 5V Stepper Motor. git-svn-id: svn+ssh://localhost/src/trunk/AVR@24856 06ee2f96-5407-11de-8bab-f3d7589a4122 M mikropascal/ATTiny85/UnipolarStepperDriverFull/UnipolarStepperDriverFull.mpas M mikropascal/ATTiny85/UnipolarStepperDriverHalf/UnipolarStepperDriverHalf.mpas commit 93d90bf647741c982e1313933d447ad82ca2a2aa Author: svn Date: Fri Mar 20 15:56:27 2026 +0000 Imported from arm-mcu/arduino/ git-svn-id: svn+ssh://localhost/src/trunk/AVR@24703 06ee2f96-5407-11de-8bab-f3d7589a4122 A arduino/programs/test_stepper/.vscode/c_cpp_properties.json A arduino/programs/test_stepper/.vscode/tasks.json A arduino/programs/test_stepper/Makefile A arduino/programs/test_stepper/test_stepper.ino commit 9f698d083729c7ef8deab113dbc53918e3eff07a Author: svn Date: Thu Mar 19 16:05:51 2026 +0000 Implmented half-step driver. git-svn-id: svn+ssh://localhost/src/trunk/AVR@24700 06ee2f96-5407-11de-8bab-f3d7589a4122 A mikropascal/ATTiny85/UnipolarStepperDriverHalf/Makefile A mikropascal/ATTiny85/UnipolarStepperDriverHalf/UnipolarStepperDriverHalf.cfg A mikropascal/ATTiny85/UnipolarStepperDriverHalf/UnipolarStepperDriverHalf.mpas A mikropascal/ATTiny85/UnipolarStepperDriverHalf/UnipolarStepperDriverHalf.mppav commit a7ac4b6196571c43cbf1ed05d6300b075e51e099 Author: svn Date: Thu Mar 19 15:51:20 2026 +0000 Renamed UnipolarStepperDriver to UnipolarStepperDriverFull. git-svn-id: svn+ssh://localhost/src/trunk/AVR@24699 06ee2f96-5407-11de-8bab-f3d7589a4122 R097 mikropascal/ATTiny85/UnipolarStepperDriver/Makefile mikropascal/ATTiny85/UnipolarStepperDriverFull/Makefile R100 mikropascal/ATTiny85/UnipolarStepperDriver/UnipolarStepperDriver.cfg mikropascal/ATTiny85/UnipolarStepperDriverFull/UnipolarStepperDriverFull.cfg R092 mikropascal/ATTiny85/UnipolarStepperDriver/UnipolarStepperDriver.mpas mikropascal/ATTiny85/UnipolarStepperDriverFull/UnipolarStepperDriverFull.mpas R077 mikropascal/ATTiny85/UnipolarStepperDriver/UnipolarStepperDriver.mppav mikropascal/ATTiny85/UnipolarStepperDriverFull/UnipolarStepperDriverFull.mppav commit 990405731e76fc1ec0eed8ac559f5033ff543a28 Author: svn Date: Thu Mar 19 15:44:07 2026 +0000 Renamed Stepper to more apropos UnipolarStepperDriver. git-svn-id: svn+ssh://localhost/src/trunk/AVR@24698 06ee2f96-5407-11de-8bab-f3d7589a4122 R097 mikropascal/ATTiny85/Stepper/Makefile mikropascal/ATTiny85/UnipolarStepperDriver/Makefile R100 mikropascal/ATTiny85/Stepper/Stepper.cfg mikropascal/ATTiny85/UnipolarStepperDriver/UnipolarStepperDriver.cfg R096 mikropascal/ATTiny85/Stepper/Stepper.mpas mikropascal/ATTiny85/UnipolarStepperDriver/UnipolarStepperDriver.mpas R078 mikropascal/ATTiny85/Stepper/Stepper.mppav mikropascal/ATTiny85/UnipolarStepperDriver/UnipolarStepperDriver.mppav commit 6b6743541bac6757de0339a5a89030dd0e90e4c4 Author: svn Date: Thu Mar 19 15:40:48 2026 +0000 Got it working now. git-svn-id: svn+ssh://localhost/src/trunk/AVR@24697 06ee2f96-5407-11de-8bab-f3d7589a4122 M mikropascal/ATTiny85/Stepper/Stepper.mpas commit f079d05973301a5b881a1a77f5ef1d6f00806fed Author: svn Date: Thu Mar 19 05:24:51 2026 +0000 Started working on ATTiny85 unipolar stepper motor driver. git-svn-id: svn+ssh://localhost/src/trunk/AVR@24696 06ee2f96-5407-11de-8bab-f3d7589a4122 A mikropascal/ATTiny85/Stepper/Makefile A mikropascal/ATTiny85/Stepper/Stepper.cfg A mikropascal/ATTiny85/Stepper/Stepper.mpas A mikropascal/ATTiny85/Stepper/Stepper.mppav commit 5a0bc2f2a9b07efd25385d72968f241109dc421c Author: svn Date: Mon Mar 16 03:43:22 2026 +0000 Moved library.properties to correct directory. git-svn-id: svn+ssh://localhost/src/trunk/AVR@24666 06ee2f96-5407-11de-8bab-f3d7589a4122 R100 arduino/libraries/library.properties arduino/libraries/MuntsTech_AVR/library.properties commit 03c9f305549014888e1e91bca8d48a42af60da03 Author: svn Date: Mon Mar 16 03:38:52 2026 +0000 Added library.properties git-svn-id: svn+ssh://localhost/src/trunk/AVR@24665 06ee2f96-5407-11de-8bab-f3d7589a4122 A arduino/libraries/library.properties commit 05ad4e4fb703c7ed7544c6bd98ef0e5c51cbc0b9 Author: svn Date: Mon Mar 16 02:23:38 2026 +0000 Corrected introductory comment. git-svn-id: svn+ssh://localhost/src/trunk/AVR@24662 06ee2f96-5407-11de-8bab-f3d7589a4122 M arduino/libraries/MuntsTech_AVR/Motor-PWM1.h commit 9eef500ddf7407c0bb2b1f81fac83626db9873fd Author: svn Date: Mon Mar 16 02:18:24 2026 +0000 Added support for Type 1 (PWM out and GPIO pin) motor drivers. git-svn-id: svn+ssh://localhost/src/trunk/AVR@24661 06ee2f96-5407-11de-8bab-f3d7589a4122 A arduino/libraries/MuntsTech_AVR/GPIO-Arduino.h A arduino/libraries/MuntsTech_AVR/Motor-PWM1.h A arduino/programs/test_motor_pwm1/.vscode/c_cpp_properties.json A arduino/programs/test_motor_pwm1/.vscode/tasks.json A arduino/programs/test_motor_pwm1/Makefile A arduino/programs/test_motor_pwm1/test_motor_pwm1.ino commit d5459be3a6e59f72b996070da1c6fc261889b7ec Author: svn Date: Mon Mar 16 00:48:38 2026 +0000 Added support for TB6612 motor drivers. git-svn-id: svn+ssh://localhost/src/trunk/AVR@24660 06ee2f96-5407-11de-8bab-f3d7589a4122 A arduino/libraries/MuntsTech_AVR/Motor-TB6612.h commit 0cb043bc396ef4dc23ccf95a85c6474b7c5a3680 Author: svn Date: Mon Mar 16 00:46:34 2026 +0000 Added support for Type 2 (2 pwm outputs) Motor Drivers. git-svn-id: svn+ssh://localhost/src/trunk/AVR@24659 06ee2f96-5407-11de-8bab-f3d7589a4122 A arduino/libraries/MuntsTech_AVR/Motor-PWM2.h A arduino/programs/test_motor_pwm2/.vscode/c_cpp_properties.json A arduino/programs/test_motor_pwm2/.vscode/tasks.json A arduino/programs/test_motor_pwm2/Makefile A arduino/programs/test_motor_pwm2/test_motor_pwm2.ino commit 133a966112e875d0b9343e36f528730c381c7162 Author: svn Date: Mon Mar 16 00:32:15 2026 +0000 Implemented hardware PWM class git-svn-id: svn+ssh://localhost/src/trunk/AVR@24658 06ee2f96-5407-11de-8bab-f3d7589a4122 A arduino/libraries/MuntsTech_AVR/PWM-Hardware.h M arduino/programs/test_pwm_hardware/test_pwm_hardware.ino commit 40f3f0f65995e3a3af368b0ec939bd5489c3d63d Author: svn Date: Sun Mar 15 23:03:50 2026 +0000 Imported Servo-Arduino.h and test_servo_arduino from ARM/arduino/ git-svn-id: svn+ssh://localhost/src/trunk/AVR@24654 06ee2f96-5407-11de-8bab-f3d7589a4122 A arduino/libraries/MuntsTech_AVR/Servo-Arduino.h A arduino/programs/test_servo_arduino/.vscode/c_cpp_properties.json A arduino/programs/test_servo_arduino/.vscode/tasks.json A arduino/programs/test_servo_arduino/Makefile A arduino/programs/test_servo_arduino/test_servo_arduino.ino commit 89123c68da9251362a5315a720a96d8764c2cb93 Author: svn Date: Sun Mar 15 23:00:09 2026 +0000 Changed #include to #include git-svn-id: svn+ssh://localhost/src/trunk/AVR@24653 06ee2f96-5407-11de-8bab-f3d7589a4122 M arduino/libraries/MuntsTech_AVR/Servo-PWM.h commit d3fb06c3f1a7bc5ecb7f1623d359655eec069496 Author: svn Date: Sun Mar 15 22:58:19 2026 +0000 Removed executable property. git-svn-id: svn+ssh://localhost/src/trunk/AVR@24652 06ee2f96-5407-11de-8bab-f3d7589a4122 M arduino/programs/test_button_led/.vscode/c_cpp_properties.json M arduino/programs/test_button_led_interrupt/.vscode/c_cpp_properties.json M arduino/programs/test_led/.vscode/c_cpp_properties.json M arduino/programs/test_pwm_hardware/.vscode/c_cpp_properties.json M arduino/programs/test_serial/.vscode/c_cpp_properties.json M arduino/programs/test_servo/.vscode/c_cpp_properties.json commit c256f3092a361c2f1dea92d4e796d5fa71f0e805 Author: svn Date: Sun Mar 15 22:31:42 2026 +0000 Changed the PCA9685 I2C address to 0x40. For the Mikroelektronika PWM Click. git-svn-id: svn+ssh://localhost/src/trunk/AVR@24651 06ee2f96-5407-11de-8bab-f3d7589a4122 M arduino/programs/test_pwm_pca9685/test_pwm_pca9685.ino commit da53690a65153bfecd06cf1f1a8d0dbb88bbd11d Author: svn Date: Sun Mar 15 22:29:06 2026 +0000 Synced with ARM/arduino/programs/test_pwm_pca9685/test_servo_pca9685.ino git-svn-id: svn+ssh://localhost/src/trunk/AVR@24650 06ee2f96-5407-11de-8bab-f3d7589a4122 M arduino/programs/test_servo_pca9685/test_servo_pca9685.ino commit b899e0f3980daa2abf9850c93afa285884c48c6b Author: svn Date: Sun Mar 15 22:27:42 2026 +0000 Changed the default target to clean install git-svn-id: svn+ssh://localhost/src/trunk/AVR@24649 06ee2f96-5407-11de-8bab-f3d7589a4122 M arduino/programs/test_button_led/Makefile M arduino/programs/test_button_led_interrupt/Makefile M arduino/programs/test_led/Makefile M arduino/programs/test_pwm_hardware/Makefile M arduino/programs/test_serial/Makefile M arduino/programs/test_servo/Makefile M arduino/programs/test_servo_pca9685/Makefile commit 41c7b1d90aaadffd65f2b14a1cda9490581b4850 Author: svn Date: Sun Mar 15 22:21:13 2026 +0000 Synced with ARM/arduino/programs/test_pwm_pca9685/test_pwm_pca9685.ino git-svn-id: svn+ssh://localhost/src/trunk/AVR@24648 06ee2f96-5407-11de-8bab-f3d7589a4122 M arduino/programs/test_pwm_pca9685/Makefile M arduino/programs/test_pwm_pca9685/test_pwm_pca9685.ino commit 9eda0ca1d9196ca33897766734808b1be39138b2 Author: svn Date: Sun Mar 15 21:58:05 2026 +0000 Imported PWM-PCA9685.h from ARM/arduino/libraries/MuntsTech_ARM/ git-svn-id: svn+ssh://localhost/src/trunk/AVR@24647 06ee2f96-5407-11de-8bab-f3d7589a4122 R089 arduino/libraries/MuntsTech_AVR/PCA9685PWM.h arduino/libraries/MuntsTech_AVR/PWM-PCA9685.h commit e01ecf2f8ca7fc0d523928e3eaf789b78d8c7851 Author: svn Date: Sun Mar 15 21:30:42 2026 +0000 Imported Servo-PWM.h from ARM/arduino/libraries/MuntsTech_ARM/ git-svn-id: svn+ssh://localhost/src/trunk/AVR@24646 06ee2f96-5407-11de-8bab-f3d7589a4122 R074 arduino/libraries/MuntsTech_AVR/ServoPWM.h arduino/libraries/MuntsTech_AVR/Servo-PWM.h commit 41322559180f156a0039350d9e5c9d6fdad5e467 Author: svn Date: Sun Mar 15 21:27:17 2026 +0000 Imported MuntsTech_Interfaces/ from ARM/arduino/libraries/ git-svn-id: svn+ssh://localhost/src/trunk/AVR@24645 06ee2f96-5407-11de-8bab-f3d7589a4122 A arduino/libraries/MuntsTech_Interfaces/actuator-interface.h A arduino/libraries/MuntsTech_Interfaces/gpio-interface.h A arduino/libraries/MuntsTech_Interfaces/library.properties A arduino/libraries/MuntsTech_Interfaces/motor-interface.h R083 arduino/libraries/MuntsTech_AVR/pwm-interface.h arduino/libraries/MuntsTech_Interfaces/pwm-interface.h A arduino/libraries/MuntsTech_Interfaces/sensor-interface.h R081 arduino/libraries/MuntsTech_AVR/servo-interface.h arduino/libraries/MuntsTech_Interfaces/servo-interface.h commit 6b7b00e1e704010c365f8dc33f0121b7a138cc0e Author: svn Date: Sun Mar 15 21:26:44 2026 +0000 Renamed MuntsTechnologies/ to MuntsTech_AVR/ For consistency with ARM/arduino/libraries/ git-svn-id: svn+ssh://localhost/src/trunk/AVR@24644 06ee2f96-5407-11de-8bab-f3d7589a4122 R100 arduino/libraries/MuntsTechnologies/PCA9685PWM.h arduino/libraries/MuntsTech_AVR/PCA9685PWM.h R100 arduino/libraries/MuntsTechnologies/ServoPWM.h arduino/libraries/MuntsTech_AVR/ServoPWM.h R100 arduino/libraries/MuntsTechnologies/pwm-interface.h arduino/libraries/MuntsTech_AVR/pwm-interface.h R100 arduino/libraries/MuntsTechnologies/servo-interface.h arduino/libraries/MuntsTech_AVR/servo-interface.h commit 6f83483cb65b4c27e32e335560ed0e479889a7b0 Author: svn Date: Sat Feb 28 04:51:08 2026 +0000 Moved Arduino core installation scripts to arduino-goodies/arduino-install-cores git-svn-id: svn+ssh://localhost/src/trunk/AVR@24587 06ee2f96-5407-11de-8bab-f3d7589a4122 D arduino/scripts/install-core commit 90bb5e38de341764be57bbc22983c89ac0704dcd Author: svn Date: Thu Feb 26 01:27:03 2026 +0000 Imported PCA9685 PWM and servo libraries from ARM/arduino/libraries/ git-svn-id: svn+ssh://localhost/src/trunk/AVR@24569 06ee2f96-5407-11de-8bab-f3d7589a4122 A arduino/libraries/FaBo_PWM_PCA9685/LICENSE A arduino/libraries/FaBo_PWM_PCA9685/README.md A arduino/libraries/FaBo_PWM_PCA9685/example/RotationServo/RotationServo.ino A arduino/libraries/FaBo_PWM_PCA9685/example/servo/servo.ino A arduino/libraries/FaBo_PWM_PCA9685/keywords.txt A arduino/libraries/FaBo_PWM_PCA9685/library.properties A arduino/libraries/FaBo_PWM_PCA9685/src/FaBoPWM_PCA9685.cpp A arduino/libraries/FaBo_PWM_PCA9685/src/FaBoPWM_PCA9685.h A arduino/libraries/MuntsTechnologies/PCA9685PWM.h A arduino/libraries/MuntsTechnologies/ServoPWM.h A arduino/libraries/MuntsTechnologies/pwm-interface.h A arduino/libraries/MuntsTechnologies/servo-interface.h A arduino/programs/test_pwm_pca9685/.vscode/c_cpp_properties.json A arduino/programs/test_pwm_pca9685/.vscode/tasks.json A arduino/programs/test_pwm_pca9685/Makefile A arduino/programs/test_pwm_pca9685/test_pwm_pca9685.ino A arduino/programs/test_servo_pca9685/.vscode/c_cpp_properties.json A arduino/programs/test_servo_pca9685/.vscode/tasks.json A arduino/programs/test_servo_pca9685/Makefile A arduino/programs/test_servo_pca9685/test_servo_pca9685.ino commit ff7940837afa263acf32b63dc0d85964c3c52adc Author: svn Date: Thu Feb 26 01:03:43 2026 +0000 Move test program projects to programs/ git-svn-id: svn+ssh://localhost/src/trunk/AVR@24568 06ee2f96-5407-11de-8bab-f3d7589a4122 R100 arduino/test_button_led/.vscode/c_cpp_properties.json arduino/programs/test_button_led/.vscode/c_cpp_properties.json R100 arduino/test_button_led/.vscode/tasks.json arduino/programs/test_button_led/.vscode/tasks.json R100 arduino/test_button_led/Makefile arduino/programs/test_button_led/Makefile R100 arduino/test_button_led/test_button_led.ino arduino/programs/test_button_led/test_button_led.ino R100 arduino/test_button_led_interrupt/.vscode/c_cpp_properties.json arduino/programs/test_button_led_interrupt/.vscode/c_cpp_properties.json R100 arduino/test_button_led_interrupt/.vscode/tasks.json arduino/programs/test_button_led_interrupt/.vscode/tasks.json R100 arduino/test_button_led_interrupt/Makefile arduino/programs/test_button_led_interrupt/Makefile R100 arduino/test_button_led_interrupt/test_button_led_interrupt.ino arduino/programs/test_button_led_interrupt/test_button_led_interrupt.ino R100 arduino/test_led/.vscode/c_cpp_properties.json arduino/programs/test_led/.vscode/c_cpp_properties.json R100 arduino/test_led/.vscode/tasks.json arduino/programs/test_led/.vscode/tasks.json R100 arduino/test_led/Makefile arduino/programs/test_led/Makefile R100 arduino/test_led/test_led.ino arduino/programs/test_led/test_led.ino R100 arduino/test_pwm_hardware/.vscode/c_cpp_properties.json arduino/programs/test_pwm_hardware/.vscode/c_cpp_properties.json R100 arduino/test_pwm_hardware/.vscode/tasks.json arduino/programs/test_pwm_hardware/.vscode/tasks.json R100 arduino/test_pwm_hardware/Makefile arduino/programs/test_pwm_hardware/Makefile R100 arduino/test_pwm_hardware/test_pwm_hardware.ino arduino/programs/test_pwm_hardware/test_pwm_hardware.ino R100 arduino/test_serial/.vscode/c_cpp_properties.json arduino/programs/test_serial/.vscode/c_cpp_properties.json R100 arduino/test_serial/.vscode/tasks.json arduino/programs/test_serial/.vscode/tasks.json R100 arduino/test_serial/Makefile arduino/programs/test_serial/Makefile R100 arduino/test_serial/test_serial.ino arduino/programs/test_serial/test_serial.ino R100 arduino/test_servo/.vscode/c_cpp_properties.json arduino/programs/test_servo/.vscode/c_cpp_properties.json R100 arduino/test_servo/.vscode/tasks.json arduino/programs/test_servo/.vscode/tasks.json R100 arduino/test_servo/Makefile arduino/programs/test_servo/Makefile R100 arduino/test_servo/test_servo.ino arduino/programs/test_servo/test_servo.ino commit 2c91d99ac178bba44c8b44040d4f91b984cf6698 Author: svn Date: Sat Feb 21 23:52:50 2026 +0000 Added Arduino AVR Servo Test git-svn-id: svn+ssh://localhost/src/trunk/AVR@24506 06ee2f96-5407-11de-8bab-f3d7589a4122 A arduino/test_servo/.vscode/c_cpp_properties.json A arduino/test_servo/.vscode/tasks.json A arduino/test_servo/Makefile A arduino/test_servo/test_servo.ino commit cf7fab2a5f189b37985c068b7136616790116cc8 Author: svn Date: Sat Feb 21 23:49:11 2026 +0000 Prepend $(HOME)/.arduino15/libraries to --libraries git-svn-id: svn+ssh://localhost/src/trunk/AVR@24505 06ee2f96-5407-11de-8bab-f3d7589a4122 M arduino/test_button_led/Makefile M arduino/test_button_led_interrupt/Makefile M arduino/test_led/Makefile M arduino/test_pwm_hardware/Makefile M arduino/test_serial/Makefile commit 1ab8a7f9239889489a4c01f19e3cadc87403f5f0 Author: svn Date: Fri Feb 20 04:50:27 2026 +0000 Moved startup banner from loop() to setup(). git-svn-id: svn+ssh://localhost/src/trunk/AVR@24471 06ee2f96-5407-11de-8bab-f3d7589a4122 M arduino/test_led/test_led.ino commit d8de77f9d669d9b49fa1438a27d9a76bfd8dcea2 Author: svn Date: Fri Feb 20 04:39:27 2026 +0000 Added or modified startup banner git-svn-id: svn+ssh://localhost/src/trunk/AVR@24470 06ee2f96-5407-11de-8bab-f3d7589a4122 M arduino/test_button_led/test_button_led.ino M arduino/test_button_led_interrupt/test_button_led_interrupt.ino M arduino/test_led/test_led.ino M arduino/test_pwm_hardware/test_pwm_hardware.ino M arduino/test_serial/test_serial.ino commit decea891b8e5e229acd04f5a8c6c21ec27d28c8d Author: svn Date: Fri Feb 20 04:27:16 2026 +0000 Moved button to D3, which is an interrupt input. git-svn-id: svn+ssh://localhost/src/trunk/AVR@24469 06ee2f96-5407-11de-8bab-f3d7589a4122 M arduino/test_button_led/test_button_led.ino M arduino/test_button_led_interrupt/test_button_led_interrupt.ino commit f552d7b707232f86ed1a0e79763491bb7335f5b4 Author: svn Date: Fri Feb 20 01:22:49 2026 +0000 Updated hardware stack notes git-svn-id: svn+ssh://localhost/src/trunk/AVR@24468 06ee2f96-5407-11de-8bab-f3d7589a4122 M arduino/test_button_led/test_button_led.ino M arduino/test_button_led_interrupt/test_button_led_interrupt.ino commit 01f23663374e600f50a400cf3d405fa1636da49c Author: svn Date: Fri Feb 20 01:16:51 2026 +0000 Moved button to D12 and LED to D13 git-svn-id: svn+ssh://localhost/src/trunk/AVR@24467 06ee2f96-5407-11de-8bab-f3d7589a4122 M arduino/test_button_led/test_button_led.ino M arduino/test_button_led_interrupt/test_button_led_interrupt.ino commit 64f9048fda634ffa8ea2d794e94880e154b7716d Author: svn Date: Thu Feb 19 22:35:29 2026 +0000 Imported AVR_PWM 1.2.0. From https://github.com/khoih-prog/AVR_PWM.git git-svn-id: svn+ssh://localhost/src/trunk/AVR@24465 06ee2f96-5407-11de-8bab-f3d7589a4122 A arduino/libraries/AVR_PWM/CONTRIBUTING.md A arduino/libraries/AVR_PWM/LICENSE A arduino/libraries/AVR_PWM/README.md A arduino/libraries/AVR_PWM/changelog.md A arduino/libraries/AVR_PWM/examples/PWM_Basic/PWM_Basic.ino A arduino/libraries/AVR_PWM/examples/PWM_DynamicDutyCycle/PWM_DynamicDutyCycle.ino A arduino/libraries/AVR_PWM/examples/PWM_DynamicDutyCycle_Int/PWM_DynamicDutyCycle_Int.ino A arduino/libraries/AVR_PWM/examples/PWM_DynamicFreq/PWM_DynamicFreq.ino A arduino/libraries/AVR_PWM/examples/PWM_Multi/PWM_Multi.ino A arduino/libraries/AVR_PWM/examples/PWM_MultiChannel/PWM_MultiChannel.ino A arduino/libraries/AVR_PWM/examples/PWM_SpeedTest/PWM_SpeedTest.ino A arduino/libraries/AVR_PWM/examples/PWM_StepperControl/PWM_StepperControl.ino A arduino/libraries/AVR_PWM/examples/PWM_Waveform/PWM_Waveform.ino A arduino/libraries/AVR_PWM/examples/PWM_manual/PWM_manual.ino A arduino/libraries/AVR_PWM/keywords.txt A arduino/libraries/AVR_PWM/library.json A arduino/libraries/AVR_PWM/library.properties A arduino/libraries/AVR_PWM/platformio/platformio.ini A arduino/libraries/AVR_PWM/src/AVR_PWM.h A arduino/libraries/AVR_PWM/src/PWM_Generic_Debug.h A arduino/libraries/AVR_PWM/utils/astyle_library.conf A arduino/libraries/AVR_PWM/utils/restyle.sh commit c3589bc14a833251c566e776d3d5021336ee1e9f Author: svn Date: Thu Feb 19 22:32:23 2026 +0000 Added hardware PWM test git-svn-id: svn+ssh://localhost/src/trunk/AVR@24464 06ee2f96-5407-11de-8bab-f3d7589a4122 A arduino/test_pwm_hardware/.vscode/c_cpp_properties.json A arduino/test_pwm_hardware/.vscode/tasks.json A arduino/test_pwm_hardware/Makefile A arduino/test_pwm_hardware/test_pwm_hardware.ino commit c452fda384c288e061d1f8618b4f30525905d084 Author: svn Date: Thu Feb 19 22:26:20 2026 +0000 Added --libraries $(AVRSRC)/arduino/libraries to COMPILEFLAGS git-svn-id: svn+ssh://localhost/src/trunk/AVR@24463 06ee2f96-5407-11de-8bab-f3d7589a4122 M arduino/test_button_led/Makefile M arduino/test_button_led_interrupt/Makefile M arduino/test_led/Makefile M arduino/test_serial/Makefile commit 9b0d9769948b0ae240b68ec025cab63c54b4c376 Author: svn Date: Thu Feb 19 22:25:01 2026 +0000 Added libraries/ to includePath git-svn-id: svn+ssh://localhost/src/trunk/AVR@24462 06ee2f96-5407-11de-8bab-f3d7589a4122 M arduino/test_button_led/.vscode/c_cpp_properties.json M arduino/test_button_led_interrupt/.vscode/c_cpp_properties.json M arduino/test_led/.vscode/c_cpp_properties.json M arduino/test_serial/.vscode/c_cpp_properties.json commit 13b404aee42d45c5f026b5f9f50a2a0fc0fcf36b Author: svn Date: Thu Feb 19 00:44:03 2026 +0000 Updated the copyright year. git-svn-id: svn+ssh://localhost/src/trunk/AVR@24454 06ee2f96-5407-11de-8bab-f3d7589a4122 M COPYING commit e95c08aa0b77ac603f23ef3a108699498701e42c Author: svn Date: Sun Feb 15 23:54:59 2026 +0000 Minor edits git-svn-id: svn+ssh://localhost/src/trunk/AVR@24424 06ee2f96-5407-11de-8bab-f3d7589a4122 M arduino/test_button_led/test_button_led.ino M arduino/test_button_led_interrupt/test_button_led_interrupt.ino commit a0c805059fe10d9faca35df64a4e11df5ddd13c4 Author: svn Date: Sun Feb 15 23:47:39 2026 +0000 Cosmetic cleanups git-svn-id: svn+ssh://localhost/src/trunk/AVR@24422 06ee2f96-5407-11de-8bab-f3d7589a4122 M arduino/test_button_led/test_button_led.ino M arduino/test_button_led_interrupt/test_button_led_interrupt.ino M arduino/test_led/test_led.ino commit 9f7ca54c24d8f914a119c08aa34453ea537ff5f7 Author: svn Date: Sun Feb 15 20:49:38 2026 +0000 Added support for optional COMPILEFLAGS Principally --versbose git-svn-id: svn+ssh://localhost/src/trunk/AVR@24408 06ee2f96-5407-11de-8bab-f3d7589a4122 M arduino/test_button_led/Makefile M arduino/test_button_led_interrupt/Makefile M arduino/test_led/Makefile M arduino/test_serial/Makefile commit 8ee92cd9995878d2c6b5644d773564f19af87e37 Author: svn Date: Sat Feb 14 19:57:38 2026 +0000 Updated for Linux. On Windows, you now need to do the following: mklink /J .arduino15 %HOMEDRIVE%%HOMEPATH%\AppData\Local\Arduino15 git-svn-id: svn+ssh://localhost/src/trunk/AVR@24406 06ee2f96-5407-11de-8bab-f3d7589a4122 M arduino/test_button_led/.vscode/c_cpp_properties.json M arduino/test_button_led_interrupt/.vscode/c_cpp_properties.json M arduino/test_led/.vscode/c_cpp_properties.json M arduino/test_serial/.vscode/c_cpp_properties.json commit 5cbd8a3abb48abba4ae27213f04398dd3c3eb32e Author: svn Date: Sat Feb 14 16:07:30 2026 +0000 Reorganized Arduino code trees git-svn-id: svn+ssh://localhost/src/trunk/AVR@24405 06ee2f96-5407-11de-8bab-f3d7589a4122 D arduino/libraries/readme.txt R100 arduino/scripts/install-core-avr arduino/scripts/install-core commit 7a986e3d4edf2f1d24166439c2103412a52cfd59 Author: svn Date: Sat Feb 14 08:33:02 2026 +0000 Added #include This otherwise redundant include is necessary to make Visual Studio Code Intellisense work. git-svn-id: svn+ssh://localhost/src/trunk/AVR@24404 06ee2f96-5407-11de-8bab-f3d7589a4122 M arduino/test_button_led/test_button_led.ino M arduino/test_button_led_interrupt/test_button_led_interrupt.ino M arduino/test_serial/test_serial.ino commit c08b09dce966a2a79e85079e9d6ed39e3cf4c64c Author: svn Date: Sat Feb 14 08:12:18 2026 +0000 Added missing comma git-svn-id: svn+ssh://localhost/src/trunk/AVR@24401 06ee2f96-5407-11de-8bab-f3d7589a4122 M arduino/test_button_led/.vscode/tasks.json M arduino/test_button_led_interrupt/.vscode/tasks.json M arduino/test_led/.vscode/tasks.json M arduino/test_led/test_led.ino M arduino/test_serial/.vscode/tasks.json commit 67ae9148239476e6ff2fd6717a107f12cdb63217 Author: svn Date: Sat Feb 14 08:05:01 2026 +0000 Added .vscode/c_cpp_properties.json This makes Intellisense work. git-svn-id: svn+ssh://localhost/src/trunk/AVR@24400 06ee2f96-5407-11de-8bab-f3d7589a4122 A arduino/test_button_led/.vscode/c_cpp_properties.json A arduino/test_button_led_interrupt/.vscode/c_cpp_properties.json A arduino/test_led/.vscode/c_cpp_properties.json A arduino/test_serial/.vscode/c_cpp_properties.json commit b5640ae2a98ffcf664cf285b99509daac71b2e00 Author: svn Date: Sat Feb 14 07:57:35 2026 +0000 Changed LED to LED_BUILTIN git-svn-id: svn+ssh://localhost/src/trunk/AVR@24399 06ee2f96-5407-11de-8bab-f3d7589a4122 M arduino/test_led/test_led.ino commit 329005c7b88844e279956de793baee6ed6b4f9f1 Author: svn Date: Thu Feb 12 20:57:40 2026 +0000 Imported libraries/ and scripts/ git-svn-id: svn+ssh://localhost/src/trunk/AVR@24387 06ee2f96-5407-11de-8bab-f3d7589a4122 A arduino/libraries/readme.txt A arduino/scripts/install-core-avr commit f35b13222c2a06c367f44a5cdb7da5ff566973f9 Author: svn Date: Thu Feb 12 20:55:48 2026 +0000 Imported more test programs. git-svn-id: svn+ssh://localhost/src/trunk/AVR@24386 06ee2f96-5407-11de-8bab-f3d7589a4122 A arduino/test_button_led/.vscode/tasks.json A arduino/test_button_led/Makefile A arduino/test_button_led/test_button_led.ino A arduino/test_button_led_interrupt/.vscode/tasks.json A arduino/test_button_led_interrupt/Makefile A arduino/test_button_led_interrupt/test_button_led_interrupt.ino A arduino/test_serial/.vscode/tasks.json A arduino/test_serial/Makefile A arduino/test_serial/test_serial.ino commit d855ce73025d40738f06d41ad005a2e280ab62d4 Author: svn Date: Thu Feb 12 20:52:47 2026 +0000 Imported LED test. git-svn-id: svn+ssh://localhost/src/trunk/AVR@24385 06ee2f96-5407-11de-8bab-f3d7589a4122 A arduino/test_led/.vscode/tasks.json A arduino/test_led/Makefile A arduino/test_led/test_led.ino commit d933f10078d8cae7244211e69a2e9b972ef03b26 Author: svn Date: Sun Mar 30 19:39:25 2025 +0000 Don't need this no more. git-svn-id: svn+ssh://localhost/src/trunk/AVR@23078 06ee2f96-5407-11de-8bab-f3d7589a4122 D README.html D README.txt commit 8da82d05e1f1f613648cd4409a68af04798859ba Author: svn Date: Sun Mar 30 19:31:16 2025 +0000 Updated copyright year and business name. git-svn-id: svn+ssh://localhost/src/trunk/AVR@23076 06ee2f96-5407-11de-8bab-f3d7589a4122 M COPYING commit 866b1e15a83596032747cc0bf61426d4983a8396 Author: svn Date: Sat Jun 20 23:13:45 2020 +0000 Renamed demos/ to examples/ git-svn-id: svn+ssh://localhost/src/trunk/AVR@18467 06ee2f96-5407-11de-8bab-f3d7589a4122 R100 gcc/demos/Makefile gcc/examples/Makefile R100 gcc/demos/test_adc.c gcc/examples/test_adc.c R100 gcc/demos/test_conio.c gcc/examples/test_conio.c R100 gcc/demos/test_gpio.c gcc/examples/test_gpio.c R100 gcc/demos/test_led.c gcc/examples/test_led.c commit fc1791976dd29cab2fc2921d5905ae8e6653798a Author: svn Date: Fri Apr 12 09:48:08 2019 +0000 AVR-Libc doesn't export read() or write() git-svn-id: svn+ssh://localhost/src/trunk/AVR@17101 06ee2f96-5407-11de-8bab-f3d7589a4122 M gcc/common/libstream.c commit f259a042040f6def4f939ca3b923a66ea006a691 Author: svn Date: Fri Apr 12 09:46:36 2019 +0000 Consistently include cpu.h git-svn-id: svn+ssh://localhost/src/trunk/AVR@17100 06ee2f96-5407-11de-8bab-f3d7589a4122 M gcc/common/adc.c M gcc/common/conio.c M gcc/common/uart.c commit 94694b544f8b1f77117f704c91478db611a8b40a Author: svn Date: Fri Apr 12 09:44:22 2019 +0000 Include usb_serial.h, too git-svn-id: svn+ssh://localhost/src/trunk/AVR@17099 06ee2f96-5407-11de-8bab-f3d7589a4122 M gcc/include/cpu.h commit ec63a3c77cf45eac174c90e902527e6db231e62c Author: svn Date: Fri Apr 12 09:41:51 2019 +0000 Include uart.h git-svn-id: svn+ssh://localhost/src/trunk/AVR@17098 06ee2f96-5407-11de-8bab-f3d7589a4122 M gcc/include/cpu.h commit 5d9c02226dc7b18ee0c3e4d02aca3855b4aee36d Author: svn Date: Fri Apr 12 09:39:10 2019 +0000 Bracket definitions with _BEGIN_STD_C / _END_STD_C git-svn-id: svn+ssh://localhost/src/trunk/AVR@17097 06ee2f96-5407-11de-8bab-f3d7589a4122 M gcc/include/adc.h M gcc/include/conio.h M gcc/include/cpu.h M gcc/include/errno.h M gcc/include/uart.h M gcc/include/usb_serial.h commit c26c10479497d47485a8bbdf5c025ca4e036481e Author: svn Date: Fri Apr 12 09:37:33 2019 +0000 Consistently #include git-svn-id: svn+ssh://localhost/src/trunk/AVR@17096 06ee2f96-5407-11de-8bab-f3d7589a4122 M gcc/demos/test_adc.c M gcc/demos/test_conio.c M gcc/demos/test_gpio.c M gcc/demos/test_led.c commit ce770542e7ca37435c9ed0c08bafc84bc51eced9 Author: svn Date: Thu Mar 28 07:49:56 2019 +0000 Set success error code in STREAM_change_readfn() and STREAM_change_writefn() git-svn-id: svn+ssh://localhost/src/trunk/AVR@16998 06ee2f96-5407-11de-8bab-f3d7589a4122 M gcc/common/libstream.c commit 037feb8d38b333289a801586a1fd3d188ccaecae Author: svn Date: Tue Mar 19 10:11:35 2019 +0000 Tweaked includes for the various supported platforms git-svn-id: svn+ssh://localhost/src/trunk/AVR@16982 06ee2f96-5407-11de-8bab-f3d7589a4122 M gcc/include/libstream.h commit 9e73329efa462b674e30dc4a80bf89d94e19c53b Author: svn Date: Mon Mar 18 14:41:45 2019 +0000 Upgraded toolchain git-svn-id: svn+ssh://localhost/src/trunk/AVR@16977 06ee2f96-5407-11de-8bab-f3d7589a4122 M README.html M README.txt commit c75c2327b19f0799496cf6b93fb1e6dc3963782a Author: svn Date: Mon Mar 18 14:33:35 2019 +0000 Make the size of the receive buffer configurable. git-svn-id: svn+ssh://localhost/src/trunk/AVR@16976 06ee2f96-5407-11de-8bab-f3d7589a4122 M gcc/common/uart.c commit c8c8b3e492502971abd5563087a03748a240012a Author: svn Date: Mon Mar 18 13:25:04 2019 +0000 Removed definition for F_CPU git-svn-id: svn+ssh://localhost/src/trunk/AVR@16974 06ee2f96-5407-11de-8bab-f3d7589a4122 M gcc/demos/test_led.c commit 8c273981ef9cd73253270444adb843b0f6d9724c Author: svn Date: Mon Mar 18 12:19:58 2019 +0000 Created replacement errno.h. Use it instead of the errno.h supplied with AVR-libc. git-svn-id: svn+ssh://localhost/src/trunk/AVR@16973 06ee2f96-5407-11de-8bab-f3d7589a4122 A gcc/include/errno.h commit fe82b6598c694e40e6b4f6bf3d6bf961c4e896d5 Author: svn Date: Mon Mar 18 12:18:38 2019 +0000 AVR-libc does not define size_t or ssize_t git-svn-id: svn+ssh://localhost/src/trunk/AVR@16972 06ee2f96-5407-11de-8bab-f3d7589a4122 M gcc/include/libstream.h commit 764a075a0de6833ce383cb9d24e26218dbc933f6 Author: svn Date: Mon Mar 18 11:51:15 2019 +0000 Added libstream.o git-svn-id: svn+ssh://localhost/src/trunk/AVR@16971 06ee2f96-5407-11de-8bab-f3d7589a4122 M gcc/common/common.mk commit 42f5f6b8a64dd63ab5fc99a4d1dbd8a7b787997d Author: svn Date: Mon Mar 18 10:56:18 2019 +0000 Allow adding to the list of object files git-svn-id: svn+ssh://localhost/src/trunk/AVR@16968 06ee2f96-5407-11de-8bab-f3d7589a4122 M gcc/common/common.mk commit 3614715fa9b4d91de709e10a717905deddc327cf Author: svn Date: Mon Mar 18 10:30:43 2019 +0000 Added support for C++. Changed suffix rules to pattern rules. git-svn-id: svn+ssh://localhost/src/trunk/AVR@16967 06ee2f96-5407-11de-8bab-f3d7589a4122 M gcc/include/AVR.mk commit 255c49005430517653fafce159fb2b71050619b2 Author: svn Date: Mon Mar 18 10:29:45 2019 +0000 Added default target git-svn-id: svn+ssh://localhost/src/trunk/AVR@16966 06ee2f96-5407-11de-8bab-f3d7589a4122 M gcc/demos/Makefile commit 8960fc45dc81d935f3e9559ab9d69813334445bb Author: svn Date: Mon Mar 18 10:26:43 2019 +0000 Added to comment git-svn-id: svn+ssh://localhost/src/trunk/AVR@16965 06ee2f96-5407-11de-8bab-f3d7589a4122 M gcc/demos/test_led.c commit 2ee16f482f11996ce1b9e580bf0570551d07f322 Author: svn Date: Mon Mar 18 10:25:47 2019 +0000 Added LED test git-svn-id: svn+ssh://localhost/src/trunk/AVR@16964 06ee2f96-5407-11de-8bab-f3d7589a4122 A gcc/demos/test_led.c commit cf2bb2c8e27181511d6e4960c983d53440a8990d Author: svn Date: Mon Mar 18 10:18:42 2019 +0000 Imported cplusplus.h git-svn-id: svn+ssh://localhost/src/trunk/AVR@16963 06ee2f96-5407-11de-8bab-f3d7589a4122 A gcc/include/cplusplus.h commit 008fcc706d48fc0b29ccc0eabbc73d21d4013abe Author: svn Date: Mon Mar 18 10:18:23 2019 +0000 Added support for GPIO bit operations git-svn-id: svn+ssh://localhost/src/trunk/AVR@16962 06ee2f96-5407-11de-8bab-f3d7589a4122 A gcc/include/gpio.h A gcc/include/sbit.h commit 5a2c175a70a274e19f19ab49644487f3c497c110 Author: svn Date: Mon Mar 18 10:17:37 2019 +0000 Imported libstream git-svn-id: svn+ssh://localhost/src/trunk/AVR@16961 06ee2f96-5407-11de-8bab-f3d7589a4122 A gcc/common/libstream.c A gcc/include/libstream.h commit 76115713fa0676081322d886c7cb9d1cda55f397 Author: svn Date: Mon Mar 18 10:16:47 2019 +0000 Upgraded binutils to 2.32. Upgraded gcc to 8.3.0. Enable C++. git-svn-id: svn+ssh://localhost/src/trunk/AVR@16960 06ee2f96-5407-11de-8bab-f3d7589a4122 M gcc/toolchain/Makefile commit ff9ae27166ad1a88a30e8f848fe4c7fd85a75f0b Author: svn Date: Sat Mar 16 09:35:28 2019 +0000 Added goop for Mikropascal git-svn-id: svn+ssh://localhost/src/trunk/AVR@16949 06ee2f96-5407-11de-8bab-f3d7589a4122 M README.html M README.txt commit 51b730c04dbe6788218c11da6cb744359065415c Author: svn Date: Sat Mar 16 09:21:23 2019 +0000 Use avrdude.mk and teensy.mk git-svn-id: svn+ssh://localhost/src/trunk/AVR@16947 06ee2f96-5407-11de-8bab-f3d7589a4122 M gcc/include/AVR.mk commit a0c7b1822d3b795b06297d4317b4de0e88296476 Author: svn Date: Sat Mar 16 08:42:59 2019 +0000 Changed ATMEGA1284P to ATMEGA1284 git-svn-id: svn+ssh://localhost/src/trunk/AVR@16946 06ee2f96-5407-11de-8bab-f3d7589a4122 M mikropascal/ATmega1284/test_led/test_led.mppav commit 2a4161437b22dc77104f8cf77d84a662b2558bed Author: svn Date: Sat Mar 16 08:42:04 2019 +0000 Enable SPI programming, for AVR ISP II git-svn-id: svn+ssh://localhost/src/trunk/AVR@16945 06ee2f96-5407-11de-8bab-f3d7589a4122 M mikropascal/ATmega1284/test_led/test_led.cfg commit 27ff75b426d1380f6f9693e36e9ef26ad3a4dabf Author: svn Date: Sat Mar 16 08:41:20 2019 +0000 Changed the MCU type to atmega1284 git-svn-id: svn+ssh://localhost/src/trunk/AVR@16944 06ee2f96-5407-11de-8bab-f3d7589a4122 M mikropascal/ATmega1284/test_led/Makefile commit 23f899aaaa5bd3a4c5aa0e62af3f144c2a7b7ef3 Author: svn Date: Sat Mar 16 08:31:05 2019 +0000 More tweaking of the fuse bits. git-svn-id: svn+ssh://localhost/src/trunk/AVR@16943 06ee2f96-5407-11de-8bab-f3d7589a4122 M mikropascal/ATmega1284/test_led/test_led.cfg commit 11f47d976490ec98dc7ffece446aee9342bc6726 Author: svn Date: Fri Mar 15 12:34:22 2019 +0000 Changed to ATmega1284P git-svn-id: svn+ssh://localhost/src/trunk/AVR@16940 06ee2f96-5407-11de-8bab-f3d7589a4122 M mikropascal/ATmega1284/test_led/test_led.cfg commit d56f6281f1226d27b525fd9e4eaf499e239ae5f6 Author: svn Date: Fri Mar 15 07:31:52 2019 +0000 Twiddled fuse bits git-svn-id: svn+ssh://localhost/src/trunk/AVR@16935 06ee2f96-5407-11de-8bab-f3d7589a4122 M mikropascal/ATmega1284/test_led/test_led.cfg commit 6e17f4878aa5e7375e78d8da98dd9d77173f2b8b Author: svn Date: Fri Mar 15 07:31:23 2019 +0000 Toggle PA0 git-svn-id: svn+ssh://localhost/src/trunk/AVR@16934 06ee2f96-5407-11de-8bab-f3d7589a4122 M mikropascal/ATmega1284/test_led/test_led.mpas commit 243b902594cb9d1b0952018d9630c73d03c01c76 Author: svn Date: Fri Mar 15 07:09:20 2019 +0000 Updated compiler flags git-svn-id: svn+ssh://localhost/src/trunk/AVR@16933 06ee2f96-5407-11de-8bab-f3d7589a4122 M mikropascal/include/mikropascal.mk commit 6b244d4874610812174b7e738e221ccda2d25feb Author: svn Date: Thu Mar 14 18:11:00 2019 +0000 Switched from ATmega32 to ATmega1284P git-svn-id: svn+ssh://localhost/src/trunk/AVR@16932 06ee2f96-5407-11de-8bab-f3d7589a4122 R098 mikropascal/ATmega32/test_led/Makefile mikropascal/ATmega1284/test_led/Makefile R081 mikropascal/ATmega32/test_led/test_led.cfg mikropascal/ATmega1284/test_led/test_led.cfg R100 mikropascal/ATmega32/test_led/test_led.mpas mikropascal/ATmega1284/test_led/test_led.mpas R088 mikropascal/ATmega32/test_led/test_led.mppav mikropascal/ATmega1284/test_led/test_led.mppav commit 0689cef24e6d3698a70f26fe51b390f0946f490c Author: svn Date: Thu Mar 14 08:46:46 2019 +0000 Started adding support for building AVR microcontroller application programs with Mikroelektronika Mikropascal git-svn-id: svn+ssh://localhost/src/trunk/AVR@16930 06ee2f96-5407-11de-8bab-f3d7589a4122 A include/avrdude.mk A include/teensy.mk A mikropascal/ATmega32/test_led/Makefile A mikropascal/ATmega32/test_led/test_led.cfg A mikropascal/ATmega32/test_led/test_led.mpas A mikropascal/ATmega32/test_led/test_led.mppav A mikropascal/include/mikropascal.mk commit 629380805882e71fe49fee258dc4e5a75ed63be0 Author: svn Date: Tue Feb 26 09:14:32 2019 +0000 Update git repository link git-svn-id: svn+ssh://localhost/src/trunk/AVR@16849 06ee2f96-5407-11de-8bab-f3d7589a4122 M README.html M README.txt commit 5fdb462ff2a45db370b68ef45b0d028782f925fe Author: svn Date: Mon Feb 25 09:03:28 2019 +0000 Updated copyright years git-svn-id: svn+ssh://localhost/src/trunk/AVR@16834 06ee2f96-5407-11de-8bab-f3d7589a4122 M COPYING commit ec3f233705589860de14d665f366778497d607a0 Author: svn Date: Mon Feb 25 08:57:37 2019 +0000 Removed copyright section in favor of COPYING file git-svn-id: svn+ssh://localhost/src/trunk/AVR@16831 06ee2f96-5407-11de-8bab-f3d7589a4122 M README.html M README.txt commit 7cf319ffe085e4576f911b3d80f3a7a3c4fb436b Author: svn Date: Wed Aug 15 11:40:40 2018 +0000 Added COPYING file with copyright and license text. git-svn-id: svn+ssh://localhost/src/trunk/AVR@15332 06ee2f96-5407-11de-8bab-f3d7589a4122 A COPYING commit 2b85fe14204b7a22c2a709105c671dbe5344a38e Author: svn Date: Thu Jan 11 08:49:51 2018 +0000 Updated the copyright year for 2018 git-svn-id: svn+ssh://localhost/src/trunk/AVR@14036 06ee2f96-5407-11de-8bab-f3d7589a4122 M gcc/include/legorc.h commit 2f5ce1838cb05a4edb13a681b785fe915a391571 Author: svn Date: Thu Jan 11 08:44:15 2018 +0000 Updated the copyright year for 2018. git-svn-id: svn+ssh://localhost/src/trunk/AVR@14035 06ee2f96-5407-11de-8bab-f3d7589a4122 M README.html M README.txt M gcc/common/adc.c M gcc/common/common.mk M gcc/common/conio.c M gcc/common/uart.c M gcc/demos/Makefile M gcc/demos/test_adc.c M gcc/demos/test_conio.c M gcc/demos/test_gpio.c M gcc/include/AVR.mk M gcc/include/adc.h M gcc/include/conio.h M gcc/include/cpu.h M gcc/include/uart.h M gcc/toolchain/Makefile M gcc/toolchain/Makefile.cross commit cd71148a7c87ef883e1d0e5c276f3761f8dc4eff Author: svn Date: Tue Sep 19 10:10:53 2017 +0000 Upgraded binutils to 2.29 and gcc to 7.2.0. git-svn-id: svn+ssh://localhost/src/trunk/AVR@13408 06ee2f96-5407-11de-8bab-f3d7589a4122 M README.html M README.txt commit eb90c8ebc9c8f90b89774d694e0b6e39299ed8b6 Author: svn Date: Tue Sep 19 10:06:34 2017 +0000 Upgraded binutils to 2.29, gcc to 7.2.0, and libiconv to 1.15. git-svn-id: svn+ssh://localhost/src/trunk/AVR@13407 06ee2f96-5407-11de-8bab-f3d7589a4122 M gcc/toolchain/Makefile D gcc/toolchain/libiconv.patch commit 7e599f36c26f73a9a7f37e5e0f6422e7a965c51f Author: svn Date: Thu Jun 8 06:48:03 2017 +0000 Removed superfluous "All rights reserved." from copyright message. git-svn-id: svn+ssh://localhost/src/trunk/AVR@12787 06ee2f96-5407-11de-8bab-f3d7589a4122 M gcc/toolchain/Makefile M gcc/toolchain/Makefile.cross commit 570fc06c4d23e296f85e0959463f0b55c9c7e332 Author: svn Date: Thu Mar 23 09:40:18 2017 +0000 Removed more trailing whitespace git-svn-id: svn+ssh://localhost/src/trunk/AVR@12235 06ee2f96-5407-11de-8bab-f3d7589a4122 M gcc/common/usb_serial.inf commit f4a65eb9a60de16f3ba32890c670656cc0028680 Author: svn Date: Wed Mar 22 08:03:58 2017 +0000 Removed trailing tabs git-svn-id: svn+ssh://localhost/src/trunk/AVR@12211 06ee2f96-5407-11de-8bab-f3d7589a4122 M gcc/common/usb_serial.c commit 5321ccab3e62a4d09229bdebf8d9c921249fa40d Author: svn Date: Sun Mar 19 20:26:24 2017 +0000 Added a parameter to SendCommand() to select whether the command should be repeated or just sent one time. git-svn-id: svn+ssh://localhost/src/trunk/AVR@12192 06ee2f96-5407-11de-8bab-f3d7589a4122 M gcc/include/legorc.h commit c08bf5400479eb6f672c4151e3e2877b137fea00 Author: svn Date: Sat Mar 18 10:25:52 2017 +0000 Removed an extra period. git-svn-id: svn+ssh://localhost/src/trunk/AVR@12183 06ee2f96-5407-11de-8bab-f3d7589a4122 M README.html M README.txt commit 24b6d5f43a0c677e23215c0b16ea38a5648edfce Author: svn Date: Fri Mar 17 10:18:29 2017 +0000 Do not include stdint.h anymore. git-svn-id: svn+ssh://localhost/src/trunk/AVR@12181 06ee2f96-5407-11de-8bab-f3d7589a4122 M gcc/include/legorc.h commit 82c5e189a31e9b609fa16c469f588245012c81b4 Author: svn Date: Fri Mar 17 06:47:56 2017 +0000 Added a userdata parameter to SendCommand() and its subordinates. Made LED control optional. git-svn-id: svn+ssh://localhost/src/trunk/AVR@12177 06ee2f96-5407-11de-8bab-f3d7589a4122 M gcc/include/legorc.h commit a0618c2cb4acc181240c5cd3b2888edd243d9af6 Author: svn Date: Fri Mar 17 05:40:24 2017 +0000 Upgraded binutils to 2.28 and gcc to 6.3.0. Imported legorc.h. git-svn-id: svn+ssh://localhost/src/trunk/AVR@12176 06ee2f96-5407-11de-8bab-f3d7589a4122 M README.html M README.txt commit 4fec67dede7d738ef0976556a4b27ecdb2651501 Author: svn Date: Fri Mar 17 05:35:01 2017 +0000 Upgraded binutils to 2.28 and gcc to 6.3.0. git-svn-id: svn+ssh://localhost/src/trunk/AVR@12175 06ee2f96-5407-11de-8bab-f3d7589a4122 M gcc/toolchain/Makefile commit 8fdf1270732c1718ba556fb185594fe98214bb23 Author: svn Date: Thu Mar 16 20:46:13 2017 +0000 Imported LEGO Power Functions Remote Control Protocol git-svn-id: svn+ssh://localhost/src/trunk/AVR@12172 06ee2f96-5407-11de-8bab-f3d7589a4122 A gcc/include/legorc.h commit 71425b22d3d347c110e9fb984f2f00b97623a4ad Author: svn Date: Wed Mar 15 13:01:44 2017 +0000 Changed ARM to AVR in a comment git-svn-id: svn+ssh://localhost/src/trunk/AVR@12170 06ee2f96-5407-11de-8bab-f3d7589a4122 M gcc/toolchain/Makefile.cross commit 1809626e87cf23c662b041a1fe40e524457acc1f Author: svn Date: Wed Mar 15 12:52:31 2017 +0000 Added gcc/ to URL git-svn-id: svn+ssh://localhost/src/trunk/AVR@12169 06ee2f96-5407-11de-8bab-f3d7589a4122 M gcc/toolchain/README.html M gcc/toolchain/README.txt commit 63fcd285aeae7afaf26a9b65079df5d99dc7624f Author: svn Date: Sun Mar 12 08:29:45 2017 +0000 Moved all gcc toolchain items down one directory level into gcc/ git-svn-id: svn+ssh://localhost/src/trunk/AVR@12154 06ee2f96-5407-11de-8bab-f3d7589a4122 R100 common/adc.c gcc/common/adc.c R097 common/common.mk gcc/common/common.mk R100 common/conio.c gcc/common/conio.c R100 common/uart.c gcc/common/uart.c R100 common/usb_serial.c gcc/common/usb_serial.c R100 common/usb_serial.inf gcc/common/usb_serial.inf R092 test/Makefile gcc/demos/Makefile R100 test/test_adc.c gcc/demos/test_adc.c R100 test/test_conio.c gcc/demos/test_conio.c R100 test/test_gpio.c gcc/demos/test_gpio.c R097 include/AVR.mk gcc/include/AVR.mk R100 include/adc.h gcc/include/adc.h R100 include/conio.h gcc/include/conio.h R100 include/cpu.h gcc/include/cpu.h R100 include/uart.h gcc/include/uart.h R100 include/usb_serial.h gcc/include/usb_serial.h R100 toolchain/Makefile gcc/toolchain/Makefile R100 toolchain/Makefile.cross gcc/toolchain/Makefile.cross R100 toolchain/README.html gcc/toolchain/README.html R100 toolchain/README.txt gcc/toolchain/README.txt R100 toolchain/control gcc/toolchain/control R100 toolchain/libiconv.patch gcc/toolchain/libiconv.patch commit 7c715ad7d5e0388c0d2bbce9aba2f50d4b7e6929 Author: svn Date: Wed Jan 4 08:27:14 2017 +0000 Upgraded copyright message for 2017 git-svn-id: svn+ssh://localhost/src/trunk/AVR@11696 06ee2f96-5407-11de-8bab-f3d7589a4122 M README.html M README.txt M common/adc.c M common/common.mk M common/conio.c M common/uart.c M include/AVR.mk M include/adc.h M include/conio.h M include/cpu.h M include/uart.h M test/Makefile M test/test_adc.c M test/test_conio.c M test/test_gpio.c M toolchain/Makefile M toolchain/Makefile.cross commit c30f3bf849d54957803f78fd52dc1f9cc735b528 Author: svn Date: Mon Nov 21 17:15:37 2016 +0000 Upgraded binutils to 2.27. Upgraded gcc to 6.2.0. git-svn-id: svn+ssh://localhost/src/trunk/AVR@11529 06ee2f96-5407-11de-8bab-f3d7589a4122 M README.html M README.txt M toolchain/Makefile commit c4e2d2991a0c550f0fd72279fd6c25330b3aa355 Author: svn Date: Tue Oct 18 07:46:13 2016 +0000 Use absolute link for Makefile.cross git-svn-id: svn+ssh://localhost/src/trunk/AVR@11304 06ee2f96-5407-11de-8bab-f3d7589a4122 M toolchain/README.html M toolchain/README.txt commit 5560c53ba46a9943f7e942b3d36dd60164bdbc83 Author: svn Date: Tue Oct 18 06:58:21 2016 +0000 Updated link for ARM microcontrollers framework. git-svn-id: svn+ssh://localhost/src/trunk/AVR@11302 06ee2f96-5407-11de-8bab-f3d7589a4122 M README.html M README.txt commit 112b99f5368a14344cd8bacf2f2ffb6585a34c44 Author: svn Date: Tue Oct 18 06:56:18 2016 +0000 Updated the link for Makefile.cross git-svn-id: svn+ssh://localhost/src/trunk/AVR@11301 06ee2f96-5407-11de-8bab-f3d7589a4122 M toolchain/README.html M toolchain/README.txt commit d1ecd20dc497bf03a739109741b509ae57a5a84d Author: svn Date: Fri Jun 3 10:11:59 2016 +0000 Renamed control.template to just control. git-svn-id: svn+ssh://localhost/src/trunk/AVR@10600 06ee2f96-5407-11de-8bab-f3d7589a4122 M toolchain/Makefile R100 toolchain/control.template toolchain/control commit 8839f12fe303fbb35862b2b7901baff93e55de42 Author: svn Date: Wed Apr 6 14:32:47 2016 +0000 Minor tweaks for MacOS X git-svn-id: svn+ssh://localhost/src/trunk/AVR@10362 06ee2f96-5407-11de-8bab-f3d7589a4122 M toolchain/Makefile commit 8afdc48ffce148ac6ec8382bc6e298db1aa5fc5c Author: svn Date: Wed Apr 6 11:04:44 2016 +0000 Added SED=sed macro, for MacOS (which needs SED=gsed) git-svn-id: svn+ssh://localhost/src/trunk/AVR@10360 06ee2f96-5407-11de-8bab-f3d7589a4122 M toolchain/Makefile commit 1d2145b572a198311c99f6496a461b2f47844fe3 Author: svn Date: Wed Apr 6 07:48:26 2016 +0000 Changed the date and version number for the new toolchain release. git-svn-id: svn+ssh://localhost/src/trunk/AVR@10357 06ee2f96-5407-11de-8bab-f3d7589a4122 M README.html M README.txt commit cae42353e079cf7fdd98633ac46f0a5b116b1e7f Author: svn Date: Wed Apr 6 07:30:43 2016 +0000 Added openbsd to the package file name git-svn-id: svn+ssh://localhost/src/trunk/AVR@10355 06ee2f96-5407-11de-8bab-f3d7589a4122 M toolchain/Makefile commit 431d7f7be331c0729894b3e0d1d46323c858c4aa Author: svn Date: Wed Apr 6 06:34:22 2016 +0000 Changed the package version number from YYYY-DDD to YYYY.DDD git-svn-id: svn+ssh://localhost/src/trunk/AVR@10352 06ee2f96-5407-11de-8bab-f3d7589a4122 M toolchain/Makefile commit 23408beeb493818702ee06492ec1addd4445bd8a Author: svn Date: Tue Apr 5 06:37:10 2016 +0000 Added missing license text git-svn-id: svn+ssh://localhost/src/trunk/AVR@10350 06ee2f96-5407-11de-8bab-f3d7589a4122 M toolchain/Makefile.cross commit 2fdcb463bd86fb952712af70dda74ce25d1c4c7d Author: svn Date: Tue Apr 5 06:36:18 2016 +0000 Meant to remove specfile.template, not control.template git-svn-id: svn+ssh://localhost/src/trunk/AVR@10349 06ee2f96-5407-11de-8bab-f3d7589a4122 A toolchain/control.template D toolchain/specfile.template commit af6a2a2f67f3078a61535071f663dea4d4adccbc Author: svn Date: Tue Apr 5 06:27:02 2016 +0000 Added my name to the questions or comments line. git-svn-id: svn+ssh://localhost/src/trunk/AVR@10345 06ee2f96-5407-11de-8bab-f3d7589a4122 M toolchain/README.html M toolchain/README.txt commit 619e237953c24b9f3cbfac447e62fb297b1cf78c Author: svn Date: Tue Apr 5 06:25:23 2016 +0000 Updated notes git-svn-id: svn+ssh://localhost/src/trunk/AVR@10344 06ee2f96-5407-11de-8bab-f3d7589a4122 M toolchain/README.html M toolchain/README.txt commit 779a5b3fb6773bf67da50395b793938903bacb89 Author: svn Date: Tue Apr 5 06:08:41 2016 +0000 We don't build RPM packages anymore. git-svn-id: svn+ssh://localhost/src/trunk/AVR@10341 06ee2f96-5407-11de-8bab-f3d7589a4122 D toolchain/control.template commit aad05e577342fe668a34f7e7f7e9fe4679a31267 Author: svn Date: Mon Apr 4 11:13:03 2016 +0000 Toolchain release 2016-095: Upgraded binutils to 2.26 and avr-libc to 2.0.0. git-svn-id: svn+ssh://localhost/src/trunk/AVR@10339 06ee2f96-5407-11de-8bab-f3d7589a4122 M README.html M README.txt M toolchain/Makefile commit 181723593f2ca01c9d483c2b256a0f7a5aa982f2 Author: svn Date: Thu Mar 31 09:04:54 2016 +0000 Renamed Makefile.rpi to Makefile.cross and tweaked things to allow building for other host platforms, such as the BeagleBone. git-svn-id: svn+ssh://localhost/src/trunk/AVR@10310 06ee2f96-5407-11de-8bab-f3d7589a4122 R082 toolchain/Makefile.rpi toolchain/Makefile.cross commit a9f4dd0cdfb14785b8830bc61c5ef8fa650a001b Author: svn Date: Sun Mar 13 12:23:13 2016 +0000 Removed Subversion (RCS) keyword expansion git-svn-id: svn+ssh://localhost/src/trunk/AVR@10180 06ee2f96-5407-11de-8bab-f3d7589a4122 M README.txt M common/usb_serial.inf M toolchain/README.txt commit d7e263361c6e5d05693b6d9c975af163cb24815f Author: svn Date: Sun Mar 13 12:05:40 2016 +0000 Removed Subversion (RCS) keyword expansion git-svn-id: svn+ssh://localhost/src/trunk/AVR@10179 06ee2f96-5407-11de-8bab-f3d7589a4122 M test/test_adc.c M test/test_conio.c commit 7f75b6884c166b17575c989b99050949c06f10bc Author: svn Date: Sun Mar 13 11:31:40 2016 +0000 Removed more Subversion (RCS) keyword expansion git-svn-id: svn+ssh://localhost/src/trunk/AVR@10177 06ee2f96-5407-11de-8bab-f3d7589a4122 M common/adc.c M common/common.mk M common/conio.c M common/uart.c M common/usb_serial.c M include/AVR.mk M include/adc.h M include/conio.h M include/cpu.h M include/uart.h M include/usb_serial.h M test/Makefile M test/test_adc.c M test/test_conio.c M test/test_gpio.c M toolchain/Makefile M toolchain/Makefile.rpi M toolchain/specfile.template commit 71ef01e5012978d2d31ae893b2b33cdfd3aefd74 Author: svn Date: Sun Mar 13 11:10:27 2016 +0000 Started removing Subversion (RCS) keyword expansion. git-svn-id: svn+ssh://localhost/src/trunk/AVR@10174 06ee2f96-5407-11de-8bab-f3d7589a4122 M README.html M README.txt M common/adc.c M common/common.mk M common/conio.c M common/uart.c M common/usb_serial.c M common/usb_serial.inf M include/AVR.mk M include/adc.h M include/conio.h M include/cpu.h M include/uart.h M include/usb_serial.h M test/Makefile M test/test_adc.c M test/test_conio.c M test/test_gpio.c M toolchain/Makefile M toolchain/Makefile.rpi M toolchain/README.html M toolchain/README.txt M toolchain/specfile.template commit 13523c91365c63a27819d7ea7beb813f4054aea0 Author: svn Date: Tue Mar 8 10:20:21 2016 +0000 Updated the directory name for BUILD_HOST_TOOLCHAIN_DIR git-svn-id: svn+ssh://localhost/src/trunk/AVR@10144 06ee2f96-5407-11de-8bab-f3d7589a4122 M toolchain/Makefile.rpi commit 992c5ce0e1264670ddf69cffb3c7eb5e0efa22f2 Author: svn Date: Tue Feb 9 07:53:15 2016 +0000 Updated copyright year. git-svn-id: svn+ssh://localhost/src/trunk/AVR@9918 06ee2f96-5407-11de-8bab-f3d7589a4122 M README.html M README.txt M common/adc.c M common/common.mk M common/conio.c M common/uart.c M include/AVR.mk M include/adc.h M include/conio.h M include/cpu.h M include/uart.h M test/Makefile M test/test_adc.c M test/test_conio.c M test/test_gpio.c M toolchain/Makefile M toolchain/specfile.template commit d8e85c4b88d4acdc4ac7287581e9b7294f48f9d7 Author: svn Date: Sat Jan 23 17:15:57 2016 +0000 Updated for custom Linaro toolchain git-svn-id: svn+ssh://localhost/src/trunk/AVR@9816 06ee2f96-5407-11de-8bab-f3d7589a4122 M toolchain/Makefile.rpi commit c473685ab2f6447fe1e29a167bc58c5c6e5de618 Author: svn Date: Fri Jan 22 11:48:44 2016 +0000 Upgraded gcc to 5.3.0, and avr-libc to latest SVN checkout git-svn-id: svn+ssh://localhost/src/trunk/AVR@9813 06ee2f96-5407-11de-8bab-f3d7589a4122 M README.html M README.txt M toolchain/Makefile commit 5533a5c48ae5e0f66f985d9345fca95226b15cff Author: svn Date: Thu Jan 21 13:49:01 2016 +0000 Upgrade binutils to 2.25.1 and gcc to 5.3.0 git-svn-id: svn+ssh://localhost/src/trunk/AVR@9809 06ee2f96-5407-11de-8bab-f3d7589a4122 M toolchain/Makefile commit 951a7b8abb6ab77fcbb76ed34be36bff5c0696d1 Author: svn Date: Thu Oct 8 11:12:26 2015 +0000 Use FINKPREFIX and MACPORTSPREFIX git-svn-id: svn+ssh://localhost/src/trunk/AVR@9484 06ee2f96-5407-11de-8bab-f3d7589a4122 M utilities/teensy_loader_cli/Makefile commit 06464731b08b1ebe261b04a50c0a259643db2092 Author: svn Date: Thu Oct 8 07:03:31 2015 +0000 Support building with MacPorts git-svn-id: svn+ssh://localhost/src/trunk/AVR@9481 06ee2f96-5407-11de-8bab-f3d7589a4122 M utilities/teensy_loader_cli/Makefile commit a29836abbf5c9ea125262f1f206131d7507a53d6 Author: svn Date: Thu Sep 17 07:45:46 2015 +0000 Added uname -p to the package file name. git-svn-id: svn+ssh://localhost/src/trunk/AVR@9380 06ee2f96-5407-11de-8bab-f3d7589a4122 M toolchain/Makefile commit 385902b3d91156b4f9d56b28000b5ec93fac7fd6 Author: svn Date: Wed Sep 16 16:29:29 2015 +0000 Tweaks for OpenBSD. Patch libiconv. git-svn-id: svn+ssh://localhost/src/trunk/AVR@9379 06ee2f96-5407-11de-8bab-f3d7589a4122 M toolchain/Makefile A toolchain/libiconv.patch commit 5741950bd31dc4c468c2bde0b05d110446b300fa Author: svn Date: Thu Aug 6 08:33:54 2015 +0000 Mention MacOS in the list of development host OSes git-svn-id: svn+ssh://localhost/src/trunk/AVR@9257 06ee2f96-5407-11de-8bab-f3d7589a4122 M toolchain/README.html M toolchain/README.txt commit dbc36711520b58433202f1189937e44f986175bf Author: svn Date: Thu Aug 6 08:23:09 2015 +0000 Added makefile to build Canadian-cross ARM EABI toolchain for the Raspberry Pi. git-svn-id: svn+ssh://localhost/src/trunk/AVR@9256 06ee2f96-5407-11de-8bab-f3d7589a4122 A toolchain/Makefile.rpi commit d680f11f2181f13b1a674c39a47fa085a1f9c485 Author: svn Date: Wed Aug 5 12:11:06 2015 +0000 Upgraded GCC to 4.9.3 git-svn-id: svn+ssh://localhost/src/trunk/AVR@9254 06ee2f96-5407-11de-8bab-f3d7589a4122 M README.html M README.txt M toolchain/Makefile commit 1ba4848a8706ee4e7888c2d3d4090ce31663bc05 Author: svn Date: Thu Jun 11 11:04:29 2015 +0000 Pruned news prior to 2015. Added git repository. git-svn-id: svn+ssh://localhost/src/trunk/AVR@9107 06ee2f96-5407-11de-8bab-f3d7589a4122 M README.html M README.txt commit 3c210663535cca6f219a35a76ce9df3f7c9bddca Author: svn Date: Tue Apr 14 09:09:06 2015 +0000 Added goop to build on MacOS X with Fink. Don't try to install udev rules on anything but Linux. git-svn-id: svn+ssh://localhost/src/trunk/AVR@8677 06ee2f96-5407-11de-8bab-f3d7589a4122 M utilities/teensy_loader_cli/Makefile commit dd4d3f987285f4138ab95f1b3548fa9c7aecdc9c Author: svn Date: Tue Mar 17 08:05:05 2015 +0000 Define OSNAME with ?= git-svn-id: svn+ssh://localhost/src/trunk/AVR@8536 06ee2f96-5407-11de-8bab-f3d7589a4122 M toolchain/Makefile commit d490dafcc54ea9dfb0e15a8ca6b6bf4e75cf276a Author: svn Date: Thu Feb 26 11:40:48 2015 +0000 Updated the copyright message for 2015. git-svn-id: svn+ssh://localhost/src/trunk/AVR@8475 06ee2f96-5407-11de-8bab-f3d7589a4122 M README.html M README.txt M common/adc.c M common/common.mk M common/conio.c M common/uart.c M include/AVR.mk M include/adc.h M include/conio.h M include/cpu.h M include/uart.h M test/Makefile M test/test_adc.c M test/test_conio.c M test/test_gpio.c M toolchain/Makefile M toolchain/specfile.template commit dbbd23738f2fc3336de3a991090cdd8d51d50d3b Author: svn Date: Mon Feb 16 08:23:29 2015 +0000 Consistently define TEMP with ?= to allow environment variable override. git-svn-id: svn+ssh://localhost/src/trunk/AVR@8439 06ee2f96-5407-11de-8bab-f3d7589a4122 M toolchain/Makefile commit 2483c3b269d4765e9e7636d76d1fe6cf0be5b2ae Author: svn Date: Thu Jan 22 13:38:44 2015 +0000 Put --with-system-zlib back. git-svn-id: svn+ssh://localhost/src/trunk/AVR@8312 06ee2f96-5407-11de-8bab-f3d7589a4122 M toolchain/Makefile commit 54362ce1f8045ffb82ba50691e9b0e9c4471af20 Author: svn Date: Wed Jan 21 15:22:12 2015 +0000 Removed --with-system-zlib, to enable canadian cross git-svn-id: svn+ssh://localhost/src/trunk/AVR@8308 06ee2f96-5407-11de-8bab-f3d7589a4122 M toolchain/Makefile commit e601fc18e510bd100079678c35b82f82208fad1e Author: svn Date: Wed Jan 21 11:55:22 2015 +0000 Don't mention Scientific Linux anymore. git-svn-id: svn+ssh://localhost/src/trunk/AVR@8306 06ee2f96-5407-11de-8bab-f3d7589a4122 M toolchain/README.html M toolchain/README.txt commit 275d0a686a12dd8a845c29e1e0604068fc2bbfc1 Author: svn Date: Wed Jan 21 09:41:49 2015 +0000 Cleaned up the toolchain makefile. Build gcc prerequisites, including libiconv, from source. git-svn-id: svn+ssh://localhost/src/trunk/AVR@8305 06ee2f96-5407-11de-8bab-f3d7589a4122 M README.html M README.txt commit 0c3edc1250570e5d44a8057fc478ebc74fff9ca9 Author: svn Date: Wed Jan 21 08:05:26 2015 +0000 Tweaked permissions for building the Debian package. git-svn-id: svn+ssh://localhost/src/trunk/AVR@8303 06ee2f96-5407-11de-8bab-f3d7589a4122 M toolchain/Makefile commit aa494bd2b75d2d2251155ea6d8111e69baa296b9 Author: svn Date: Tue Jan 20 11:50:38 2015 +0000 Merged recent changes to ARM toolchain makefile. git-svn-id: svn+ssh://localhost/src/trunk/AVR@8298 06ee2f96-5407-11de-8bab-f3d7589a4122 M toolchain/Makefile commit 962228c302f927f05010b8d0e652b7cf811aa396 Author: svn Date: Fri Jan 2 17:43:25 2015 +0000 Renamed deb, rpm, and package targets to package.deb, package.rpm, and package.openbsd. Renamed fakeroot directories for RPM and OpenBSD to fakeroot.rpm and fakeroot.openbsd. git-svn-id: svn+ssh://localhost/src/trunk/AVR@8254 06ee2f96-5407-11de-8bab-f3d7589a4122 M toolchain/Makefile commit b022ddb72bbef8bb15d4c4ecdee2436036084656 Author: svn Date: Thu Jan 1 15:34:35 2015 +0000 Upgraded binutils to 2.25. Upgraded gcc to 4.8.4. Added goop to build Debian package for MacOS with Fink. git-svn-id: svn+ssh://localhost/src/trunk/AVR@8243 06ee2f96-5407-11de-8bab-f3d7589a4122 M README.html M README.txt M toolchain/Makefile commit 5a4a0263901f19b1bf6c97ff71d879619268a80d Author: svn Date: Thu Nov 6 08:04:06 2014 +0000 Run through unix2dos git-svn-id: svn+ssh://localhost/src/trunk/AVR@8080 06ee2f96-5407-11de-8bab-f3d7589a4122 M utilities/teensy_loader_cli/gpl3.txt commit 6a6b099bac4b56e5d4ed9fea61e197ec308ca7bb Author: svn Date: Thu Oct 9 07:04:26 2014 +0000 Removed leftover comment line about subordinate makefiles git-svn-id: svn+ssh://localhost/src/trunk/AVR@7861 06ee2f96-5407-11de-8bab-f3d7589a4122 M include/AVR.mk commit 139c5b85d876c5702e1f6fbdb63019fd472db906 Author: svn Date: Wed Oct 8 20:57:16 2014 +0000 Removed sinclude subversion.mk git-svn-id: svn+ssh://localhost/src/trunk/AVR@7859 06ee2f96-5407-11de-8bab-f3d7589a4122 M include/AVR.mk commit 741ca1bc2c73d9f0ce1811229dccba1307ffe3e3 Author: svn Date: Wed Sep 17 13:39:12 2014 +0000 Upgraded gcc to 4.8.3 and avr-libc to 1.8.1. git-svn-id: svn+ssh://localhost/src/trunk/AVR@7706 06ee2f96-5407-11de-8bab-f3d7589a4122 M README.html M README.txt commit 6f8e6826f0f7a8cfd08df716ba871cfaacc93f5d Author: svn Date: Wed Sep 17 12:28:51 2014 +0000 Added OSNAME macro git-svn-id: svn+ssh://localhost/src/trunk/AVR@7700 06ee2f96-5407-11de-8bab-f3d7589a4122 M toolchain/Makefile commit 91e4dbf6b12a23c29af7e9444c4cf6849e7c2999 Author: svn Date: Wed Sep 17 08:29:46 2014 +0000 Upgraded gcc to 4.8.1. Upgraded avr-libc to 1.8.1 Added goop to build Debian package. git-svn-id: svn+ssh://localhost/src/trunk/AVR@7697 06ee2f96-5407-11de-8bab-f3d7589a4122 M toolchain/Makefile A toolchain/control.template commit e7eae8ff267e2b1bd4189a2e4181e15e52cb16dd Author: svn Date: Mon Sep 15 12:03:56 2014 +0000 Removed "All rights reserved" from copyright git-svn-id: svn+ssh://localhost/src/trunk/AVR@7682 06ee2f96-5407-11de-8bab-f3d7589a4122 M README.html M README.txt M common/adc.c M common/common.mk M common/conio.c M common/uart.c M include/AVR.mk M include/adc.h M include/conio.h M include/cpu.h M include/uart.h M test/Makefile M test/test_adc.c M test/test_conio.c M test/test_gpio.c commit 76e354593ee64324eb07571e25732ffa3d71a2b5 Author: svn Date: Thu Jan 16 14:09:04 2014 +0000 Added 2014 to the copyright year git-svn-id: svn+ssh://localhost/src/trunk/AVR@6548 06ee2f96-5407-11de-8bab-f3d7589a4122 M README.html M README.txt M common/adc.c M common/common.mk M common/conio.c M common/uart.c M include/AVR.mk M include/adc.h M include/conio.h M include/cpu.h M include/uart.h M test/Makefile M test/test_adc.c M test/test_conio.c M test/test_gpio.c M toolchain/Makefile M toolchain/specfile.template commit 14db43cae88227b2e7a8af61a5c7e76e5d85cd2f Author: svn Date: Thu Dec 26 10:06:17 2013 +0000 Upgraded binutils to 2.24 and gcc to 4.8.2 git-svn-id: svn+ssh://localhost/src/trunk/AVR@6480 06ee2f96-5407-11de-8bab-f3d7589a4122 M README.html M README.txt M toolchain/Makefile commit 5ccf83465722eb014ddee7d6f3fe853f79f24a01 Author: svn Date: Tue Aug 13 07:06:29 2013 +0000 Updated MFGNAME and DEVNAME git-svn-id: svn+ssh://localhost/src/trunk/AVR@5145 06ee2f96-5407-11de-8bab-f3d7589a4122 M common/usb_serial.inf commit 90c612459fc0ce198f0fb8af75dee83f3ce41402 Author: svn Date: Fri Aug 9 13:59:51 2013 +0000 Changed Teensy AVR to USB Serial Port git-svn-id: svn+ssh://localhost/src/trunk/AVR@5135 06ee2f96-5407-11de-8bab-f3d7589a4122 M common/usb_serial.inf commit 15fb5e1a3a5c34f0172c76f5d72595ed869c8f1e Author: svn Date: Wed Aug 7 13:40:58 2013 +0000 Name tarballs consistently git-svn-id: svn+ssh://localhost/src/trunk/AVR@5108 06ee2f96-5407-11de-8bab-f3d7589a4122 M toolchain/Makefile commit 43ab1b1d9eaaf6afb543dede1fc1c70666d5aebd Author: svn Date: Tue Aug 6 10:50:41 2013 +0000 Upgraded gcc to 4.8.1. git-svn-id: svn+ssh://localhost/src/trunk/AVR@5103 06ee2f96-5407-11de-8bab-f3d7589a4122 M README.html M README.txt M toolchain/Makefile commit 5de6f5bdf916ee5a55c4db46b04515c7660f2b9b Author: svn Date: Mon May 20 08:10:58 2013 +0000 Removed trailing whitespace git-svn-id: svn+ssh://localhost/src/trunk/AVR@4958 06ee2f96-5407-11de-8bab-f3d7589a4122 M common/usb_serial.c M include/usb_serial.h M utilities/teensy_loader_cli/49-teensy.rules M utilities/teensy_loader_cli/teensy_loader_cli.c commit 031cdcaebb130e0b22f97635fac8251f0051b820 Author: svn Date: Tue Apr 16 11:12:23 2013 +0000 Added OpenBSD git-svn-id: svn+ssh://localhost/src/trunk/AVR@4874 06ee2f96-5407-11de-8bab-f3d7589a4122 M toolchain/README.html M toolchain/README.txt commit bffe3d13030c020a9af186d2317beef2c596bc16 Author: svn Date: Tue Apr 16 11:08:37 2013 +0000 Added target to build for OpenBSD git-svn-id: svn+ssh://localhost/src/trunk/AVR@4873 06ee2f96-5407-11de-8bab-f3d7589a4122 M toolchain/Makefile commit 2803aca2187364f414345a78b2af3a9389b6990b Author: svn Date: Tue Apr 16 08:34:59 2013 +0000 Upgraded binutils to 2.23.2 and gcc to 4.7.3 git-svn-id: svn+ssh://localhost/src/trunk/AVR@4871 06ee2f96-5407-11de-8bab-f3d7589a4122 M README.html M README.txt commit 29f84d679a7d2d302c2e07de5fe0248bb19ee7c0 Author: svn Date: Tue Apr 16 08:31:44 2013 +0000 Upgraded binutils to 2.23.2 and gcc to 4.7.3 git-svn-id: svn+ssh://localhost/src/trunk/AVR@4870 06ee2f96-5407-11de-8bab-f3d7589a4122 M toolchain/Makefile commit 02fea9811d42672b5dcad0ecdb8cb46a6582c490 Author: svn Date: Tue Apr 16 08:30:54 2013 +0000 Changed avr-tools to @@PKGNAME@@ git-svn-id: svn+ssh://localhost/src/trunk/AVR@4869 06ee2f96-5407-11de-8bab-f3d7589a4122 M toolchain/specfile.template commit 496dd8e7b184803b1ab777875cbfab6f343357d4 Author: svn Date: Tue Apr 16 08:21:13 2013 +0000 Changed avr-tools to avr-mcu-tools git-svn-id: svn+ssh://localhost/src/trunk/AVR@4868 06ee2f96-5407-11de-8bab-f3d7589a4122 M include/AVR.mk commit 67733706f8df57ca0d235a0678e4ed5a08c7d44f Author: svn Date: Wed Feb 6 08:47:48 2013 +0000 Removed the endorse/promotion clause from the license text git-svn-id: svn+ssh://localhost/src/trunk/AVR@4710 06ee2f96-5407-11de-8bab-f3d7589a4122 M README.html M README.txt M common/adc.c M common/common.mk M common/conio.c M common/uart.c M include/AVR.mk M include/adc.h M include/conio.h M include/cpu.h M include/uart.h M test/Makefile M test/test_adc.c M test/test_conio.c M test/test_gpio.c M toolchain/Makefile M toolchain/specfile.template commit ca65e05d4abe804a477abbe28a9eec4d0af865ed Author: svn Date: Wed Feb 6 08:20:33 2013 +0000 Inserted missing space git-svn-id: svn+ssh://localhost/src/trunk/AVR@4707 06ee2f96-5407-11de-8bab-f3d7589a4122 M README.html M README.txt M common/adc.c M common/common.mk M common/conio.c M common/uart.c M include/AVR.mk M include/adc.h M include/conio.h M include/cpu.h M include/uart.h M test/Makefile M test/test_adc.c M test/test_conio.c M test/test_gpio.c M toolchain/Makefile M toolchain/specfile.template commit 9c19cc39229f18517fa9b7f549590f8070c7ea49 Author: svn Date: Wed Jan 30 09:21:10 2013 +0000 Changed http://http:// to just http:// git-svn-id: svn+ssh://localhost/src/trunk/AVR@4675 06ee2f96-5407-11de-8bab-f3d7589a4122 M README.html M README.txt commit c5a927ab366a58aadae8bd50de1ecdf0df95a936 Author: svn Date: Wed Jan 30 08:24:29 2013 +0000 Converted each README.html to README.txt git-svn-id: svn+ssh://localhost/src/trunk/AVR@4674 06ee2f96-5407-11de-8bab-f3d7589a4122 M README.txt A toolchain/README.txt commit 65ca52619db7e316521650db7a80940c7679ed7f Author: svn Date: Fri Jan 25 10:33:28 2013 +0000 Added BSD license text git-svn-id: svn+ssh://localhost/src/trunk/AVR@4647 06ee2f96-5407-11de-8bab-f3d7589a4122 M README.html A README.txt M common/adc.c M common/common.mk M common/conio.c M common/uart.c M include/AVR.mk M include/adc.h M include/conio.h M include/cpu.h M include/uart.h M test/Makefile M test/test_adc.c M test/test_conio.c M test/test_gpio.c M toolchain/Makefile M toolchain/specfile.template commit 1125d2e77605d877506ff5f50f0718c5e6b8b7ce Author: svn Date: Fri Jan 25 10:31:32 2013 +0000 Removed doctype envelope stuff git-svn-id: svn+ssh://localhost/src/trunk/AVR@4646 06ee2f96-5407-11de-8bab-f3d7589a4122 M toolchain/README.html commit bb59db706725bab2e680c143b81379208acb6a3b Author: svn Date: Tue Jan 15 11:33:37 2013 +0000 Removed BSDmakefile and openbsd.make git-svn-id: svn+ssh://localhost/src/trunk/AVR@4601 06ee2f96-5407-11de-8bab-f3d7589a4122 D toolchain/BSDmakefile D toolchain/openbsd.make commit 49b9e52754b4853f3510f6e93224db05a182a5bc Author: svn Date: Thu Dec 27 10:34:55 2012 +0000 Changed TEENSY to TEENSYLOADERCLI git-svn-id: svn+ssh://localhost/src/trunk/AVR@4549 06ee2f96-5407-11de-8bab-f3d7589a4122 M include/AVR.mk commit d4bf6a1c4bb13cb216c34a7adbe10d92801ac5a7 Author: svn Date: Tue Nov 27 08:57:56 2012 +0000 Changed default_catch to AVR_mk_default and clean to AVR_mk_clean git-svn-id: svn+ssh://localhost/src/trunk/AVR@4477 06ee2f96-5407-11de-8bab-f3d7589a4122 M include/AVR.mk commit f2123ee09fd39dfed5db3f0e91d132dc3e7c305d Author: svn Date: Tue Nov 27 08:57:24 2012 +0000 Added clean targets. git-svn-id: svn+ssh://localhost/src/trunk/AVR@4476 06ee2f96-5407-11de-8bab-f3d7589a4122 M test/Makefile commit 9410d0b424d239a3ecccfb12e0fca47fd93ea4e3 Author: svn Date: Fri Nov 9 09:38:04 2012 +0000 Upgraded binutils to 2.23 git-svn-id: svn+ssh://localhost/src/trunk/AVR@4421 06ee2f96-5407-11de-8bab-f3d7589a4122 M toolchain/Makefile commit 4fe1a6be57a7b1c7da4b2041cd00934eb2645a1a Author: svn Date: Mon Oct 8 17:38:49 2012 +0000 Upgraded GCC to 4.7.2 git-svn-id: svn+ssh://localhost/src/trunk/AVR@4378 06ee2f96-5407-11de-8bab-f3d7589a4122 M toolchain/Makefile commit e66860094ff7dbfe8bd32ef26b220bf1a5d8289e Author: svn Date: Mon Sep 10 08:55:53 2012 +0000 Added BSDmakefile, a link to openbsd.make git-svn-id: svn+ssh://localhost/src/trunk/AVR@4228 06ee2f96-5407-11de-8bab-f3d7589a4122 A toolchain/BSDmakefile commit 0891f74491dc1f6c0e8c10c85c049adffa16707e Author: svn Date: Mon Sep 10 08:55:31 2012 +0000 Added clean and distclean targets git-svn-id: svn+ssh://localhost/src/trunk/AVR@4227 06ee2f96-5407-11de-8bab-f3d7589a4122 M toolchain/openbsd.make commit eedd07c107e27782aba706dbe87eabad9cf5aa37 Author: svn Date: Fri Aug 17 18:16:22 2012 +0000 Moved getch() from conio_init() to main() git-svn-id: svn+ssh://localhost/src/trunk/AVR@4127 06ee2f96-5407-11de-8bab-f3d7589a4122 M common/conio.c M test/test_adc.c M test/test_conio.c commit 191e096c959c4e37121a95998a770110adc5781a Author: svn Date: Mon Aug 13 09:39:59 2012 +0000 Added const as necessary for PROGMEM git-svn-id: svn+ssh://localhost/src/trunk/AVR@4089 06ee2f96-5407-11de-8bab-f3d7589a4122 M common/usb_serial.c commit 87b0baf27a06f973489e023620348a084052245f Author: svn Date: Mon Aug 13 09:39:30 2012 +0000 Removed DoNothing1() git-svn-id: svn+ssh://localhost/src/trunk/AVR@4088 06ee2f96-5407-11de-8bab-f3d7589a4122 M test/test_conio.c commit dd93df8fb3fd0aa8e7813530b2b70924bb7bb51e Author: svn Date: Tue Jul 24 08:30:37 2012 +0000 Removed update target / removed include subversion.mk git-svn-id: svn+ssh://localhost/src/trunk/AVR@3999 06ee2f96-5407-11de-8bab-f3d7589a4122 M include/AVR.mk commit ff1c8cfb230d1a81884e261446ae9de45c8b1ee6 Author: svn Date: Fri Jul 20 11:36:10 2012 +0000 Upgraded GCC to 4.7.1 git-svn-id: svn+ssh://localhost/src/trunk/AVR@3957 06ee2f96-5407-11de-8bab-f3d7589a4122 M toolchain/Makefile commit 49e1a9563db3d4ef69ebf70f6717eaddbad0c538 Author: svn Date: Thu May 17 05:18:13 2012 +0000 Disabled link time optimization git-svn-id: svn+ssh://localhost/src/trunk/AVR@3865 06ee2f96-5407-11de-8bab-f3d7589a4122 M toolchain/Makefile commit f253417091f0a5b48477102233df4109f8975426 Author: svn Date: Wed May 16 20:12:04 2012 +0000 Added openbsd.make git-svn-id: svn+ssh://localhost/src/trunk/AVR@3864 06ee2f96-5407-11de-8bab-f3d7589a4122 A toolchain/openbsd.make commit 5e330a941b5aad6ad457b929b3c342a8fb71d1f0 Author: svn Date: Wed May 16 15:56:57 2012 +0000 Minor tweaks for building on OpenBSD. Don't build C++ support anymore. git-svn-id: svn+ssh://localhost/src/trunk/AVR@3863 06ee2f96-5407-11de-8bab-f3d7589a4122 M toolchain/Makefile commit 1fe2a16aab878a07d235a1623ad3e7e3d5916c3a Author: svn Date: Tue Apr 17 12:07:37 2012 +0000 Build C++ compiler, too git-svn-id: svn+ssh://localhost/src/trunk/AVR@3721 06ee2f96-5407-11de-8bab-f3d7589a4122 M toolchain/Makefile commit 182a072d3e9c8971b1dc302542911a681a29f42f Author: svn Date: Tue Apr 3 10:26:02 2012 +0000 Fixed cut and paste error git-svn-id: svn+ssh://localhost/src/trunk/AVR@3695 06ee2f96-5407-11de-8bab-f3d7589a4122 M README.html commit f8bf5efe84998f50b64a1ce26c8fbed92a741fbf Author: svn Date: Tue Apr 3 10:01:38 2012 +0000 Added subdirectory descriptions. git-svn-id: svn+ssh://localhost/src/trunk/AVR@3694 06ee2f96-5407-11de-8bab-f3d7589a4122 M README.html commit b9cf16d463d176e598ca366e19f6663e2d3d7b28 Author: svn Date: Tue Apr 3 09:59:14 2012 +0000 Moved teensy_loader_cli to utilities subdirectory. git-svn-id: svn+ssh://localhost/src/trunk/AVR@3693 06ee2f96-5407-11de-8bab-f3d7589a4122 R100 teensy_loader_cli/49-teensy.rules utilities/teensy_loader_cli/49-teensy.rules R100 teensy_loader_cli/Makefile utilities/teensy_loader_cli/Makefile R100 teensy_loader_cli/gpl3.txt utilities/teensy_loader_cli/gpl3.txt R100 teensy_loader_cli/teensy_loader_cli.c utilities/teensy_loader_cli/teensy_loader_cli.c commit cc21851b3e13c0740690ecbb21c955e54bc8afd7 Author: svn Date: Tue Apr 3 09:54:05 2012 +0000 Added to repository. git-svn-id: svn+ssh://localhost/src/trunk/AVR@3692 06ee2f96-5407-11de-8bab-f3d7589a4122 A README.html commit df57761d43ac213b5411dc80227a135073e293bd Author: svn Date: Tue Apr 3 09:47:35 2012 +0000 svn propset svn:keywords Id git-svn-id: svn+ssh://localhost/src/trunk/AVR@3691 06ee2f96-5407-11de-8bab-f3d7589a4122 M test/Makefile commit 4c7c27844f4a587ff32378d51a1c45e487874f55 Author: svn Date: Tue Apr 3 09:46:58 2012 +0000 Moved from .. git-svn-id: svn+ssh://localhost/src/trunk/AVR@3690 06ee2f96-5407-11de-8bab-f3d7589a4122 A test/Makefile commit fcf2c585b18d609f3e8f05849075a5c77c5b216c Author: svn Date: Tue Apr 3 09:42:34 2012 +0000 Reorganized everything into subdirectories. git-svn-id: svn+ssh://localhost/src/trunk/AVR@3689 06ee2f96-5407-11de-8bab-f3d7589a4122 D Makefile R100 adc.c common/adc.c A common/common.mk R100 conio.c common/conio.c R100 uart.c common/uart.c R100 usb_serial.c common/usb_serial.c R100 usb_serial.inf common/usb_serial.inf R071 AVR.mk include/AVR.mk R100 adc.h include/adc.h R100 conio.h include/conio.h R100 cpu.h include/cpu.h R100 uart.h include/uart.h R100 usb_serial.h include/usb_serial.h R100 test_adc.c test/test_adc.c R097 test_conio.c test/test_conio.c R100 test_gpio.c test/test_gpio.c commit f74e738198683e549364e65d2d52a856195752dc Author: svn Date: Thu Mar 29 13:06:42 2012 +0000 Changed avrtools to avr-tools for consistency with ARM toolchain. git-svn-id: svn+ssh://localhost/src/trunk/AVR@3675 06ee2f96-5407-11de-8bab-f3d7589a4122 M toolchain/specfile.template commit 07a0a5394731ea6e06f4c0822d775f702d9e62b8 Author: svn Date: Thu Mar 29 12:52:06 2012 +0000 Upgraded GCC to 4.7.0 git-svn-id: svn+ssh://localhost/src/trunk/AVR@3674 06ee2f96-5407-11de-8bab-f3d7589a4122 M toolchain/Makefile commit fd444eeb8fc03193cafb7975e3c3c6c444aa3a10 Author: svn Date: Tue Jan 31 10:12:34 2012 +0000 Upgraded binutils to 2.22, gcc to 4.6.2, and avr-libc to 1.8.0. git-svn-id: svn+ssh://localhost/src/trunk/AVR@3543 06ee2f96-5407-11de-8bab-f3d7589a4122 M toolchain/Makefile commit bb7e05b4771de792149793ae5956ca81180a6b97 Author: svn Date: Tue Nov 1 13:03:32 2011 +0000 Changed Fedora to Scientific Linux git-svn-id: svn+ssh://localhost/src/trunk/AVR@3229 06ee2f96-5407-11de-8bab-f3d7589a4122 M toolchain/README.html commit 1ab3a6b885dd04e9fdeab3b80193ca4886851581 Author: svn Date: Fri Oct 14 18:24:44 2011 +0000 Added --no-ignore to svn status git-svn-id: svn+ssh://localhost/src/trunk/AVR@3154 06ee2f96-5407-11de-8bab-f3d7589a4122 M AVR.mk commit 8e20b3d3b485b1917df474c306dc57bed2bf1575 Author: svn Date: Tue Oct 11 12:53:03 2011 +0000 Upgraded binutils to 2.2.1, gcc to 4.5.3, and avr-libc to 1.7.1. git-svn-id: svn+ssh://localhost/src/trunk/AVR@3127 06ee2f96-5407-11de-8bab-f3d7589a4122 M toolchain/Makefile D toolchain/gcc_45261_fix_2.patch commit 7eb6ecbf6468ea3874bd7cd4de230e2df28f7681 Author: svn Date: Tue Oct 11 12:52:04 2011 +0000 Added exit(0) to avoid spurious compiler warning. git-svn-id: svn+ssh://localhost/src/trunk/AVR@3126 06ee2f96-5407-11de-8bab-f3d7589a4122 M test_conio.c commit a92d1326ea55968f404b5b55c471308bd81d0eda Author: svn Date: Mon Oct 3 08:49:55 2011 +0000 Added missing source suffixes to .SUFFIXES: git-svn-id: svn+ssh://localhost/src/trunk/AVR@3096 06ee2f96-5407-11de-8bab-f3d7589a4122 M AVR.mk commit 792de847017ce0eeea3d2d8577f9345115363f6c Author: svn Date: Fri Sep 30 08:39:08 2011 +0000 Cleaned up the UART register macros to support almost any device on the first or second U(S)ART. git-svn-id: svn+ssh://localhost/src/trunk/AVR@3081 06ee2f96-5407-11de-8bab-f3d7589a4122 M uart.c commit dad52eab6aa112a51a7d794e4fd7219a47c5078e Author: svn Date: Fri Sep 30 08:04:10 2011 +0000 Changed CONSOLE_USB to CONFIG_CONSOLE_USB git-svn-id: svn+ssh://localhost/src/trunk/AVR@3080 06ee2f96-5407-11de-8bab-f3d7589a4122 M conio.c commit 7cd7cc41fa2341d05c13fb6cf8738791a9d30ab7 Author: svn Date: Thu Sep 29 10:23:41 2011 +0000 Removed vestiges of RTS/CTS flow control git-svn-id: svn+ssh://localhost/src/trunk/AVR@3079 06ee2f96-5407-11de-8bab-f3d7589a4122 M uart.c commit 3cae750c3327de11d1bfc17eba4faa7648d7ad6c Author: svn Date: Thu Sep 22 19:38:07 2011 +0000 Support ATmega161 serial ports git-svn-id: svn+ssh://localhost/src/trunk/AVR@3046 06ee2f96-5407-11de-8bab-f3d7589a4122 M uart.c commit d80c67e895718d530b5e98b7a09f30e0b13cbd8f Author: svn Date: Thu Sep 22 13:10:35 2011 +0000 Check for UDR0 or UDR1 before redefining UDR git-svn-id: svn+ssh://localhost/src/trunk/AVR@3045 06ee2f96-5407-11de-8bab-f3d7589a4122 M uart.c commit 246cf3935918face70bd2bf31fe61a274acc9db0 Author: svn Date: Thu Sep 22 13:00:32 2011 +0000 Check if UDR is defined before defining default CONFIG_UART0 git-svn-id: svn+ssh://localhost/src/trunk/AVR@3044 06ee2f96-5407-11de-8bab-f3d7589a4122 M uart.c commit e7cd5a1cf99b88ff2fb75021bfc45a53d308b302 Author: svn Date: Thu Sep 22 12:12:12 2011 +0000 Use U(S)ART0 by default, and USART1 for AT90USB1286. git-svn-id: svn+ssh://localhost/src/trunk/AVR@3043 06ee2f96-5407-11de-8bab-f3d7589a4122 M uart.c commit 0e990ebfcd38b8db62cc5525ceb4bf532a65d679 Author: svn Date: Thu Sep 22 11:50:30 2011 +0000 Added to repository. git-svn-id: svn+ssh://localhost/src/trunk/AVR@3042 06ee2f96-5407-11de-8bab-f3d7589a4122 A test_adc.c commit 32aa1506288c8ce6c32a53a1d15a22818c993088 Author: svn Date: Thu Sep 22 11:49:45 2011 +0000 Don't include stdio.h anymore. It is included in conio.h git-svn-id: svn+ssh://localhost/src/trunk/AVR@3041 06ee2f96-5407-11de-8bab-f3d7589a4122 M conio.c commit a5afc3aa7966ba7aeb16dce1f85ced75d5057048 Author: svn Date: Thu Sep 22 11:48:06 2011 +0000 Don't include conio.h anymore. It is included in cpu.h. git-svn-id: svn+ssh://localhost/src/trunk/AVR@3040 06ee2f96-5407-11de-8bab-f3d7589a4122 M conio.c commit c2d38d176d6f0116ca60a15e21a495be4cb383cd Author: svn Date: Thu Sep 22 11:47:42 2011 +0000 Include stdio.h to pick up FILE git-svn-id: svn+ssh://localhost/src/trunk/AVR@3039 06ee2f96-5407-11de-8bab-f3d7589a4122 M conio.h commit 403233cd9924ad623b89d162a4331d025f9f1e82 Author: svn Date: Thu Sep 22 11:47:17 2011 +0000 Added: #include #include #include "adc.h" #include "conio.h" git-svn-id: svn+ssh://localhost/src/trunk/AVR@3038 06ee2f96-5407-11de-8bab-f3d7589a4122 M cpu.h commit 5387cc3c2815daa0184f3a245cd7047c41efb2d9 Author: svn Date: Thu Sep 22 11:46:33 2011 +0000 Don't include adc.h anymore. It is included in cpu.h. git-svn-id: svn+ssh://localhost/src/trunk/AVR@3037 06ee2f96-5407-11de-8bab-f3d7589a4122 M adc.c commit c172745321350763ddddb6b6c65d0db8ef8b85d1 Author: svn Date: Thu Sep 22 11:45:21 2011 +0000 Don't include conio.h anymore. git-svn-id: svn+ssh://localhost/src/trunk/AVR@3036 06ee2f96-5407-11de-8bab-f3d7589a4122 M test_conio.c commit fbd55741b947936c9682fcb927c94533eb27b720 Author: svn Date: Thu Sep 22 11:39:08 2011 +0000 Only write to GPIO ports that are defined git-svn-id: svn+ssh://localhost/src/trunk/AVR@3035 06ee2f96-5407-11de-8bab-f3d7589a4122 M test_gpio.c commit 8baf3b0177f633055b455422eaa75e13abfaa069 Author: svn Date: Thu Sep 22 10:59:34 2011 +0000 Moved #ifdef CONSOLE_USB to avoid compiler warning when not using USB. git-svn-id: svn+ssh://localhost/src/trunk/AVR@3034 06ee2f96-5407-11de-8bab-f3d7589a4122 M conio.c commit d4edc58b1b7be7612ec5fa68309ae86a06114ec3 Author: svn Date: Thu Sep 22 10:46:42 2011 +0000 Bracket with #ifdef ADEN git-svn-id: svn+ssh://localhost/src/trunk/AVR@3033 06ee2f96-5407-11de-8bab-f3d7589a4122 M adc.c M test_gpio.c commit 39dff8eec90c35fcdacbd8ddc32c1fd636376dc2 Author: svn Date: Thu Sep 22 10:42:35 2011 +0000 Bracket all the generated code with #ifdef UDR, so we can compile with non-UART parts like the ATtiny85. git-svn-id: svn+ssh://localhost/src/trunk/AVR@3032 06ee2f96-5407-11de-8bab-f3d7589a4122 M uart.c commit 9d9ceb9a280428d40bfb33e8c8b983ad8531d2f1 Author: svn Date: Tue Jun 28 23:45:12 2011 +0000 Fixed cut and paste error: Changed arm to avr git-svn-id: svn+ssh://localhost/src/trunk/AVR@2933 06ee2f96-5407-11de-8bab-f3d7589a4122 M toolchain/specfile.template commit 346ca36bf7f7671a9c55ed1bac294a266b4dfcca Author: svn Date: Thu Jun 23 05:32:57 2011 +0000 Don't use MACHTYPE anymore git-svn-id: svn+ssh://localhost/src/trunk/AVR@2928 06ee2f96-5407-11de-8bab-f3d7589a4122 M toolchain/Makefile commit 64a3dfca977dcdd852e3e198eae30b54127b6fbc Author: svn Date: Mon May 23 18:21:48 2011 +0000 Added -nv to wget command line git-svn-id: svn+ssh://localhost/src/trunk/AVR@2681 06ee2f96-5407-11de-8bab-f3d7589a4122 M toolchain/Makefile commit bca98d7300a21761d92ac1c39d887e8eda48f690 Author: svn Date: Wed May 18 08:56:03 2011 +0000 Updated manufacturer and/or product strings git-svn-id: svn+ssh://localhost/src/trunk/AVR@2632 06ee2f96-5407-11de-8bab-f3d7589a4122 M usb_serial.c M usb_serial.inf commit 483ec58d61d463699815d5af8b2056c726609d7b Author: svn Date: Tue May 17 10:42:58 2011 +0000 Removed executable property git-svn-id: svn+ssh://localhost/src/trunk/AVR@2630 06ee2f96-5407-11de-8bab-f3d7589a4122 M usb_serial.inf commit 3b117088e3ad0f67e36917b0a81cdbd060a8ea71 Author: svn Date: Tue May 17 10:42:17 2011 +0000 Added to repository git-svn-id: svn+ssh://localhost/src/trunk/AVR@2629 06ee2f96-5407-11de-8bab-f3d7589a4122 A usb_serial.inf commit 1fc92a46bc983a956006e47c75ad218aa43e15e8 Author: svn Date: Mon May 16 11:52:13 2011 +0000 Copied from ARM test_conio.c git-svn-id: svn+ssh://localhost/src/trunk/AVR@2625 06ee2f96-5407-11de-8bab-f3d7589a4122 M test_conio.c commit d63face12caad973dec1743f09f6a3d6093444c7 Author: svn Date: Mon May 16 11:22:29 2011 +0000 Added to repository git-svn-id: svn+ssh://localhost/src/trunk/AVR@2624 06ee2f96-5407-11de-8bab-f3d7589a4122 A cpu.h commit 97e63d852bf756f2f8d56912f65220b239c563b2 Author: svn Date: Mon May 16 11:19:49 2011 +0000 Implemented line buffered input git-svn-id: svn+ssh://localhost/src/trunk/AVR@2623 06ee2f96-5407-11de-8bab-f3d7589a4122 M conio.c commit cca49f538533a10b638cd906dedfe211fd0b08e9 Author: svn Date: Mon May 16 11:18:12 2011 +0000 Don't include stdio.h or define CPUFREQ anymore. git-svn-id: svn+ssh://localhost/src/trunk/AVR@2622 06ee2f96-5407-11de-8bab-f3d7589a4122 M uart.h commit e5cfeac7841d350ccb669d4bc90e3c4d57c142c6 Author: svn Date: Mon May 16 11:17:28 2011 +0000 Added prototype for cgets() git-svn-id: svn+ssh://localhost/src/trunk/AVR@2621 06ee2f96-5407-11de-8bab-f3d7589a4122 M conio.h commit 604ac5675edd8eb1474ba609bf6d65ff4e62f949 Author: svn Date: Mon May 16 11:17:04 2011 +0000 Don't include avr/wdt.h anymore (it is included by cpu.h) git-svn-id: svn+ssh://localhost/src/trunk/AVR@2620 06ee2f96-5407-11de-8bab-f3d7589a4122 M test_gpio.c M uart.c commit d1116e64f3c45450a880c7472748a61cc7c8ce50 Author: svn Date: Mon May 16 11:15:05 2011 +0000 Include cpu.h instead of avr/io.h git-svn-id: svn+ssh://localhost/src/trunk/AVR@2619 06ee2f96-5407-11de-8bab-f3d7589a4122 M adc.c M test_gpio.c commit 6800f1293ba562976db0ada4f2aac65399d351c8 Author: svn Date: Mon May 16 11:14:28 2011 +0000 Use F_CPU from cpu.h instead of local variable CPUFREQ git-svn-id: svn+ssh://localhost/src/trunk/AVR@2618 06ee2f96-5407-11de-8bab-f3d7589a4122 M uart.c commit 7cb449b243c9a4256d04df1855ae7ee6931134e5 Author: svn Date: Mon May 16 08:30:15 2011 +0000 Checkpoint: Refactored much of the console I/O subsystem git-svn-id: svn+ssh://localhost/src/trunk/AVR@2617 06ee2f96-5407-11de-8bab-f3d7589a4122 M conio.c M conio.h M uart.c M uart.h M usb_serial.c commit 869b040f223a99de89bf7c9203f377406ac01750 Author: svn Date: Mon May 16 06:50:14 2011 +0000 Changed the serial port symbolic link from /dev/ttyUSB00x to /dev/ttyteensy git-svn-id: svn+ssh://localhost/src/trunk/AVR@2616 06ee2f96-5407-11de-8bab-f3d7589a4122 M teensy_loader_cli/49-teensy.rules commit 4cceb87fd1fae72182257bf21b294bc6f25d562e Author: svn Date: Wed Apr 27 09:16:00 2011 +0000 Handle -1 return from usb_serial_getchar() git-svn-id: svn+ssh://localhost/src/trunk/AVR@2560 06ee2f96-5407-11de-8bab-f3d7589a4122 M usb_serial.c commit 0fbd155ecfdd1a8d1b81455ef48d58dc98e01601 Author: svn Date: Wed Apr 27 08:10:44 2011 +0000 Added support for console on USB serial port git-svn-id: svn+ssh://localhost/src/trunk/AVR@2559 06ee2f96-5407-11de-8bab-f3d7589a4122 M conio.c M usb_serial.c commit 55d8260ac1c4cbce4d6464199979547d5f3f632d Author: svn Date: Wed Apr 27 07:37:07 2011 +0000 Moved $Id$ to top of file git-svn-id: svn+ssh://localhost/src/trunk/AVR@2558 06ee2f96-5407-11de-8bab-f3d7589a4122 M usb_serial.c commit 5b1c3838e5fbe2b83cd4583441a4ef1827c306fb Author: svn Date: Wed Apr 27 07:36:08 2011 +0000 Added support for USB serial port, downloaded from www.pjrc.com git-svn-id: svn+ssh://localhost/src/trunk/AVR@2557 06ee2f96-5407-11de-8bab-f3d7589a4122 M AVR.mk A usb_serial.c A usb_serial.h commit 828c8f43a56c00e00979a79f5d9726bb96828197 Author: svn Date: Tue Apr 26 07:25:28 2011 +0000 Added shortcut definitions for the parts we are using git-svn-id: svn+ssh://localhost/src/trunk/AVR@2556 06ee2f96-5407-11de-8bab-f3d7589a4122 M uart.c commit e19cfbf107af2b508f2056c97db0f420972b346f Author: svn Date: Mon Apr 25 20:20:33 2011 +0000 Support CONFIG_UART0 and CONFIG_UART1 macros, to support most AVR variants git-svn-id: svn+ssh://localhost/src/trunk/AVR@2555 06ee2f96-5407-11de-8bab-f3d7589a4122 M uart.c commit 56fdba9502fd2e3dc63499939e711437558b3b00 Author: svn Date: Mon Apr 25 20:18:46 2011 +0000 Added CONFIGFLAGS git-svn-id: svn+ssh://localhost/src/trunk/AVR@2554 06ee2f96-5407-11de-8bab-f3d7589a4122 M AVR.mk commit 1b1ff7e46b1b947ff6fd121bf131285f8564c6e9 Author: svn Date: Sat Apr 23 08:59:48 2011 +0000 Install udev rules git-svn-id: svn+ssh://localhost/src/trunk/AVR@2543 06ee2f96-5407-11de-8bab-f3d7589a4122 M teensy_loader_cli/Makefile commit d6fedee713be5ad4ce51b0b6034303c24505b18d Author: svn Date: Sat Apr 23 08:32:06 2011 +0000 Added support for Teensy CLI loader git-svn-id: svn+ssh://localhost/src/trunk/AVR@2542 06ee2f96-5407-11de-8bab-f3d7589a4122 M AVR.mk commit 88c96cbe039eddd5109fc8744d86cf1819e4775f Author: svn Date: Sat Apr 23 08:31:16 2011 +0000 Download from pjrc.com and checked into repository git-svn-id: svn+ssh://localhost/src/trunk/AVR@2541 06ee2f96-5407-11de-8bab-f3d7589a4122 A teensy_loader_cli/49-teensy.rules commit 779df0e283d3cd8d9727922a9f3e96c503d99e5f Author: svn Date: Sat Apr 23 08:14:44 2011 +0000 Download from pjrc.com and checked into repository git-svn-id: svn+ssh://localhost/src/trunk/AVR@2540 06ee2f96-5407-11de-8bab-f3d7589a4122 A teensy_loader_cli/Makefile A teensy_loader_cli/gpl3.txt A teensy_loader_cli/teensy_loader_cli.c commit d5ee6339577cd2014d338f80755b4e0ae9ba07a0 Author: svn Date: Fri Jan 28 15:25:43 2011 +0000 Upgrade binutils to 2.21, gcc to 4.5.2 with patch for gcc bug #45261 git-svn-id: svn+ssh://localhost/src/trunk/AVR@2288 06ee2f96-5407-11de-8bab-f3d7589a4122 M toolchain/Makefile A toolchain/gcc_45261_fix_2.patch commit 30d1d808913d00bc9069cf71d10e235e3fd39171 Author: svn Date: Fri Sep 24 10:28:16 2010 +0000 Properly detect Cygwin on any version of Windows. git-svn-id: svn+ssh://localhost/src/trunk/AVR@2144 06ee2f96-5407-11de-8bab-f3d7589a4122 M toolchain/Makefile commit 0eb54810894149c23c8cb1329fba250c92dd584b Author: svn Date: Wed Jul 14 13:24:06 2010 +0000 Upgraded binutils to 2.20.1, GCC to 4.4.4, avrlibc to 1.7.0 git-svn-id: svn+ssh://localhost/src/trunk/AVR@2051 06ee2f96-5407-11de-8bab-f3d7589a4122 M toolchain/Makefile commit 440128b005ca58e4f15ff13f2ea56ed45e3ca6d6 Author: svn Date: Wed Jul 14 13:23:31 2010 +0000 Added %post script to write protect /usr/local/avr-tools git-svn-id: svn+ssh://localhost/src/trunk/AVR@2050 06ee2f96-5407-11de-8bab-f3d7589a4122 M toolchain/specfile.template commit 76f52a3f498a018257a8cee3d4a16ac896e85d42 Author: svn Date: Fri Feb 5 11:10:38 2010 +0000 Upgraded gcc to 4.4.3 git-svn-id: svn+ssh://localhost/src/trunk/AVR@1704 06ee2f96-5407-11de-8bab-f3d7589a4122 M toolchain/Makefile commit 91e8ca4982277441be20f837da09308a83a26f0f Author: svn Date: Thu Nov 26 08:57:41 2009 +0000 Upgraded to binutils 2.20 and gcc 4.4.2. git-svn-id: svn+ssh://localhost/src/trunk/AVR@1670 06ee2f96-5407-11de-8bab-f3d7589a4122 M toolchain/Makefile commit b1579887c9b6cc6b007f3415a2546ffcda01859d Author: svn Date: Fri Sep 11 06:56:21 2009 +0000 Use CROSS_COMPILE macro git-svn-id: svn+ssh://localhost/src/trunk/AVR@1594 06ee2f96-5407-11de-8bab-f3d7589a4122 M AVR.mk commit 7f46c75267deec3f4d65a079715cf43c576285fa Author: svn Date: Tue Aug 25 16:32:47 2009 +0000 Minor tweaks for Cygwin git-svn-id: svn+ssh://localhost/src/trunk/AVR@1582 06ee2f96-5407-11de-8bab-f3d7589a4122 M toolchain/Makefile commit 637c5760c4468beb92126f3efea12d1bf477bbc7 Author: svn Date: Tue Aug 18 19:49:13 2009 +0000 Upgraded gcc to 4.4.1, avr-libc to 1.6.7. Create RPM package by default. git-svn-id: svn+ssh://localhost/src/trunk/AVR@1574 06ee2f96-5407-11de-8bab-f3d7589a4122 M toolchain/Makefile A toolchain/specfile.template commit c111d448b897ff6439d693aeb580ff881a2f1279 Author: svn Date: Tue Aug 18 12:50:30 2009 +0000 Removed references to OpenBSD and CentOS-4. git-svn-id: svn+ssh://localhost/src/trunk/AVR@1567 06ee2f96-5407-11de-8bab-f3d7589a4122 M toolchain/README.html commit 6da7ad5cf72cea6a1d79f9a91ebb80ee50ed7074 Author: svn Date: Mon Jul 13 04:52:25 2009 +0000 Roll back to avr-libc 1.6.5 because we can't compile 1.6.7 git-svn-id: svn+ssh://localhost/src/trunk/AVR@1491 06ee2f96-5407-11de-8bab-f3d7589a4122 M toolchain/Makefile commit f4ecb4c7c86484631c0b290672848e99bb93d1c3 Author: svn Date: Fri Jul 10 18:56:05 2009 +0000 Upgrade avr-libc to 1.6.7 git-svn-id: svn+ssh://localhost/src/trunk/AVR@1484 06ee2f96-5407-11de-8bab-f3d7589a4122 M toolchain/Makefile commit 79a5bf368a1d39a1312501ac8716733c8ca06ae9 Author: svn Date: Mon Jun 8 12:05:07 2009 +0000 svn propset keywords git-svn-id: svn+ssh://localhost/src/trunk/AVR@1460 06ee2f96-5407-11de-8bab-f3d7589a4122 M AVR.mk M Makefile M adc.c M adc.h M conio.c M conio.h M test_conio.c M test_gpio.c M toolchain/Makefile M toolchain/README.html M uart.c M uart.h commit 61dd1ec8de8f83bab2c2d2dbd718b171030e9033 Author: svn Date: Mon Jun 8 12:02:30 2009 +0000 Switched from CVS to Subversion git-svn-id: svn+ssh://localhost/src/trunk/AVR@1459 06ee2f96-5407-11de-8bab-f3d7589a4122 M AVR.mk commit 9066e908f6cbd652536dcf0c018bae0b37155339 Author: cvs Date: Tue May 12 08:29:15 2009 +0000 Create README file in DOS format. git-svn-id: svn+ssh://localhost/src/trunk/AVR@1406 06ee2f96-5407-11de-8bab-f3d7589a4122 M toolchain/Makefile commit 2b09868918c80a1aded31f25f0cf309548af3633 Author: cvs Date: Thu May 7 12:26:01 2009 +0000 Added link for avr-libc git-svn-id: svn+ssh://localhost/src/trunk/AVR@1395 06ee2f96-5407-11de-8bab-f3d7589a4122 M toolchain/README.html commit 2dfec978a2d6d8e0c3c1627f1bf03f625d29d8e2 Author: cvs Date: Thu May 7 12:18:35 2009 +0000 Added note about native avrdude. git-svn-id: svn+ssh://localhost/src/trunk/AVR@1394 06ee2f96-5407-11de-8bab-f3d7589a4122 M toolchain/README.html commit 01be5cb7905a707c79ddc1c40205be9f26c1d8ca Author: cvs Date: Tue May 5 11:23:14 2009 +0000 Upgraded GCC to 4.4.0, avr-libc to 1.6.5 git-svn-id: svn+ssh://localhost/src/trunk/AVR@1383 06ee2f96-5407-11de-8bab-f3d7589a4122 M toolchain/Makefile commit fe7045d5416f0f71f9bacc5caa842836996b18a5 Author: cvs Date: Sat Feb 7 20:23:35 2009 +0000 Upgraded binutils to 2.19.1 and gcc to 4.3.3. git-svn-id: svn+ssh://localhost/src/trunk/AVR@1290 06ee2f96-5407-11de-8bab-f3d7589a4122 M toolchain/Makefile commit d0aff68b6b8835ed744f7a891adf6e87570dd247 Author: cvs Date: Sat Nov 22 18:30:06 2008 +0000 Added GCCEXTRACONFIGS git-svn-id: svn+ssh://localhost/src/trunk/AVR@1264 06ee2f96-5407-11de-8bab-f3d7589a4122 M toolchain/Makefile commit 1949b5a88e6775389e2adf00d85e07d9e8dc292d Author: cvs Date: Tue Nov 11 14:14:00 2008 +0000 Upgraded binutils to 2.19, gcc to 4.3.2, and avr-libc to 1.6.4. git-svn-id: svn+ssh://localhost/src/trunk/AVR@1259 06ee2f96-5407-11de-8bab-f3d7589a4122 M toolchain/Makefile commit c2e5dc6068e62fb15722899468053e7e2ad092c8 Author: cvs Date: Mon Oct 6 23:13:11 2008 +0000 Cosmetic change to default_catch target git-svn-id: svn+ssh://localhost/src/trunk/AVR@1242 06ee2f96-5407-11de-8bab-f3d7589a4122 M AVR.mk commit 4a68d151aed2e13b5c301b8b6ae52d040285e9e9 Author: cvs Date: Thu Oct 2 18:45:19 2008 +0000 Cosmetic reordering git-svn-id: svn+ssh://localhost/src/trunk/AVR@1239 06ee2f96-5407-11de-8bab-f3d7589a4122 M AVR.mk commit ba3e2077ae207263db6f60a13c95aee9a36fcfad Author: cvs Date: Wed Feb 27 09:09:32 2008 +0000 Cosmetic change to clean rule. git-svn-id: svn+ssh://localhost/src/trunk/AVR@994 06ee2f96-5407-11de-8bab-f3d7589a4122 M AVR.mk commit 63c573531e48c66ffe722b63a4ee4462c5045567 Author: cvs Date: Wed Feb 27 08:55:05 2008 +0000 Added .bin.elf. rule. Create linker map file. Minor cleanups. git-svn-id: svn+ssh://localhost/src/trunk/AVR@993 06ee2f96-5407-11de-8bab-f3d7589a4122 M AVR.mk commit 90237e4e38382c40a6eb1c93c86e2da4b5d996c8 Author: cvs Date: Wed Feb 27 08:27:07 2008 +0000 Added .s.o rule. Changed libmunts-.a to lib.a. git-svn-id: svn+ssh://localhost/src/trunk/AVR@990 06ee2f96-5407-11de-8bab-f3d7589a4122 M AVR.mk commit 9a4ddb5f105bcc870bdd026d3c42ec6a6e6492ea Author: cvs Date: Thu Jan 24 13:00:30 2008 +0000 Mention NetBSD, too. git-svn-id: svn+ssh://localhost/src/trunk/AVR@962 06ee2f96-5407-11de-8bab-f3d7589a4122 M toolchain/README.html commit f64fc748254b7641764ae370bb1f441e7f8238b4 Author: cvs Date: Wed Jan 9 11:50:24 2008 +0000 Checked into CVS git-svn-id: svn+ssh://localhost/src/trunk/AVR@921 06ee2f96-5407-11de-8bab-f3d7589a4122 A toolchain/README.html commit 3c219f8e4f697e670fb64491786f1221763cb089 Author: cvs Date: Wed Jan 9 11:26:20 2008 +0000 Upgraded to gcc 4.2.2 and avr-libc 1.6.1. git-svn-id: svn+ssh://localhost/src/trunk/AVR@919 06ee2f96-5407-11de-8bab-f3d7589a4122 M toolchain/Makefile commit 37ba4607b1a5a8a3e8d276ad71df887f1bd89e19 Author: cvs Date: Mon Oct 29 15:59:54 2007 +0000 Renamed default target to default_catch git-svn-id: svn+ssh://localhost/src/trunk/AVR@863 06ee2f96-5407-11de-8bab-f3d7589a4122 M AVR.mk commit 9eca9270a98f15cc734acf4a4e95abc09176e5af Author: cvs Date: Wed Oct 10 02:23:48 2007 +0000 Moved contents of avr-tools to AVR/toolchain git-svn-id: svn+ssh://localhost/src/trunk/AVR@845 06ee2f96-5407-11de-8bab-f3d7589a4122 A toolchain/Makefile commit cb4aa4b38502dd43beef0ee72f1a9ea8b8e4cfbc Author: cvs Date: Thu Jul 12 19:06:31 2007 +0000 Renamed download target to program git-svn-id: svn+ssh://localhost/src/trunk/AVR@823 06ee2f96-5407-11de-8bab-f3d7589a4122 M AVR.mk commit 20b6fc5313565895bc95d5df423854893a9ed767 Author: cvs Date: Sat Mar 10 02:03:00 2007 +0000 Added flash:w: prefix to filename git-svn-id: svn+ssh://localhost/src/trunk/AVR@775 06ee2f96-5407-11de-8bab-f3d7589a4122 M AVR.mk commit 8bda83c1a98bf33af925b657eef550efa11bf9f9 Author: cvs Date: Mon Feb 12 20:59:07 2007 +0000 Define and use BAUDRATE macro git-svn-id: svn+ssh://localhost/src/trunk/AVR@762 06ee2f96-5407-11de-8bab-f3d7589a4122 M test_conio.c commit 6c6c2b4d2e219e88bc3a100a61311c54b3304553 Author: cvs Date: Mon Feb 12 19:03:09 2007 +0000 Made uart_getch() nonblocking. git-svn-id: svn+ssh://localhost/src/trunk/AVR@761 06ee2f96-5407-11de-8bab-f3d7589a4122 M conio.c M uart.c commit 92f38834c2690fd19e69756c39984bf149429940 Author: cvs Date: Mon Feb 12 18:46:44 2007 +0000 Implemented RTS/CTS flow control git-svn-id: svn+ssh://localhost/src/trunk/AVR@760 06ee2f96-5407-11de-8bab-f3d7589a4122 M uart.c commit 236c13a13bf258829852a2cb88757bccc264a5dc Author: cvs Date: Mon Feb 12 18:11:35 2007 +0000 Checkpoint: Implemented interrupt drive serial reception git-svn-id: svn+ssh://localhost/src/trunk/AVR@759 06ee2f96-5407-11de-8bab-f3d7589a4122 M uart.c commit 19bbf0ba255c34cb9367333bdb64fdd86a3750d1 Author: cvs Date: Fri Feb 9 17:04:03 2007 +0000 Reverted back to avrdude as default flash programmer git-svn-id: svn+ssh://localhost/src/trunk/AVR@758 06ee2f96-5407-11de-8bab-f3d7589a4122 M AVR.mk commit 62dfbe18f48d28e980004c7aa45fa92b48f88908 Author: cvs Date: Thu Feb 8 23:52:16 2007 +0000 Switch to STK500.EXE for default flash programmer. Added DEBUG macro to CFLAGS. git-svn-id: svn+ssh://localhost/src/trunk/AVR@757 06ee2f96-5407-11de-8bab-f3d7589a4122 M AVR.mk commit 92c7a60787c9347d824caed3f0998cbf79fe1c93 Author: cvs Date: Thu Jan 11 19:15:56 2007 +0000 Added support for CTSINPUT macro, which must be true to transmit git-svn-id: svn+ssh://localhost/src/trunk/AVR@744 06ee2f96-5407-11de-8bab-f3d7589a4122 M uart.c commit 6141bcb24c424dfc4c16e6ca0480928e285e2c13 Author: cvs Date: Sat Nov 11 04:06:40 2006 +0000 Tweaked the AVRPROGRAM macro so we can override it with STK500.EXE on Windows machines, since we can't get avrdude to work on Windows git-svn-id: svn+ssh://localhost/src/trunk/AVR@725 06ee2f96-5407-11de-8bab-f3d7589a4122 M AVR.mk commit 3343e7fde8abb68ff25798bcdfd908e27f47e338 Author: cvs Date: Sat Nov 11 01:25:01 2006 +0000 avrdude seems to want more than a immediate filename git-svn-id: svn+ssh://localhost/src/trunk/AVR@724 06ee2f96-5407-11de-8bab-f3d7589a4122 M AVR.mk commit 47f581664300e2c90ea4fd4d90de9a28b941a00f Author: cvs Date: Fri Nov 10 22:10:33 2006 +0000 Added the AVRDUDE macro, for locating the avrdude program if it isn't in the path. git-svn-id: svn+ssh://localhost/src/trunk/AVR@723 06ee2f96-5407-11de-8bab-f3d7589a4122 M AVR.mk commit 7627ba11926400dbda2908154efa7dc83507daf8 Author: cvs Date: Fri Nov 10 21:06:15 2006 +0000 Use avrdude instead of STK500.EXE for programming flash. git-svn-id: svn+ssh://localhost/src/trunk/AVR@722 06ee2f96-5407-11de-8bab-f3d7589a4122 M AVR.mk commit a413bc20726219fc0ca05d13fb8bd687cc1e6a51 Author: cvs Date: Tue Oct 24 18:13:52 2006 +0000 Implemented simple polling A/D converter driver git-svn-id: svn+ssh://localhost/src/trunk/AVR@697 06ee2f96-5407-11de-8bab-f3d7589a4122 M AVR.mk A adc.c A adc.h commit c632e2ba8d101ce3a4c5311ef52492efc486d40c Author: cvs Date: Fri Oct 13 21:02:42 2006 +0000 Reset the watchdog timer in uart_getch() and uart_putch() git-svn-id: svn+ssh://localhost/src/trunk/AVR@696 06ee2f96-5407-11de-8bab-f3d7589a4122 M uart.c commit 9c43790d670605f5bed59220bcd5341d8e4d0abf Author: cvs Date: Mon Oct 9 04:39:21 2006 +0000 Add convenience macro definition for U2X0 git-svn-id: svn+ssh://localhost/src/trunk/AVR@695 06ee2f96-5407-11de-8bab-f3d7589a4122 M uart.c commit 0e40b8d1785bda842d04eaaa7dbf97ee06d339fe Author: cvs Date: Mon Oct 9 04:31:31 2006 +0000 Use U2X (select 8x baud clock) so we can make 115200 with 16 MHz clock. Add support for URSEL for parts that need it. git-svn-id: svn+ssh://localhost/src/trunk/AVR@694 06ee2f96-5407-11de-8bab-f3d7589a4122 M uart.c commit d23535bc075c59b217cc232332838f28c02e7492 Author: cvs Date: Fri Oct 6 14:42:54 2006 +0000 Added convenience macros for UDR0 etc. for microcontrollers such as the ATmega8535 that only have a single serial port. git-svn-id: svn+ssh://localhost/src/trunk/AVR@693 06ee2f96-5407-11de-8bab-f3d7589a4122 M uart.c commit 71c6bda43256ca841cb7c05b7039c94da0e5db97 Author: cvs Date: Wed Sep 20 05:37:27 2006 +0000 Fixed AVRSRC macro to workaround strange Cygwin behavior git-svn-id: svn+ssh://localhost/src/trunk/AVR@683 06ee2f96-5407-11de-8bab-f3d7589a4122 M AVR.mk commit b8de6c836e22f2c141e4bc56c9fa7bca77872776 Author: cvs Date: Fri Aug 18 23:47:04 2006 +0000 Eliminated reallyclean target. Clean in $(AVRSRC) if we aren't there. git-svn-id: svn+ssh://localhost/src/trunk/AVR@682 06ee2f96-5407-11de-8bab-f3d7589a4122 M AVR.mk commit 05767d380671c7feb05b23a6ca63f4400f02ca06 Author: cvs Date: Fri Aug 18 22:10:59 2006 +0000 Define and use AVRSRC macro. Don't allow implicit value for MCU anymore. git-svn-id: svn+ssh://localhost/src/trunk/AVR@681 06ee2f96-5407-11de-8bab-f3d7589a4122 M AVR.mk commit 024050d17106116469b0b65c018b4ef5fd40e7a7 Author: cvs Date: Fri Aug 18 22:08:18 2006 +0000 Moved ATmega168_USB.c to cad/ATmega168_USB git-svn-id: svn+ssh://localhost/src/trunk/AVR@680 06ee2f96-5407-11de-8bab-f3d7589a4122 M Makefile commit ccfbee87d5cc527c7a84886605d90739e25e3f20 Author: cvs Date: Thu Aug 17 19:52:19 2006 +0000 Do explicit targets for ATmega168_USB.hex and ATmega168_USB.download git-svn-id: svn+ssh://localhost/src/trunk/AVR@679 06ee2f96-5407-11de-8bab-f3d7589a4122 M Makefile commit bd962538302ab39fd8e9a1de6b63d10a83aa7037 Author: cvs Date: Thu Aug 17 19:35:37 2006 +0000 Compile processor dependent libmunts-xxx.a on demand instead of keeping it in CVS git-svn-id: svn+ssh://localhost/src/trunk/AVR@678 06ee2f96-5407-11de-8bab-f3d7589a4122 M AVR.mk M Makefile commit 24ffd35f4ad60625348b014c6bf69b6e071b93c1 Author: cvs Date: Thu Aug 17 19:32:54 2006 +0000 Cosmetic changes to allow compiling for ATmega168 git-svn-id: svn+ssh://localhost/src/trunk/AVR@677 06ee2f96-5407-11de-8bab-f3d7589a4122 M uart.c commit a5b9fc0dc36146fee7140fefb988217f418e7693 Author: cvs Date: Thu Aug 17 19:12:29 2006 +0000 Use right processor for ATmega168_USB git-svn-id: svn+ssh://localhost/src/trunk/AVR@676 06ee2f96-5407-11de-8bab-f3d7589a4122 M Makefile commit 78ef2236fce3d1a2963fc164c5d4b149fbf233a5 Author: cvs Date: Tue Aug 15 19:22:00 2006 +0000 Added ATmega168_USB git-svn-id: svn+ssh://localhost/src/trunk/AVR@675 06ee2f96-5407-11de-8bab-f3d7589a4122 M Makefile commit 8d63c3ff3bc3f27e4472f44d43d57ffd17000750 Author: cvs Date: Fri Aug 4 15:53:13 2006 +0000 Added support for ATmega168 git-svn-id: svn+ssh://localhost/src/trunk/AVR@673 06ee2f96-5407-11de-8bab-f3d7589a4122 M test_gpio.c commit 5b496c75f13da34060d66bc0f5659043f92a3d81 Author: cvs Date: Fri Jul 21 20:19:31 2006 +0000 Incorporated minor cosmetic improvements previously made to ARM code git-svn-id: svn+ssh://localhost/src/trunk/AVR@670 06ee2f96-5407-11de-8bab-f3d7589a4122 A test_conio.c A test_gpio.c commit 2ab86434619baac46b18a8788e1d192e89babc37 Author: cvs Date: Wed Jul 12 23:40:07 2006 +0000 Use ar from avr-tools when building libmunts.a git-svn-id: svn+ssh://localhost/src/trunk/AVR@669 06ee2f96-5407-11de-8bab-f3d7589a4122 M Makefile commit b5ea188a1981a08d46afaa655231d58729cd2823 Author: cvs Date: Wed Jul 12 20:11:05 2006 +0000 Use printf() instead of cputs() git-svn-id: svn+ssh://localhost/src/trunk/AVR@668 06ee2f96-5407-11de-8bab-f3d7589a4122 M conio.c M conio.h commit b052c2ad18da717a227079630a57b0da592a42d2 Author: cvs Date: Wed Jul 12 17:17:11 2006 +0000 Use CPUFREQ variable instead of FREQ macro for calculating baud rate divisor git-svn-id: svn+ssh://localhost/src/trunk/AVR@667 06ee2f96-5407-11de-8bab-f3d7589a4122 M uart.c M uart.h commit ab5924a17d96e7a51689883cf2cd3729eb7c7364 Author: cvs Date: Wed Jul 12 17:15:30 2006 +0000 Got rid of MCU_xxx and FREQ macros git-svn-id: svn+ssh://localhost/src/trunk/AVR@666 06ee2f96-5407-11de-8bab-f3d7589a4122 M AVR.mk commit 7e8f3e3b15a52c16d0d6b83e89acb4e94a05f3c3 Author: cvs Date: Wed Jul 12 17:01:17 2006 +0000 Zero the fgets() input buffer when backspacing git-svn-id: svn+ssh://localhost/src/trunk/AVR@665 06ee2f96-5407-11de-8bab-f3d7589a4122 M conio.c commit a007cb2a04976ee5fb5efebb01f4e6306151b178 Author: cvs Date: Wed Jul 12 16:55:30 2006 +0000 Added rule for downloading to target system. Don't delete intermediate files. Moved default target placeholder to the top of the makefile. git-svn-id: svn+ssh://localhost/src/trunk/AVR@664 06ee2f96-5407-11de-8bab-f3d7589a4122 M AVR.mk commit 8fbda685f562fb3da13529ccad915d7924ce4a44 Author: cvs Date: Wed Jul 12 16:17:56 2006 +0000 Always use fgets() instead of gets()!!! git-svn-id: svn+ssh://localhost/src/trunk/AVR@663 06ee2f96-5407-11de-8bab-f3d7589a4122 M conio.c commit 3b9698514ab5b84ce789e07ffbe8e5408f0692c6 Author: cvs Date: Wed Jul 12 16:09:08 2006 +0000 Cosmetic change to whitespace git-svn-id: svn+ssh://localhost/src/trunk/AVR@662 06ee2f96-5407-11de-8bab-f3d7589a4122 M conio.h commit bcc42ee4a7ff206f68dc587c3e9e6ddb9247f113 Author: cvs Date: Wed Jul 12 00:02:06 2006 +0000 Implemented rudimentary serial console binding to stdin, stdout, stderr git-svn-id: svn+ssh://localhost/src/trunk/AVR@661 06ee2f96-5407-11de-8bab-f3d7589a4122 M AVR.mk M Makefile A conio.c A conio.h A uart.c A uart.h commit f4cc1af736f002cea027fc4b60e23e0e0e3c090d Author: cvs Date: Tue Jul 11 18:39:39 2006 +0000 Replace .c.elf rule with .c.o rule git-svn-id: svn+ssh://localhost/src/trunk/AVR@660 06ee2f96-5407-11de-8bab-f3d7589a4122 M AVR.mk commit 0d1b6b24c2a82329e286121ca19afae770a231d0 Author: cvs Date: Tue Jul 11 18:36:31 2006 +0000 Added libmunts.a to linker options git-svn-id: svn+ssh://localhost/src/trunk/AVR@659 06ee2f96-5407-11de-8bab-f3d7589a4122 M AVR.mk commit 1c294893ab2269f0ad8ceb3cceeb46977e061c73 Author: cvs Date: Thu Jul 6 15:45:13 2006 +0000 Use AVRTOOLS macro instead of AVRBIN git-svn-id: svn+ssh://localhost/src/trunk/AVR@657 06ee2f96-5407-11de-8bab-f3d7589a4122 M AVR.mk commit bb91738127f1ecac28203ba8f9aa3a3a0c4ae191 Author: cvs Date: Wed Jul 5 20:51:33 2006 +0000 Changed AVR tools directory from /usr/local/avr to /usr/local/avr-tools git-svn-id: svn+ssh://localhost/src/trunk/AVR@656 06ee2f96-5407-11de-8bab-f3d7589a4122 M AVR.mk commit 6ac718f11469869255414668d6f74dc6369c4b24 Author: cvs Date: Wed Jun 28 17:28:03 2006 +0000 Changed the default MCU type to atmega128, for the ET-AVR Stamp. Define MCU_$(MCU) instead of MCU=$(MCU), because that should be easier to use in C programs. git-svn-id: svn+ssh://localhost/src/trunk/AVR@654 06ee2f96-5407-11de-8bab-f3d7589a4122 M AVR.mk commit 3e913094cc065648e7e963eabadccf0e1d9ee7d9 Author: cvs Date: Tue Jun 20 23:54:04 2006 +0000 Moved toolchain to /usr/local/avr for OS portability git-svn-id: svn+ssh://localhost/src/trunk/AVR@652 06ee2f96-5407-11de-8bab-f3d7589a4122 M AVR.mk commit 81018421098f0358d1249fcec9a20cd7351b28e3 Author: cvs Date: Fri Jun 16 20:10:18 2006 +0000 Corrected the value for MCU macro git-svn-id: svn+ssh://localhost/src/trunk/AVR@651 06ee2f96-5407-11de-8bab-f3d7589a4122 M AVR.mk commit 63eb24a709da7e89f1086ae26bf7db53122fc3c3 Author: cvs Date: Fri Jun 16 20:07:11 2006 +0000 Moved MCU macro to AVR.mk. Changed default value for ARM macro to WinAVR. git-svn-id: svn+ssh://localhost/src/trunk/AVR@650 06ee2f96-5407-11de-8bab-f3d7589a4122 M AVR.mk M Makefile commit aca1fa93028710cad58e5d31eb3625f03bd4197c Author: cvs Date: Fri May 12 22:26:01 2006 +0000 Moved /export/software/Linux/atmel to /usr/local/avr git-svn-id: svn+ssh://localhost/src/trunk/AVR@649 06ee2f96-5407-11de-8bab-f3d7589a4122 M AVR.mk commit bd5422c90433009fc2e8c588392c2fc3733701da Author: cvs Date: Fri May 12 22:07:31 2006 +0000 Changed the default MCU to atmega32, since that is what we have at the moment. git-svn-id: svn+ssh://localhost/src/trunk/AVR@648 06ee2f96-5407-11de-8bab-f3d7589a4122 M Makefile commit 3369b47684d86d34f9ce63f022025e9493922342 Author: cvs Date: Thu May 11 23:44:23 2006 +0000 Added @- to cvs update command git-svn-id: svn+ssh://localhost/src/trunk/AVR@647 06ee2f96-5407-11de-8bab-f3d7589a4122 M AVR.mk commit 303908c569fa103a40e9b8eb3608315025830eb5 Author: cvs Date: Thu May 11 16:00:41 2006 +0000 Tweaked the include command to work with both gmake and BSD make git-svn-id: svn+ssh://localhost/src/trunk/AVR@646 06ee2f96-5407-11de-8bab-f3d7589a4122 M Makefile commit 7bd7ed1a9c4d4b6095f4563a29b0c489ec16e7ac Author: cvs Date: Thu May 11 15:49:42 2006 +0000 Moved default target to AVR.mk. Make AVRBIN macro overridable by environment variable, for using WinAVR package. git-svn-id: svn+ssh://localhost/src/trunk/AVR@645 06ee2f96-5407-11de-8bab-f3d7589a4122 M AVR.mk M Makefile commit 52b9537138e995262e3e1f6c6dc15e42c0d7330b Author: cvs Date: Tue May 2 23:08:51 2006 +0000 Moved most of Makefile to AVR.mk git-svn-id: svn+ssh://localhost/src/trunk/AVR@642 06ee2f96-5407-11de-8bab-f3d7589a4122 A AVR.mk M Makefile commit 6a10309e8b37873c43161cb8269de98323e3d6bd Author: cvs Date: Fri Apr 28 16:19:23 2006 +0000 Added -DMCU= to compiler command line git-svn-id: svn+ssh://localhost/src/trunk/AVR@641 06ee2f96-5407-11de-8bab-f3d7589a4122 M Makefile commit 90671a2b8127f82c2c59959c45fa60486d727020 Author: cvs Date: Fri Apr 28 16:09:32 2006 +0000 Added EXTRAFLAGS for compiling, EXTRAOBJS for linking, and -S to objcopy git-svn-id: svn+ssh://localhost/src/trunk/AVR@640 06ee2f96-5407-11de-8bab-f3d7589a4122 M Makefile commit 7fe31a845b118186f8bddb02aa9abe3e5c249f5c Author: cvs Date: Fri Apr 28 15:55:20 2006 +0000 Use .elf suffix instead of the ambiguous .bin suffix git-svn-id: svn+ssh://localhost/src/trunk/AVR@639 06ee2f96-5407-11de-8bab-f3d7589a4122 M Makefile commit c7ac7c177687b5bf30976865a6fd66f6c6e887e7 Author: cvs Date: Fri Apr 28 15:53:11 2006 +0000 Update AVRBIN macro. Added stuff for compiling and generating assembly language git-svn-id: svn+ssh://localhost/src/trunk/AVR@638 06ee2f96-5407-11de-8bab-f3d7589a4122 M Makefile commit 7f99dbe5aff2014226524c0f37508549c0f39e0a Author: cvs Date: Thu Apr 27 16:44:22 2006 +0000 Added update target git-svn-id: svn+ssh://localhost/src/trunk/AVR@637 06ee2f96-5407-11de-8bab-f3d7589a4122 M Makefile commit 2fb84f5cca2d3ad2f324e2d4ec2aac3757daf384 Author: cvs Date: Thu Apr 27 16:42:57 2006 +0000 Initial revision git-svn-id: svn+ssh://localhost/src/trunk/AVR@636 06ee2f96-5407-11de-8bab-f3d7589a4122 A Makefile