| Rev |
Age |
Author |
Path |
Log message |
Diff |
| 552 |
7009 d 3 h |
andfri |
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/ir/transceiver/ |
* avr-lib: Changed drivers/ir/transceiver to handle basic transmit functions, but it does not yet modulate the signal. |
|
| 550 |
7009 d 14 h |
andfri |
/trunk/EmbeddedSoftware/AVR/avr-lib/ |
* avr-lib/template: Put template source files in subdir src, separated from config and bios files. Rewrote makefiles so that it builds in a separate build tree. Top level makefile is generic and handles uploading to device while src/Makefile is application specific and only takes care of building. |
|
| 549 |
7011 d 4 h |
arune |
/trunk/EmbeddedSoftware/AVR/application/IrReceive/ |
app/irreceive: main.c cleanup and now uses new defs from drivers/ircommon.h |
|
| 548 |
7011 d 4 h |
arune |
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/ir/ |
drivers/irreceiver: some defs in ircommon.h, comments in irreceive.c |
|
| 547 |
7011 d 15 h |
andfri |
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/ir/ |
* avr-lib: Fixed no newline at end of drivers/ir/ircommon.c.
* avr-lib: Added drivers/ir/transceiver, an interrupt-driven version of drivers/ir/receiver. It can be used in ../applications/IrReceive simply by linking with the transceiver driver instead. |
|
| 546 |
7011 d 21 h |
noddan |
/trunk/EmbeddedSoftware/AVR/application/RGBLED/ |
nodeRGB: Structural changes, now accepts incoming packages again. Still needs polishing. |
|
| 545 |
7011 d 21 h |
noddan |
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/ |
canid.h : Added support for RGBLED |
|
| 544 |
7012 d 16 h |
andfri |
/trunk/EmbeddedSoftware/AVR/avr-lib/ |
* avr-lib: Renamed timer triver functions to fit the existing naming scheme.
* avr-lib: Updated template to use the new timer driver instead of timebase. |
|
| 543 |
7013 d 4 h |
arune |
/trunk/EmbeddedSoftware/AVR/application/IrTransmit/ |
app/irtransmit: first upload of main.c and makefile |
|
| 542 |
7013 d 4 h |
arune |
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/ir/transmitter/ |
drivers/irtransmitter: first committ |
|
| 541 |
7013 d 20 h |
arune |
/trunk/EmbeddedSoftware/AVR/standalone/CanSimpleEthernet/ |
standalone/simpleeth: disablead dumping of data to udp-port, changed avr-port for reset of enc, some cleanup (removed led), option for sending empty timestamp on bus |
|
| 540 |
7013 d 22 h |
arune |
/trunk/EmbeddedSoftware/AVR/application/ |
App/IrTransmit: renamed folder |
|
| 539 |
7015 d 1 h |
andfri |
/trunk/EmbeddedSoftware/AVR/trash/Test/ |
Testing commit-msg |
|
| 538 |
7015 d 1 h |
arune |
/trunk/EmbeddedSoftware/AVR/application/IrTransmitter/ |
app/IrTransmitt: upload of folder |
|
| 537 |
7015 d 2 h |
andfri |
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/timer/ |
* avr-lib: Added a new timer driver to provide several software timers from a single timer module, as well as the basic timebase functionality. |
|
| 536 |
7019 d 17 h |
arune |
/trunk/EmbeddedSoftware/AVR/standalone/CanSimpleEthernet/ |
standalone/cansimpleeth: fixes in makefile to work in standalonedir |
|
| 535 |
7019 d 19 h |
arune |
/trunk/EmbeddedSoftware/AVR/lib/src/eth/enc28j60/ |
drivers/eth/enc28j60: CS-port should be PC0 |
|
| 534 |
7019 d 19 h |
arune |
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/eth/enc28j60/ |
drivers/eth/enc28j60: CS-port should be PC0 |
|
| 533 |
7021 d 22 h |
arune |
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/ir/ |
drivers/IrReceive: cleanup and structure, needs application to compile ircommon.c so update the makefile |
|
| 532 |
7021 d 22 h |
arune |
/trunk/EmbeddedSoftware/AVR/application/IrReceive/ |
app/IrReceive: makefile updated to work with more structured drivers |
|