aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-09-25apply a patch made by audin to a src/coreHEADmasterlynxeyed-atsu
audin fixed some bugs about Print class and gpio function with interruption for us. thank you!
2012-09-03replaced URL newlynxeyed-atsu
2012-09-03fixed bootloaders for LPC1114FN28/102lynxeyed-atsu
2012-09-01fixed preprocessorslynxeyed-atsu
2012-09-01replaced new boot loader for LPC1114FN28/102lynxeyed-atsu
This boot loader is LPC1114FN28/102 dual in package. this is not for LPC1114F/301 or 302 but may work on it. But… unfortunately, this boot loader won't be able to work on LPC1114FN28ES (engineer sample ver.).
2012-08-10fixed user_application.cpplynxeyed-atsu
2012-08-09changed MCU settingslynxeyed-atsu
We can switch linker script each MCU using Configuration tab of LPCXpresso project's properties.
2012-07-26fix weblog addresslynxeyed-atsu
2012-07-23added new bootloaderlynxeyed-atsu
2012-07-14Added built cutecom-0.22 for Mac OSXlynxeyed-atsu
2012-07-13fixed some errorlynxeyed-atsu
2012-07-13fixed project for LPCXpresso IDE on Mac OSXlynxeyed-atsu
2012-06-28added randomize using linear congruential methodlynxeyed-atsu
2012-06-27added Random functionlynxeyed-atsu
2012-06-07fix Wire classlynxeyed-atsu
2012-05-27added arithmetical macro from Arduino.lynxeyed-atsu
2012-05-24fixed PWM function which we're able to use GPIO as PWM pins up to 4.lynxeyed-atsu
2012-05-24fixed print class and PWM functionlynxeyed-atsu
2012-05-16fix LiquidCrystal Classlynxeyed-atsu
2012-05-14Fix example codelynxeyed-atsu
2012-05-14changed examples simplelynxeyed-atsu
2012-05-14clean not in use objectslynxeyed-atsu
2012-05-13Merge pull request #4 from nucho/myFunctionAtsushi Saitoh
入力ピンのon chip pull-upの設定機能追加
2012-05-13added inverse logic modenucho
2012-05-13fixed delayMicroseconds errornucho
2012-05-13Added the selection of on-chip pull-up or inactive function as input pinnucho
2012-05-13some bugs are fixednucho
2012-05-12Fixed Wire classlynxeyed-atsu
2012-05-12added Wire class but master onlylynxeyed-atsu
2012-05-12added Wire class but master onlylynxeyed-atsu
2012-04-23fixed IOCON errorsAtsushi Saitoh
2012-04-21add readmeAtsushi Saitoh
2012-04-01added boot loader for LPC1114FN28/102 (28pin DIP)Atsushi Saitoh
2012-04-01fixed clocking errorAtsushi Saitoh
2012-03-25Merge branch 'master' of github.com:lynxeyed-atsu/eXodusinoAtsushi Saitoh
2012-03-25fixed some errorsAtsushi Saitoh
2012-03-26fixed delayMicroseconds errorAtsushi Saitoh
2012-03-19Merge pull request #3 from nucho/myFunctionAtsushi Saitoh
Added SoftwareSerial
2012-03-18Added SoftwareSerial classnucho
2012-03-18added print(char) and println(char)nucho
2012-03-18Merge https://github.com/lynxeyed-atsu/eXodusinoAtsushi Saitoh
2012-03-17Merge pull request #2 from nucho/myFunctionAtsushi Saitoh
Added Print class
2012-03-18added function write(*str)nucho
2012-03-18Using Print classnucho
2012-03-17Added Print classnucho
2012-03-15some changesAtsushi Saitoh
2012-03-14Merge pull request #1 from nucho/myPrototypeAtsushi Saitoh
attachInterrupt関数の追加
2012-03-14 Added attachInterrupt functionnucho
2012-03-14Added attachInterrupt functionnucho
2012-03-14added attachInterrupt functionnucho