initial revision master
authorOlivier Matz <zer0@droids-corp.org>
Mon, 28 Sep 2015 17:03:55 +0000 (19:03 +0200)
committerOlivier Matz <zer0@droids-corp.org>
Mon, 4 Apr 2016 21:35:00 +0000 (23:35 +0200)
commit8df722823eb3371a8fd9082b78e51077bfd277df
treef511d3335a3b1134280f9ddeb251175446e336ce
initial revision
178 files changed:
arch/avr/include/errno.h [new file with mode: 0644]
arch/avr/include/fcntl.h [new file with mode: 0644]
arch/avr/include/stdio.h [new file with mode: 0644]
arch/avr/include/sys/queue.h [new file with mode: 0644]
arch/avr/include/sys/types.h [new file with mode: 0644]
arch/avr/include/ucg_delay.h [new file with mode: 0644]
arch/avr/include/ucg_irq.h [new file with mode: 0644]
arch/avr/include/ucg_reent_intr.h [new file with mode: 0644]
arch/avr/include/unistd.h [new file with mode: 0644]
arch/avr/mk/ucgine-arch.mk [new file with mode: 0644]
arch/avr/uart/include/ucg_avr_uart.h [new file with mode: 0644]
arch/avr/uart/ucg_avr_uart.c [new file with mode: 0644]
arch/posix/include/ucg_delay.h [new file with mode: 0644]
arch/posix/include/ucg_irq.h [new file with mode: 0644]
arch/posix/mk/ucgine-arch.mk [new file with mode: 0644]
arch/stm32/include/ucg_delay.h [new file with mode: 0644]
arch/stm32/include/ucg_irq.h [new file with mode: 0644]
arch/stm32/include/ucg_reent_intr.h [new file with mode: 0644]
arch/stm32/mk/ucgine-arch.mk [new file with mode: 0644]
arch/stm32/uart/include/ucg_stm32_uart.h [new file with mode: 0644]
arch/stm32/uart/ucg_stm32_uart.c [new file with mode: 0644]
arch/stm32/ucg_reent_intr.c [new file with mode: 0644]
examples/Makefile [new file with mode: 0644]
examples/spi-flash-client/Makefile [new file with mode: 0644]
examples/spi-flash-client/main.c [new file with mode: 0644]
examples/spi-flash-client/uart.c [new file with mode: 0644]
examples/spi-flash-client/uart.h [new file with mode: 0644]
examples/spi-flash/Makefile [new file with mode: 0644]
examples/spi-flash/main.c [new file with mode: 0644]
examples/spi-flash/stm32_flash.ld [new file with mode: 0755]
examples/spi-flash/stm32f4xx_conf.h [new file with mode: 0644]
examples/spi-flash/system_stm32f4xx.c [new file with mode: 0644]
examples/spi-flash/uart.c [new file with mode: 0644]
examples/spi-flash/uart.h [new file with mode: 0644]
examples/test-callout/Makefile [new file with mode: 0644]
examples/test-callout/main.c [new file with mode: 0644]
examples/test-callout/stm32_flash.ld [new file with mode: 0755]
examples/test-callout/stm32f4xx_conf.h [new file with mode: 0644]
examples/test-callout/system_stm32f4xx.c [new file with mode: 0644]
examples/test-cmd/Makefile [new file with mode: 0644]
examples/test-cmd/commands.c [new file with mode: 0644]
examples/test-cmd/commands.h [new file with mode: 0644]
examples/test-cmd/main.c [new file with mode: 0644]
examples/test-cmd/stm32_flash.ld [new file with mode: 0755]
examples/test-cmd/stm32f4xx_conf.h [new file with mode: 0644]
examples/test-cmd/system_stm32f4xx.c [new file with mode: 0644]
examples/test-cmd/uart.c [new file with mode: 0644]
examples/test-cmd/uart.h [new file with mode: 0644]
examples/test-mk/Makefile [new file with mode: 0644]
examples/test-mk/dir/titi.c [new file with mode: 0644]
examples/test-mk/dir/toto.c [new file with mode: 0644]
examples/test-mk/dir/toto.h [new file with mode: 0644]
examples/test-mk/main.c [new file with mode: 0644]
examples/test-mk/test1/Makefile [new file with mode: 0644]
examples/test-mk/test1/main.c [new file with mode: 0644]
examples/test-mk/test2/Makefile [new file with mode: 0644]
examples/test-mk/test2/main.c [new file with mode: 0644]
examples/test-uart/Makefile [new file with mode: 0644]
examples/test-uart/main.c [new file with mode: 0644]
examples/test-uart/stm32_flash.ld [new file with mode: 0755]
examples/test-uart/stm32f4xx_conf.h [new file with mode: 0644]
examples/test-uart/system_stm32f4xx.c [new file with mode: 0644]
examples/test-uart/uart.c [new file with mode: 0644]
examples/test-uart/uart.h [new file with mode: 0644]
lib/callout/include/ucg_callout.h [new file with mode: 0644]
lib/callout/ucg_callout.c [new file with mode: 0644]
lib/cirbuf/include/ucg_cirbuf.h [new file with mode: 0644]
lib/cirbuf/ucg_cirbuf.c [new file with mode: 0644]
lib/cmd/include/ucg_cmd.h [new file with mode: 0644]
lib/cmd/include/ucg_cmd_parse.h [new file with mode: 0644]
lib/cmd/include/ucg_cmd_parse_etheraddr.h [new file with mode: 0644]
lib/cmd/include/ucg_cmd_parse_file.h [new file with mode: 0644]
lib/cmd/include/ucg_cmd_parse_ipaddr.h [new file with mode: 0644]
lib/cmd/include/ucg_cmd_parse_num.h [new file with mode: 0644]
lib/cmd/include/ucg_cmd_parse_string.h [new file with mode: 0644]
lib/cmd/include/ucg_cmd_rdline.h [new file with mode: 0644]
lib/cmd/include/ucg_cmd_socket.h [new file with mode: 0644]
lib/cmd/include/ucg_cmd_termios.h [new file with mode: 0644]
lib/cmd/include/ucg_cmd_vt100.h [new file with mode: 0644]
lib/cmd/ucg_cmd.c [new file with mode: 0644]
lib/cmd/ucg_cmd_parse.c [new file with mode: 0644]
lib/cmd/ucg_cmd_parse_etheraddr.c [new file with mode: 0644]
lib/cmd/ucg_cmd_parse_file.c [new file with mode: 0644]
lib/cmd/ucg_cmd_parse_ipaddr.c [new file with mode: 0644]
lib/cmd/ucg_cmd_parse_num.c [new file with mode: 0644]
lib/cmd/ucg_cmd_parse_string.c [new file with mode: 0644]
lib/cmd/ucg_cmd_rdline.c [new file with mode: 0644]
lib/cmd/ucg_cmd_socket.c [new file with mode: 0644]
lib/cmd/ucg_cmd_termios.c [new file with mode: 0644]
lib/cmd/ucg_cmd_vt100.c [new file with mode: 0644]
lib/gloss/include/ucg_gloss_chardev.h [new file with mode: 0644]
lib/gloss/ucg_gloss_chardev.c [new file with mode: 0644]
lib/gloss/ucg_gloss_stubs.c [new file with mode: 0644]
lib/uart/include/ucg_uart.h [new file with mode: 0644]
lib/uart/ucg_uart.c [new file with mode: 0644]
mk/ucgine-ar-rules.mk [new file with mode: 0644]
mk/ucgine-ar-vars.mk [new file with mode: 0644]
mk/ucgine-clean-rules.mk [new file with mode: 0644]
mk/ucgine-clean-vars.mk [new file with mode: 0644]
mk/ucgine-copy-rules.mk [new file with mode: 0644]
mk/ucgine-copy-vars.mk [new file with mode: 0644]
mk/ucgine-exe-rules.mk [new file with mode: 0644]
mk/ucgine-exe-vars.mk [new file with mode: 0644]
mk/ucgine-obj-rules.mk [new file with mode: 0644]
mk/ucgine-obj-vars.mk [new file with mode: 0644]
mk/ucgine-objcopy-rules.mk [new file with mode: 0644]
mk/ucgine-objcopy-vars.mk [new file with mode: 0644]
mk/ucgine-post.mk [new file with mode: 0644]
mk/ucgine-pre.mk [new file with mode: 0644]
mk/ucgine-shlib-rules.mk [new file with mode: 0644]
mk/ucgine-shlib-vars.mk [new file with mode: 0644]
mk/ucgine-slink-rules.mk [new file with mode: 0644]
mk/ucgine-slink-vars.mk [new file with mode: 0644]
mk/ucgine-subdir-rules.mk [new file with mode: 0644]
mk/ucgine-subdir-vars.mk [new file with mode: 0644]
mk/ucgine-tools.mk [new file with mode: 0644]
mk/ucgine-vars.mk [new file with mode: 0644]
tools/cfzy/Makefile [new file with mode: 0644]
tools/cfzy/build/cfzy-basic/cfzy-basic [new file with mode: 0755]
tools/cfzy/cfzy-basic/Makefile [new file with mode: 0644]
tools/cfzy/cfzy-basic/main.c [new file with mode: 0644]
tools/cfzy/cfzy-test/Makefile [new file with mode: 0644]
tools/cfzy/cfzy-test/invalid-configs/circular-dep.cfzy [new file with mode: 0644]
tools/cfzy/cfzy-test/invalid-configs/circular-dep2.cfzy [new file with mode: 0644]
tools/cfzy/cfzy-test/invalid-configs/dotconfig-bad-val [new file with mode: 0644]
tools/cfzy/cfzy-test/invalid-configs/dotconfig-bad-val2 [new file with mode: 0644]
tools/cfzy/cfzy-test/invalid-configs/dotconfig-bad-val3 [new file with mode: 0644]
tools/cfzy/cfzy-test/invalid-configs/dup-name.cfzy [new file with mode: 0644]
tools/cfzy/cfzy-test/invalid-configs/invalid-attr.cfzy [new file with mode: 0644]
tools/cfzy/cfzy-test/invalid-configs/invalid-command.cfzy [new file with mode: 0644]
tools/cfzy/cfzy-test/invalid-configs/invalid-expr.cfzy [new file with mode: 0644]
tools/cfzy/cfzy-test/invalid-configs/invalid-value.cfzy [new file with mode: 0644]
tools/cfzy/cfzy-test/invalid-configs/node-not-closed.cfzy [new file with mode: 0644]
tools/cfzy/cfzy-test/main.c [new file with mode: 0644]
tools/cfzy/cfzy-test/test-configs/conftree.cfzy [new file with mode: 0644]
tools/cfzy/cfzy-test/test-configs/dotconfig [new file with mode: 0644]
tools/cfzy/cfzy-test/test-configs/subconftree.cfzy [new file with mode: 0644]
tools/cfzy/cfzy-test/test_conftree.c [new file with mode: 0644]
tools/cfzy/cfzy-test/test_conftree.h [new file with mode: 0644]
tools/cfzy/cfzy-test/test_dotconfig.c [new file with mode: 0644]
tools/cfzy/cfzy-test/test_dotconfig.h [new file with mode: 0644]
tools/cfzy/cfzy-test/test_expr.c [new file with mode: 0644]
tools/cfzy/cfzy-test/test_expr.h [new file with mode: 0644]
tools/cfzy/libconfizery/Makefile [new file with mode: 0644]
tools/cfzy/libconfizery/cfzy_c_hdr.c [new file with mode: 0644]
tools/cfzy/libconfizery/cfzy_c_hdr.h [new file with mode: 0644]
tools/cfzy/libconfizery/cfzy_confnode.c [new file with mode: 0644]
tools/cfzy/libconfizery/cfzy_confnode.h [new file with mode: 0644]
tools/cfzy/libconfizery/cfzy_confnode_choice.c [new file with mode: 0644]
tools/cfzy/libconfizery/cfzy_confnode_choiceconfig.c [new file with mode: 0644]
tools/cfzy/libconfizery/cfzy_confnode_comment.c [new file with mode: 0644]
tools/cfzy/libconfizery/cfzy_confnode_config.c [new file with mode: 0644]
tools/cfzy/libconfizery/cfzy_confnode_if.c [new file with mode: 0644]
tools/cfzy/libconfizery/cfzy_confnode_intconfig.c [new file with mode: 0644]
tools/cfzy/libconfizery/cfzy_confnode_menu.c [new file with mode: 0644]
tools/cfzy/libconfizery/cfzy_confnode_menuconfig.c [new file with mode: 0644]
tools/cfzy/libconfizery/cfzy_confnode_ops.h [new file with mode: 0644]
tools/cfzy/libconfizery/cfzy_confnode_root.c [new file with mode: 0644]
tools/cfzy/libconfizery/cfzy_confnode_strconfig.c [new file with mode: 0644]
tools/cfzy/libconfizery/cfzy_conftree.c [new file with mode: 0644]
tools/cfzy/libconfizery/cfzy_conftree.h [new file with mode: 0644]
tools/cfzy/libconfizery/cfzy_conftree_parser.c [new file with mode: 0644]
tools/cfzy/libconfizery/cfzy_conftree_parser.h [new file with mode: 0644]
tools/cfzy/libconfizery/cfzy_dotconfig.c [new file with mode: 0644]
tools/cfzy/libconfizery/cfzy_dotconfig.h [new file with mode: 0644]
tools/cfzy/libconfizery/cfzy_expr.c [new file with mode: 0644]
tools/cfzy/libconfizery/cfzy_expr.h [new file with mode: 0644]
tools/cfzy/libconfizery/cfzy_expr_graph.py [new file with mode: 0644]
tools/cfzy/libconfizery/cfzy_file.c [new file with mode: 0644]
tools/cfzy/libconfizery/cfzy_file.h [new file with mode: 0644]
tools/cfzy/libconfizery/cfzy_htable.c [new file with mode: 0644]
tools/cfzy/libconfizery/cfzy_htable.h [new file with mode: 0644]
tools/cfzy/libconfizery/cfzy_list.c [new file with mode: 0644]
tools/cfzy/libconfizery/cfzy_list.h [new file with mode: 0644]
tools/cfzy/libconfizery/cfzy_log.c [new file with mode: 0644]
tools/cfzy/libconfizery/cfzy_log.h [new file with mode: 0644]
tools/cfzy/libconfizery/cfzy_string.c [new file with mode: 0644]
tools/cfzy/libconfizery/cfzy_string.h [new file with mode: 0644]