altos: Make STM clock configuration per-product. Fix 32MHz CPU speed
[fw/altos] / src / core /
2012-04-07 Keith Packardaltos: Make ao_config_set_radio public
2012-04-07 Keith Packardaltos: Force radio channel to zero when setting frequency
2012-04-07 Keith Packardaltos: Make ao_freq_to_set reentrant
2012-04-07 Keith Packardaltos: Shorten help strings
2012-04-07 Keith Packardaltos: Save memory in ao_config.c
2012-04-07 Keith Packardaltos: Save memory in ao_cmd.c
2012-04-07 Keith Packardaltos: Add DMA, SPI and MS5607 drivers
2012-04-03 Keith Packardaltos: Move SPI functions to architecture-specific...
2012-03-31 Keith Packardaltos: Move cc1111 DMA engine interface to cc1111/ao_ar...
2012-03-29 Keith PackardAllow for more than 8 LEDs
2012-03-29 Keith PackardAllow for more than one serial port in core AltOS
2012-03-29 Keith PackardAdd AO_PANIC_STACK
2012-03-29 Keith PackardWhen debugging, send ao_panic message to ao_debug_out
2012-03-29 Keith PackardWhen debugging, send pre-init output to ao_debug_out
2012-03-29 Keith PackardIncorrect type in ao_task_info for wchan
2012-03-29 Keith Packard'stdin' is a special name in some compiler environments...
2012-03-28 Keith Packardaltos: Make sure config values are loaded in 'c s'...
2012-03-28 Keith Packardaltos: Reset config version if it's too large as well
2012-03-28 Keith Packardaltos: Optimize ao_freq_to_set a bit
2012-03-27 Keith PackardDo radio settings solely by frequency
2012-01-04 Keith Packardaltos: flush stdout when fifo from arduino serial port...
2012-01-04 Keith Packardaltos: Add support for UART0 in async mode
2011-12-30 Keith Packardaltos: Clean up for SDCC 3.1 - more keywords
2011-12-18 Keith Packardaltos: Create TeleMetrum v1.2 directory
2011-11-14 Keith Packardaltos: Fix pad orientation for pre-1.1 boards
2011-11-13 Keith Packardaltos: Allow TT/TBT reports to escape landed state
2011-11-13 Keith Packardaltosui: Add ao_lcd_cursor_on/off
2011-11-13 Keith Packardaltos: Add configurable set of channels for TT
2011-11-13 Keith Packardaltos: Export 'ao_cmd_is_white' for use by other code
2011-11-13 Keith Packardaltos: Set default flight log max to 127k on TM v0.1
2011-11-13 Keith Packardaltos: Handle internal and external telem monitoring...
2011-11-12 Keith Packardaltos: Make ao_xmem funcs require __xdata void * instea...
2011-10-27 Keith Packardaltos: Bring up basic TeleTerra v0.2 UI multiarch
2011-10-23 Keith Packardaltos: Add battery voltage sampling driver
2011-10-23 Keith Packardaltos: Add button driver and sample user
2011-10-21 Keith Packardaltos: Add teleballoon-v1.1 directory
2011-10-12 Keith Packardaltos: Split out arch-specific bits of LCD driver
2011-10-12 Keith PackardBump to 1.0.9.3 1.0.9.3
2011-10-12 Keith Packardaltos: Make HAS_STORAGE_DEBUG define consistent
2011-10-09 Keith Packardaltos: Respond to telemetry rate changes immediately
2011-10-08 Keith Packardaltos: Ignore ejection bumps when doing boost re-detect
2011-10-07 Keith Packardaltos: Write xdata versions of memory functions 1.0.9.1
2011-10-07 Keith PackardMerge remote-tracking branch 'origin/simple-quiet'...
2011-10-07 Keith PackardMerge remote-tracking branch 'uniarch/master' into...
2011-10-07 Keith PackardMerge remote-tracking branch 'origin/master' into multiarch
2011-09-21 Keith Packardaltos: missing ao_log_single.c
2011-09-21 Keith Packardaltos: Add TelePyro v0.1 support
2011-09-21 Keith Packardaltos: Support staging by going back to boost as needed
2011-09-21 Keith Packardaltos: Pre-compute RDF packet len at compile time
2011-09-21 Keith Packardaltos: SPI slave code is now per-product
2011-08-29 Keith Packardaltos: don't beep igniter continuity for telenano
2011-08-28 Keith Packardaltos: Report continuity in telebt
2011-08-28 Keith Packardaltos: add 'report' to telebt
2011-08-28 Keith Packardaltos: Add pragma to eliminate unreachable code warning...
2011-08-28 Keith Packardaltos: Blink on telem packet receive instead of toggle
2011-08-28 Keith Packardaltos: Remove RSSI reporting from telebt
2011-08-28 Keith Packardaltos: Add RSSI blinking to new-style telemetry code
2011-08-28 Keith Packardaltos: Start logging telemetry data right at boot time
2011-08-27 Keith Packardaltos: Share log code between telescience and telebt...
2011-08-27 Keith Packardaltos: Add HAS_LOG for products that log to eeprom
2011-08-27 Keith Packardaltos: Finish up primitive telelaunch protocol
2011-08-27 Keith Packardaltos: Implement remote launch protocol
2011-08-27 Keith Packardaltos: Get AES CBC-MAC packet transfers running
2011-08-27 Keith Packardaltos: More work on AES bits
2011-08-27 Keith Packardaltos: Start work on AES and raw radio interfaces.
2011-08-27 Keith Packardaltos: Start telelaunch product
2011-08-27 Keith Packardaltos: Add 'send all baro' compile-time option
2011-08-27 Keith Packardaltos: re-order ao_task to match single-arch code identical-build
2011-08-27 Keith Packardaltos: Integrate telescience support
2011-08-26 Keith Packardaltos: get avr-demo to build. Pull in AVR drivers and...
2011-08-26 Keith Packardaltos: add GCC/SDCC compat macros, init_stack, save_con...
2011-08-26 Keith Packardaltos: AVR changes - create ao_arch.h files, define...
2011-08-26 Keith Packardaltos: Restructure altos build to prepare for multi...