Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | altos: Write xdata versions of memory functions1.0.9.1 | Keith Packard | 2011-10-07 |
| | | | | | | | | | | | | | | | | These are significantly smaller than the general pointer versions from libc on the cc1111. Signed-off-by: Keith Packard <keithp@keithp.com> Conflicts: src/Makefile.proto src/cc1111/ao_adc.c src/cc1111/ao_packet_master.c src/core/ao.h Fix up the new makefiles | ||
* | altos: Restructure altos build to prepare for multi-arch support | Keith Packard | 2011-08-25 |
Split out sources into separate directories: core: architecture and product independent bits cc1111: cc1111-specific code drivers: architecture independent drivers product: product-specific sources and Makefile fragments util: scripts for building stuff This should have no effect on the built products, but testing is encouraged Signed-off-by: Keith Packard <keithp@keithp.com> |