doc: add release check for altusmetrum-docinfo.xml copyright
[fw/altos] / src /
2018-04-23 Bdale Garbeeadd a warning about Google limiting per-day access...
2018-03-23 Keith Packardaltos: Hack up code for TeleMetrum to make it just... tmgps
2018-03-23 Keith Packardaltos/ao_cc1120: Only call ao_packet_slave_stop when...
2018-03-18 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2018-03-16 Keith Packardaltos/stmf0: Add some common definitions for flash...
2018-03-16 Keith Packardaltos: Make panic beeps use fixed frequencies
2018-03-16 Keith Packardchaoskey: Create unified ROM image with both loader...
2018-02-12 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2018-01-11 Keith Packardaltos/scheme: Move ao-scheme to a separate repository
2018-01-08 Keith Packardaltos/scheme: Allow unicode in lexer
2018-01-08 Keith Packardaltos/lambdakey-v1.0: Add LED function back in
2018-01-08 Keith Packardaltos/scheme: remove debug code from vector write
2018-01-08 Keith Packardaltos/scheme: Allow individual lisp keywords to be...
2018-01-08 Keith Packardaltos/scheme: Split tests out from build sources
2018-01-08 Keith Packardaltos/stmf0: Use double buffering for ChaosKey
2018-01-08 Keith Packardaltos/stmf0: use double buffering for USB rx data
2018-01-07 Keith Packardaltos/stmf0: Use double buffering for USB tx data
2018-01-07 Keith Packardaltos/stmf0: Stop shadowing USB tx buffers in system RAM
2018-01-07 Keith Packardaltos/stmf0: Remove packet counters from non-debug...
2018-01-07 Keith Packardaltos/kernel: Use ao_put_string for syntax error message
2018-01-07 Keith Packardaltos/lambdakey-v1.0: Switch back to command buffered...
2018-01-07 Keith Packardaltos/scheme: Add ports. Split scheme code up.
2018-01-07 Keith Packardaltos/scheme: add 'install' target to install both...
2018-01-04 Keith Packardaltos/scheme: Add vector and string funcs. Test everybody.
2018-01-04 Keith Packardaltos/scheme: Accept more escaped character constants
2018-01-04 Keith Packardaltos/scheme: Allow make-vector value param to be optional
2018-01-04 Keith Packardaltos/scheme: Add builtin list-tail
2018-01-04 Keith Packardaltos/scheme: Fix macro-detection debugging
2018-01-04 Keith Packardaltos/scheme: add make-string builtin
2018-01-04 Keith Packardaltos/scheme: Make constant built pool as large as...
2018-01-03 Keith Packardaltos/scheme: Make for-each tail recursive
2018-01-03 Keith Packardaltos/scheme: Add start/end args to vector->list
2018-01-03 Keith Packardaltos/scheme: fix parsing of vector followed by list
2018-01-03 Keith Packardaltos/scheme: support %x format for scheme printf
2018-01-03 Keith Packardaltos/scheme: Add support for hex, octal and binary...
2017-12-24 Keith Packardaltos/scheme: Pull out per-frame vals while printing...
2017-12-24 Keith Packardaltos/scheme: Add separate floor-quotient builtin
2017-12-20 Keith Packardaltos/micropeak: Remove all compiler results
2017-12-20 Keith Packardaltos/attiny: Add ADC implementation
2017-12-20 Keith Packardaltos/easymini-v2.0: Adapt to final hardware pin assign...
2017-12-19 Keith Packardaltos/lambdakey-v1.0: Add back and/or macros
2017-12-19 Keith Packardaltos/scheme: Replace per-type indexed stash with poly...
2017-12-19 Keith Packardaltos/scheme: Replace memory pool macros with inlines
2017-12-19 Keith Packardaltos/scheme: AO_SCHEME_IS_CONS -> ao_scheme_is_cons
2017-12-19 Keith Packardaltos/scheme: ao_scheme__cons -> ao_scheme_cons
2017-12-19 Keith Packardaltos/scheme: Don't optimize ao_scheme_make_const
2017-12-19 Keith Packardaltos/scheme: Clean up test CFLAGS
2017-12-19 Keith Packardaltos/scheme: (define (foo . bar)) has a pair, not...
2017-12-19 Keith Packardaltos/scheme: apply also needs to not free value list...
2017-12-19 Keith Packardaltos/scheme: Rework display/write code
2017-12-18 Keith Packardaltos/scheme: Compile scheme test with -O3
2017-12-18 Keith Packardaltos/scheme: Work around gcc 7.2.0 optimization bug...
2017-12-18 Keith Packardaltos/scheme: rearrange debugging defines
2017-12-18 Keith Packardaltos/scheme: abort when we try to print an invalid...
2017-12-18 Keith Packardaltos/scheme: Use memory manager mark code to note...
2017-12-18 Keith Packardaltos/scheme: Use AO_SCHEME_IS_CONS in cons memory...
2017-12-15 Keith Packardaltos/lambdakey-v1.0: shrink scheme code to fit the ROM
2017-12-15 Keith Packardaltos/scheme: swap BIGINT and STRING types
2017-12-13 Keith Packardaltos/scheme: integer? is builtin on all versions
2017-12-13 Keith Packardaltos/lambdakey-v1.0: Make stack larger
2017-12-13 Keith Packardaltos/scheme: inline some mem calls to reduce stack...
2017-12-13 Keith Packardaltos/scheme: Use direct calls from frame to frame_vals...
2017-12-13 Keith Packardaltos/scheme: More compiler warning cleanups
2017-12-13 Keith Packardaltos/scheme: apply const to places taking const strings.
2017-12-12 Keith Packardaltos/stm: Align 'data' to 8 bytes, just like textram
2017-12-12 Keith Packardaltos/kernel: Allow ao_cmd to be built without tasking
2017-12-12 Keith Packardaltos/lambdakey-v1.0: Get this building again
2017-12-12 Keith Packardaltos/scheme: Support scheme subsetting via feature...
2017-12-12 Keith Packardaltos/scheme: Add ao_scheme_vector.c
2017-12-11 Keith Packardaltos: Actually store current MPU9250 data in data...
2017-12-11 Keith Packardaltos: Remove more software for hardware prototypes
2017-12-11 Bdale Garbeetake telescience out of the routine builds
2017-12-11 Keith Packardaltos/drivers: Hook up mag sensor for MPU9250
2017-12-11 Keith Packardaltos/scheme: Allow ao_scheme_read_eval_print to be...
2017-12-11 Keith Packardaltos: Allow building with newlib + avr stdio on ARM
2017-12-11 Keith Packardaltos: Add scheme for stm discovery board demo
2017-12-11 Keith Packardaltos/lambdakey-v1.0: Switch to newlib, get things...
2017-12-11 Keith Packardaltos/scheme: Add Makefile for scheme test app
2017-12-11 Keith Packardaltos/scheme: Make test scheme app heap maximum size
2017-12-11 Keith Packardaltos/scheme: Make eqv? work for numbers and strings
2017-12-11 Keith Packardaltos/scheme: Stash cons across value allocation in...
2017-12-11 Keith Packardaltos/scheme: add list-copy
2017-12-11 Keith Packardaltos/scheme: Use 64-bit ints to track memory allocatio...
2017-12-11 Keith Packardaltos/scheme: Add a bunch of string and vector builtins
2017-12-11 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2017-12-10 Keith Packardaltos/scheme: Avoid crashing with non-list in length
2017-12-10 Keith Packardaltos/scheme: Add vectors
2017-12-10 Keith Packardaltos/scheme: Fix name of constant scheme file
2017-12-10 Keith Packardaltos/scheme: Let readline know if there's a list in...
2017-12-05 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2017-12-05 Keith Packardaltos/drivers: Start adding defines to get mag data...
2017-12-05 Keith Packardaltos/cortexelf-v1: Adapt to lisp->scheme name change
2017-12-05 Keith Packardaltos/scheme: Add explicit dependency on ao_scheme_buil...
2017-12-05 Keith Packardaltos/scheme: Move scheme test program to scheme sub...
2017-12-05 Keith Packardaltos/scheme: Rename to 'scheme', clean up build
2017-12-04 Keith Packardaltos/lisp: Switch to scheme formal syntax for varargs
2017-12-04 Keith Packardaltos/lisp: Fix stash usage across frame allocation
2017-12-04 Keith Packardaltos/lisp: Check only cdr base type when moving cons...
2017-12-04 Keith Packardaltos/lisp: Split out read debug, add memory validation
2017-12-03 Keith Packardaltos/lisp: use strtof instead of atof
next