index
:
mjb/altos
accel-cal-ui
altosdroid
altosui-ms5611
android-build-update
aprs
branch-1.0
branch-1.1
branch-1.2
branch-1.3
branch-1.4
branch-1.5
branch-1.6
branch-1.7
branch-1.8
buttonbox
companion-delay
debian
droid-gps
droid-prefs
easymega-pwm-hacks
fake-flight
gpio
hack-cc1200
lisp
lpc
master
megametrum-test
micropeak-1.1
mm-ms5611
multiarch
new-state
plot-gps-height
pong
pristine-tar
pwmin
pwmin-new
serial-at-interrupt
simple-quiet
split
split-library
split-telemetry
stm-flash
telebt
telefire-4-no-addr
telegps-hacks
telegps-v0.3
telelaunchtwo
telemega
telemega-v2
telemetrum-v1.1
telemetrum-v2.0
telemini
telescience
telescience-v0.2
teleterra
teleterra-mockup
test-accel-ref
time-series
tmarble-trng
tmgps
with-pdclib
AltOS - the operating system for Altus Metrum products
Bdale Garbee
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
...
|
|
|
*
altos/scheme: Add ports. Split scheme code up.
Keith Packard
2018-01-06
|
|
|
*
altos/scheme: add 'install' target to install both test and tiny test
Keith Packard
2018-01-06
|
|
|
*
altos/scheme: Add vector and string funcs. Test everybody.
Keith Packard
2018-01-04
|
|
|
*
altos/scheme: Accept more escaped character constants
Keith Packard
2018-01-04
|
|
|
*
altos/scheme: Allow make-vector value param to be optional
Keith Packard
2018-01-04
|
|
|
*
altos/scheme: Add builtin list-tail
Keith Packard
2018-01-04
|
|
|
*
altos/scheme: Fix macro-detection debugging
Keith Packard
2018-01-04
|
|
|
*
altos/scheme: add make-string builtin
Keith Packard
2018-01-04
|
|
|
*
altos/scheme: Make constant built pool as large as possible
Keith Packard
2018-01-04
|
|
|
*
altos/scheme: Make for-each tail recursive
Keith Packard
2018-01-03
|
|
|
*
altos/scheme: Add start/end args to vector->list
Keith Packard
2018-01-03
|
|
|
*
altos/scheme: fix parsing of vector followed by list
Keith Packard
2018-01-03
|
|
|
*
altos/scheme: support %x format for scheme printf
Keith Packard
2018-01-03
|
|
|
*
altos/scheme: Add support for hex, octal and binary constants
Keith Packard
2018-01-03
|
|
|
*
altos/scheme: Pull out per-frame vals while printing list of frames
Keith Packard
2017-12-24
|
|
|
*
altos/scheme: Add separate floor-quotient builtin
Keith Packard
2017-12-24
|
|
*
|
need to push telegps-v2.0 loader .bin file to corporate repo, too
Bdale Garbee
2018-01-03
|
|
|
/
|
|
*
update Releasing with wisdom from 1.8.4 release process
Bdale Garbee
2017-12-21
*
|
|
update changelog for Debian build
debian/1.8.4-1
Bdale Garbee
2017-12-21
*
|
|
Merge branch 'branch-1.8' into debian
Bdale Garbee
2017-12-21
|
\
|
|
|
*
|
releasing 1.8.4
1.8.4
Bdale Garbee
2017-12-21
|
*
|
Merge branch 'master' into branch-1.8
Bdale Garbee
2017-12-21
|
|
\
|
|
|
*
Bump for version 1.8.4
Keith Packard
2017-12-21
|
|
*
Doc updates for version 1.8.4
Keith Packard
2017-12-21
|
|
*
altos/micropeak: Remove all compiler results
Keith Packard
2017-12-19
|
|
*
altos/attiny: Add ADC implementation
Keith Packard
2017-12-19
|
|
*
ao-bringup: turnon_easymini was left with dfu_util disabled
Keith Packard
2017-12-19
|
|
*
altos/easymini-v2.0: Adapt to final hardware pin assignment changes
Keith Packard
2017-12-19
|
|
*
altos/lambdakey-v1.0: Add back and/or macros
Keith Packard
2017-12-19
|
|
*
altos/scheme: Replace per-type indexed stash with poly stash heap
Keith Packard
2017-12-19
|
|
*
altos/scheme: Replace memory pool macros with inlines
Keith Packard
2017-12-19
|
|
*
altos/scheme: AO_SCHEME_IS_CONS -> ao_scheme_is_cons
Keith Packard
2017-12-19
|
|
*
altos/scheme: ao_scheme__cons -> ao_scheme_cons
Keith Packard
2017-12-19
|
|
*
altos/scheme: Don't optimize ao_scheme_make_const
Keith Packard
2017-12-19
|
|
*
altos/scheme: Clean up test CFLAGS
Keith Packard
2017-12-19
|
|
*
altos/scheme: (define (foo . bar)) has a pair, not list as card
Keith Packard
2017-12-19
|
|
*
altos/scheme: apply also needs to not free value list on lambdas
Keith Packard
2017-12-19
|
|
*
altos/scheme: Rework display/write code
Keith Packard
2017-12-19
|
|
*
altos/scheme: Compile scheme test with -O3
Keith Packard
2017-12-18
|
|
*
altos/scheme: Work around gcc 7.2.0 optimization bug in memory manager
Keith Packard
2017-12-18
|
|
*
altos/scheme: rearrange debugging defines
Keith Packard
2017-12-18
|
|
*
altos/scheme: abort when we try to print an invalid value
Keith Packard
2017-12-18
|
|
*
altos/scheme: Use memory manager mark code to note recursive print
Keith Packard
2017-12-17
|
|
*
altos/scheme: Use AO_SCHEME_IS_CONS in cons memory funcs
Keith Packard
2017-12-17
|
|
*
ao-bringup/test-chaoskey: Make finding most recent device more reliable
Keith Packard
2017-12-14
|
|
*
altos/lambdakey-v1.0: shrink scheme code to fit the ROM
Keith Packard
2017-12-14
|
|
*
altos/scheme: swap BIGINT and STRING types
Keith Packard
2017-12-14
|
|
*
altos/scheme: integer? is builtin on all versions
Keith Packard
2017-12-12
|
|
*
altos/lambdakey-v1.0: Make stack larger
Keith Packard
2017-12-12
|
|
*
altos/scheme: inline some mem calls to reduce stack usage.
Keith Packard
2017-12-12
[prev]
[next]