| Commit message (Collapse) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| | * | Dump remaining inputs | Keith Packard | 2009-03-25 | |
| | | | ||||
| | * | Remove poll for ti demo button | Keith Packard | 2009-03-25 | |
| | | | ||||
| | * | Add adc to serial conversion | Keith Packard | 2009-03-25 | |
| | | | ||||
| | * | Add ADC via DMA example | Keith Packard | 2009-03-25 | |
| | | | ||||
| | * | Add DMA example | Keith Packard | 2009-03-25 | |
| | | | ||||
| | * | Back to 0dBm | Keith Packard | 2009-03-25 | |
| | | | ||||
| | * | Make radio test compile again | Keith Packard | 2009-03-25 | |
| | | | ||||
| | * | Wait for xtal to stabilize | Keith Packard | 2009-03-25 | |
| | | | ||||
| | * | Check serial input | Keith Packard | 2009-03-25 | |
| | | | ||||
| | * | Eliminate array walking | Keith Packard | 2009-03-25 | |
| | | | ||||
| | * | Add a per-char delay | Keith Packard | 2009-03-25 | |
| | | | ||||
| | * | Use UTX1IF to wait for serial TX complete | Keith Packard | 2009-03-25 | |
| | | | ||||
| | * | Send more interesting text | Keith Packard | 2009-03-25 | |
| | | | ||||
| | * | More random serial bit frobbing | Keith Packard | 2009-03-25 | |
| | | | ||||
| | * | Flip serial TX code around a bit | Keith Packard | 2009-03-25 | |
| | | | ||||
| | * | Try serial polarity high/high | Keith Packard | 2009-03-25 | |
| | | | ||||
| | * | Make serial test simpler | Keith Packard | 2009-03-25 | |
| | | | ||||
| | * | Flip start/stop bits around | Keith Packard | 2009-03-25 | |
| | | | ||||
| | * | Stop high | Keith Packard | 2009-03-24 | |
| | | | ||||
| | * | Change radio to -30dBm | Keith Packard | 2009-03-24 | |
| | | | ||||
| | * | Add serial test program | Keith Packard | 2009-03-24 | |
| | | | ||||
| | * | Wait for xtal to stabilize after changing to 24MHz | Keith Packard | 2009-03-24 | |
| | | | ||||
| | * | Actually return byte read from SPI | Keith Packard | 2009-03-24 | |
| | | | ||||
| | * | Clear UxCSR_TX_BYTE after transmitting a byte | Keith Packard | 2009-03-24 | |
| | | | ||||
| | * | Led the LED turn on | Keith Packard | 2009-03-24 | |
| | | | ||||
| | * | actually write and compare SPI test bits | Keith Packard | 2009-03-24 | |
| | | | ||||
| | * | Add USART-based SPI test code | Keith Packard | 2009-03-24 | |
| | | | ||||
| | * | Change spi test string | Keith Packard | 2009-03-24 | |
| | | | ||||
| | * | Oops, not merging in the bit read for SPI test | Keith Packard | 2009-03-24 | |
| | | | ||||
| | * | Adjust clock/data phase for spi test | Keith Packard | 2009-03-24 | |
| | | | ||||
| | * | MISO needs to be an input | Keith Packard | 2009-03-24 | |
| | | | ||||
| | * | Add bit-banging spi eeprom test program | Keith Packard | 2009-03-24 | |
| | | | ||||
| | * | working beep at around 4khz | Bdale Garbee | 2009-03-18 | |
| | | | ||||
| | * | Add simple test program to light up the transmitter at 434.550MHz | Keith Packard | 2009-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 uses | Keith Packard | 2009-03-15 | |
| | | | ||||
| | * | Add telemetrum beeper example | Keith Packard | 2009-03-15 | |
| | | | ||||
| | * | sdcc gets the lib path correct based on the model | Keith Packard | 2009-03-15 | |
| | | | ||||
| | * | Bump debug speed back up | Keith Packard | 2009-03-15 | |
| | | | ||||
| | * | Only flip changing bits in async mode | Keith Packard | 2009-03-07 | |
| | | | ||||
| | * | The debug port only works if reset is higher than clock. weird | Keith Packard | 2009-03-07 | |
| | | | ||||
| | * | Make manual bit flipping sync after every transaction | Keith Packard | 2009-03-07 | |
| | | | ||||
| | * | Add ccmanual | Keith Packard | 2009-03-07 | |
| | | | ||||
| | * | Sync after manual bit reading | Keith Packard | 2009-03-07 | |
| | | | ||||
| | * | Flip debug pins around to match telemetrum | Keith Packard | 2009-03-07 | |
| | | | ||||
| | * | Wait for a while when switching the RESET_N line | Keith Packard | 2009-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 fixes | Bdale Garbee | 2009-03-02 | |
| | | | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com> | |||
| | * | Add s51 manual. | Keith Packard | 2009-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 garbage | Keith Packard | 2009-03-01 | |
| | | | ||||
| | * | Support 'set' command | Keith Packard | 2009-01-25 | |
| | | | | | | | | | | | | | The 'set' command modifies target memory and registers Signed-off-by: Keith Packard <keithp@keithp.com> | |||
| | * | Expose ccdbg_set_clock API | Keith Packard | 2009-01-05 | |
| | | | | | | | | | | | | | | | This allows applications to change the debug port clock rate on the fly. Signed-off-by: Keith Packard <keithp@keithp.com> | |||
