summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * 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
| |
| * actually write and compare SPI test bitsKeith Packard2009-03-24
| |
| * Add USART-based SPI test codeKeith Packard2009-03-24
| |
| * Change spi test stringKeith Packard2009-03-24
| |
| * Oops, not merging in the bit read for SPI testKeith Packard2009-03-24
| |
| * Adjust clock/data phase for spi testKeith Packard2009-03-24
| |
| * MISO needs to be an inputKeith Packard2009-03-24
| |
| * Add bit-banging spi eeprom test programKeith Packard2009-03-24
| |
| * working beep at around 4khzBdale Garbee2009-03-18
| |
| * Add simple test program to light up the transmitter at 434.550MHzKeith Packard2009-03-18
| | | | | | | | | | This starts a transmit sequence, but doesn't send any data so the transmitter just locks on.
| * Correctly comment which bit the beep program usesKeith Packard2009-03-15
| |
| * Add telemetrum beeper exampleKeith Packard2009-03-15
| |
| * sdcc gets the lib path correct based on the modelKeith Packard2009-03-15
| |
| * Bump debug speed back upKeith Packard2009-03-15
| |
| * Only flip changing bits in async modeKeith Packard2009-03-07
| |
| * The debug port only works if reset is higher than clock. weirdKeith Packard2009-03-07
| |
| * Make manual bit flipping sync after every transactionKeith Packard2009-03-07
| |
| * Add ccmanualKeith Packard2009-03-07
| |
| * Sync after manual bit readingKeith Packard2009-03-07
| |
| * Flip debug pins around to match telemetrumKeith Packard2009-03-07
| |
| * Wait for a while when switching the RESET_N lineKeith Packard2009-03-06
| | | | | | | | | | | | | | | | | | | | | | The cc1111 manual suggests placing a 2.7kΩ resister and 1nF capacitor on the RESET_N line to filter out noise. This increases the time necessary to reset the chip to several microseconds which is longer than the interval between two USB packets. Flush the USB packet queue and sleep for a while after changing the value on the RESET_N line to make sure the chip sees the state change. Signed-off-by: Keith Packard <keithp@keithp.com>
| * minor s51.1 formatting fixesBdale Garbee2009-03-02
| | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
| * Add s51 manual.Keith Packard2009-03-01
| | | | | | | | | | | | | | This documents (briefly) the s51 hex debugging interface program, including some simple commands to test the operation of the system interactively. Signed-off-by: Keith Packard <keithp@keithp.com>
| * Sometimes the link breaks and the GET_PC command returns garbageKeith Packard2009-03-01
| |
| * Support 'set' commandKeith Packard2009-01-25
| | | | | | | | | | | | The 'set' command modifies target memory and registers Signed-off-by: Keith Packard <keithp@keithp.com>
| * Expose ccdbg_set_clock APIKeith Packard2009-01-05
| | | | | | | | | | | | | | This allows applications to change the debug port clock rate on the fly. Signed-off-by: Keith Packard <keithp@keithp.com>