nuttx/configs/makerlisp/src
2019-06-23 08:23:03 -06:00
..
.gitignore Add initial support for the MakerLisp eZ80 board. Ref: https://makerlisp.com/ 2019-06-04 11:12:17 -06:00
ez80_appinit.c Add initial support for the MakerLisp eZ80 board. Ref: https://makerlisp.com/ 2019-06-04 11:12:17 -06:00
ez80_boot.c arch/z80/src: Rename up_doirq.c and up_internal.h to z80_doirq.c and z80_internal.h for better consistency with the naming conventions 2019-06-09 19:08:42 -06:00
ez80_bringup.c Squashed commit of the following: 2019-06-17 12:25:43 -06:00
ez80_leds.c arch/z80/src: Rename up_doirq.c and up_internal.h to z80_doirq.c and z80_internal.h for better consistency with the naming conventions 2019-06-09 19:08:42 -06:00
ez80_spi.c Squashed commit of the following: 2019-06-17 12:25:43 -06:00
ez80_spimmcsd.c configs/makerlisp/src/ez80_lowinit.c: Remove redundant SPI GPIO setup. This is already done in the SPI driver. 2019-06-05 08:20:00 -06:00
Makefile configs/: Rename ZDS-II start files from xxx_lowinit.c to xxx_boot.c; rename board initialization logic from xxx_lowinit() to xxx_board_initialize(). These changes make the ZDS-II configurations more similar to board initialization conventions to used for other architectures. 2019-06-05 10:14:58 -06:00
makerlisp.h configs/makerlisp: Update README, comments. Removed unused definitions. Enable task names and the NSH date command. 2019-06-16 15:29:38 -06:00
sd_main.c configs/makerlisp/src/sd_main.c: Add a tiny FLASH-resident loader that will load and start applications in intel HEX format from an SD card. 2019-06-23 08:23:03 -06:00