Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | update changelogs for Debian builddebian/0.6+129+g934434f | Bdale Garbee | 2010-04-08 |
| | |||
* | fix typo in url | Bdale Garbee | 2010-04-08 |
| | |||
* | update changelogs for Debian builddebian/0.6+127+g05ad583 | Bdale Garbee | 2010-04-08 |
| | |||
* | need another build dep | Bdale Garbee | 2010-04-08 |
| | |||
* | update changelogs for Debian builddebian/0.6+125+g8f1d47e | Bdale Garbee | 2010-04-08 |
| | |||
* | update changelogs for Debian builddebian/0.6+124+gc66eeba | Bdale Garbee | 2010-04-08 |
| | |||
* | rewrite urls in docbook format | Bdale Garbee | 2010-04-03 |
| | |||
* | crudely incorporate "day in the life" info from web page | Bdale Garbee | 2010-04-01 |
| | |||
* | tweak copyright assertion | Bdale Garbee | 2010-04-01 |
| | |||
* | make lintian happy | Bdale Garbee | 2010-03-30 |
| | |||
* | update changelogs for Debian builddebian/0.6+119+g00f49c8 | Bdale Garbee | 2010-03-30 |
| | |||
* | fix typo | Bdale Garbee | 2010-03-30 |
| | |||
* | update changelogs for Debian builddebian/0.6+117+gb41e617 | Bdale Garbee | 2010-03-30 |
| | |||
* | Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos | Bdale Garbee | 2010-03-30 |
|\ | | | | | | | | | Conflicts: ChangeLog | ||
| * | Merge remote branch 'origin/master' | Keith Packard | 2010-03-12 |
| |\ | |||
| | * | update changelogs for Debian builddebian/0.6+109+geda5e11 | Bdale Garbee | 2010-03-05 |
| | | | |||
| * | | Document the ao-dumplog '--remote' flag for radio-link downloads | Keith Packard | 2010-03-12 |
| | | | | | | | | | | | | | | | | | | | | | | | | The --remote (or -R) flag uses TeleDongle to fetch data over the radio command link from TeleMetrum. It's been there for a while, but the man page failed to mention it. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
| * | | Round radio calibration value instead of truncating | Keith Packard | 2010-03-12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The radio calibration function in the bring-up code was truncating the radio calibration value which caused the resulting frequency to always measure above the target frequency, instead of trying to get as close as possible. This change will result in a closer frequency match, but may sometimes be below the target frequency. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | | | update changelogs for Debian builddebian/0.6+111+g20d4d41 | Bdale Garbee | 2010-03-30 |
| | | | |||
* | | | initial harness for documentation | Bdale Garbee | 2010-03-30 |
| | | | |||
* | | | move gbp.conf into debian/ | Bdale Garbee | 2010-03-15 |
| |/ |/| | |||
* | | update changelogs for Debian builddebian/0.6+108+g6e61170 | Bdale Garbee | 2010-03-04 |
|/ | |||
* | Need to duplicate new altitude conversion code in aoview. | Keith Packard | 2010-02-28 |
| | | | | | | | Altitude conversion is now done with a smaller table and interpolation instead of a giant table. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | update changelogs for Debian builddebian/0.6+106+ga1478f6 | Bdale Garbee | 2010-02-27 |
| | |||
* | Merge remote branch 'origin/master' | Keith Packard | 2010-02-27 |
|\ | |||
| * | create a turn on script for lighting up TeleDongle v0.2 boards | Bdale Garbee | 2010-02-26 |
| | | |||
* | | Add .gitignore for ao-bringup | Keith Packard | 2010-02-27 |
| | | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | | Fix up LED colors for each product. | Keith Packard | 2010-02-27 |
| | | | | | | | | | | | | | | | | Different products assign different color LEDs to the two available LED drivers (P1_0, P1_1). Make the LED color pin assignments per-product (in ao_pins.h), then deal with not always having a green LED. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | | Eliminate deadlock when writing config from radio link | Keith Packard | 2010-02-27 |
| | | | | | | | | | | | | | | | | | | | | | | | | Writing the 'Saved\r\n' string would fill the packet buffer and cause a flush to occur, which would need to wait for the radio link to receive and transmit a packet. The radio link always re-fetches the radio channel number when lighting up the radio, so it need to look in the config space. If the config mutex was held by the config writing process while the radio was trying to get the channel number, then we'd get a deadlock. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | | Leave .ihx files in the build directory too - easier to debug that way | Keith Packard | 2010-02-27 |
|/ | | | | | | | sdcdb wants the .ihx and .cdb files in the same directory, so humor it by copying the .ihx files to the src directory instead of moving them. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | Add LED test | Keith Packard | 2010-02-26 |
| | |||
* | Fix and document the ao-rawload --run flag | Keith Packard | 2010-02-25 |
| | | | | | | This allows ram-based programs to be loaded and executed easily. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | Allow product names to have suffixes (like board revisions) | Keith Packard | 2010-02-25 |
| | | | | | | | | When looking for a board by product name, just look at the prefix of the name instead of requiring an exact match. This will allow products to have board version suffixes. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | Add ao_radio_xmit to help test boards without flashing them. | Keith Packard | 2010-02-25 |
| | | | | Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | update changelogs for Debian builddebian/0.6+95+g2f45953 | Bdale Garbee | 2010-02-24 |
| | |||
* | un-muck changelog | Bdale Garbee | 2010-02-24 |
| | |||
* | debugging | Bdale Garbee | 2010-02-24 |
| | |||
* | conditionalize use of git on executability of /usr/bin/git binary | Bdale Garbee | 2010-02-24 |
| | |||
* | update changelogs for Debian build | Bdale Garbee | 2010-02-24 |
| | |||
* | see if this works | Bdale Garbee | 2010-02-24 |
| | |||
* | move git-using variable declaration into the prebuild target | Bdale Garbee | 2010-02-24 |
| | |||
* | update changelogs for Debian builddebian/0.6+88+gdeccc10 | Bdale Garbee | 2010-02-24 |
| | |||
* | add gawk as a build dependency since strtonum is a gawk extension | Bdale Garbee | 2010-02-24 |
| | |||
* | update changelogs for Debian builddebian/0.6+86+g2491282 | Bdale Garbee | 2010-02-24 |
| | |||
* | update changelogs for Debian builddebian/0.6+85+g82fdbfe | Bdale Garbee | 2010-02-24 |
| | |||
* | Must install .map files for ao-load to work | Keith Packard | 2010-02-20 |
| | | | | | | | ao-load uses the .map files to rewrite the serial number and other config parameters into the program flash. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | Add back stack size checking to altos linking phase | Keith Packard | 2010-02-20 |
| | | | | | | | This verifies that the stack start specified during the compile will work with the resulting program Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | Quiet make output. | Keith Packard | 2010-02-20 |
| | | | | | | | This borrows ideas from the notmuch project to reduce the command line clutter seen when compiling or linking stuff. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | Update .gitignore files | Keith Packard | 2010-02-20 |
| | |||
* | Change altos build process to support per-product compile-time changes | Keith Packard | 2010-02-20 |
| | | | | | | | | This creates per-product subdirectories and recompiles everything for each product, allowing per-product compile-time changes for things like peripheral pin assignments and attached serial devices. Signed-off-by: Keith Packard <keithp@keithp.com> |