Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleaned out libmaple.h; this had wide-ranging implications. | Marti Bolivar | 2011-02-27 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | | Many of the #defines in libmaple.h were board-specific, not MCU-specific. Most of these were only used by code under libmaple/usb/. These were moved into usb_config.h, and are clearly marked as being terrible hacks. I'm going to treat the USB stack as a black box that we'll deal with later. Further, instead of having a variety of #defines like "How many USARTS do I have?", we decide that based on the density of the chip. This is determined by testing for STM32_MEDIUM_DENSITY or STM32_HIGH_DENSITY defines. libmaple currently doesn't support low-density chips, so that suffices. The Makefile will set these automatically based on the MCU. Other offending #defines are ERROR_LED_PORT and ERROR_LED_PIN; these were made optional, but they're set in the Makefile as a hack to keep things working. | ||||
* | workaround to compile test-session.cpp | Perry Hung | 2011-02-27 | 1 | -1/+1 |
| | |||||
* | Function examples/test-session.cpp on Native | Marti Bolivar | 2011-02-10 | 1 | -13/+19 |
| | |||||
* | Ported examples/test-session.cpp to work on Mini | Marti Bolivar | 2011-01-30 | 1 | -438/+515 |
| | |||||
* | fixed Serial crash bug | bnewbold | 2010-09-05 | 1 | -1/+5 |
| | |||||
* | simplified example headers | bnewbold | 2010-08-31 | 1 | -23/+6 |
| | |||||
* | Call init() before static constructors | Perry Hung | 2010-06-25 | 1 | -2/+7 |
| | | | | | | | Commit 70a18f96b6d55d23ce58ab40ffb61f172c8f6c73 forces init() to be called before any statically allocated object constructors for the IDE. This adds the change to the examples for users not using the IDE. | ||||
* | fixed QA test (pulldown) | bnewbold | 2010-06-16 | 1 | -2/+2 |
| | |||||
* | new QA testing modes | bnewbold | 2010-06-15 | 1 | -0/+43 |
| | |||||
* | test session serial fix | bnewbold | 2010-06-07 | 1 | -3/+3 |
| | |||||
* | fixed example | bnewbold | 2010-06-05 | 1 | -5/+5 |
| | |||||
* | example updates... | bnewbold | 2010-06-04 | 1 | -523/+524 |
| | |||||
* | Preliminary wirish USBSerial implementation. | Perry Hung | 2010-06-04 | 1 | -6/+0 |
| | | | | | | -updated examples -removed HardwareUSB -cleaned up a handful of includes | ||||
* | finish cxxabi-compat refactor | bnewbold | 2010-04-29 | 1 | -7/+0 |
| | | | | perry forgot to add/edit these... | ||||
* | updated test-session with new banner art etc | bnewbold | 2010-04-27 | 1 | -64/+163 |
| | |||||
* | mostly complete new interactive hardware testing program | bnewbold | 2010-04-21 | 1 | -0/+437 |