summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* add a distclean target to src/MakefileBdale Garbee2009-06-04
|
* add lib to the front of the subdir listBdale Garbee2009-06-04
|
* Move build and debug tools to 'cctools' directory.Keith Packard2009-06-04
| | | | | | These tools were merged in from the ccdbg package. Signed-off-by: Keith Packard <keithp@keithp.com>
* Merge ccdbg and altos sources into one giant repositoryKeith Packard2009-06-04
|\ | | | | | | | | | | Keeping these separate isn't making things any easier. Signed-off-by: Keith Packard <keithp@keithp.com>
| * Add aoload to load serial-numbered altos binaries.Keith Packard2009-05-27
| | | | | | | | | | | | | | aoload is a custom version of ccload which edits the data before sending it to the target machine, writing the target serial number into the data. Signed-off-by: Keith Packard <keithp@keithp.com>
| * Shrink USB output buffers, work around USB packet errorsKeith Packard2009-04-22
| |
| * Enable FEC in radio packetsKeith Packard2009-04-17
| |
| * Add CRC to radio packetsKeith Packard2009-04-17
| |
| * Add data whiteningKeith Packard2009-04-17
| |
| * Add packet status byte definesKeith Packard2009-04-17
| |
| * Add separate xmit/recv programs to radio demoKeith Packard2009-04-17
| |
| * Get env var for debug method selectionKeith Packard2009-04-17
| |
| * Run-time selection between cp2103 and cc1111Keith Packard2009-04-17
| |
| * Send dataKeith Packard2009-04-16
| |
| * Add load command to s51Keith Packard2009-04-12
| |
| * Add ccdumpKeith Packard2009-04-12
| |
| * Bump buffer pointer as data is written to cc-usbKeith Packard2009-04-06
| |
| * Add support for a serial-connected custom debug dongleKeith Packard2009-04-06
| | | | | | | | | | This uses the cc1111 board as a custom debug dongle with faster methods for communicating with the debug target.
| * Reset cc1111 on s51 exitKeith Packard2009-04-01
| |
| * Add timer-based beep testKeith Packard2009-04-01
| |
| * Add readline support to s51Keith Packard2009-03-26
| |
| * Deal with MSB-outputing DMA engineKeith Packard2009-03-25
| |
| * Flip ADC bytes aroundKeith Packard2009-03-25
| |
| * Add spacing for serial adc dataKeith Packard2009-03-25
| |
| * Inc only one on dest addrKeith Packard2009-03-25
| |
| * Dump remaining inputsKeith Packard2009-03-25
| |
| * Remove poll for ti demo buttonKeith Packard2009-03-25
| |
| * Add adc to serial conversionKeith Packard2009-03-25
| |
| * Add ADC via DMA exampleKeith Packard2009-03-25
| |
| * Add DMA exampleKeith Packard2009-03-25
| |
| * Back to 0dBmKeith Packard2009-03-25
| |
| * Make radio test compile againKeith Packard2009-03-25
| |
| * Wait for xtal to stabilizeKeith Packard2009-03-25
| |
| * Check serial inputKeith Packard2009-03-25
| |
| * Eliminate array walkingKeith Packard2009-03-25
| |
| * Add a per-char delayKeith Packard2009-03-25
| |
| * Use UTX1IF to wait for serial TX completeKeith Packard2009-03-25
| |
| * Send more interesting textKeith Packard2009-03-25
| |
| * More random serial bit frobbingKeith Packard2009-03-25
| |
| * Flip serial TX code around a bitKeith Packard2009-03-25
| |
| * Try serial polarity high/highKeith Packard2009-03-25
| |
| * Make serial test simplerKeith Packard2009-03-25
| |
| * Flip start/stop bits aroundKeith Packard2009-03-25
| |
| * Stop highKeith Packard2009-03-24
| |
| * Change radio to -30dBmKeith Packard2009-03-24
| |
| * Add serial test programKeith Packard2009-03-24
| |
| * Wait for xtal to stabilize after changing to 24MHzKeith Packard2009-03-24
| |
| * Actually return byte read from SPIKeith Packard2009-03-24
| |
| * Clear UxCSR_TX_BYTE after transmitting a byteKeith Packard2009-03-24
| |
| * Led the LED turn onKeith Packard2009-03-24
| |