Download List

프로젝트 설명

gnoduino is an implementation of the well-known Arduino IDE for GNOME. The original Arduino IDE software is written in Java. This is a Python implementation and it is targeted at GNOME. Its purpose is to be light, while maintaining compatibility with the original Arduino IDE. The source editor is based on gtksourceview.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-08-16 06:35
0.3.1

이 릴리스에는 Arduino 참조 (Arduino API 문서)에 대한 지원을 추가합니다. 그것은 자세한는 플래그 설정을 구축하고 콘솔에 적절한 정보를 표시합니다 수정합니다. 부트 로더를 업로드 때 직렬 포트 검색을 수정합니다. 그것은 편집자에게 autoindent 옵션을 추가합니다. Arduino 우노는 기본 보드입니다. 시작시 로딩 콘솔의 크기가 수정되었습니다. 이 릴리스 업로드에 컴파일 정보를 보여주는 유지됩니다. 메인 윈도우가 크기를 조정할 때이 콘솔 크기 조정을 방지할 수 있습니다. 그것은 행동 "다른 이름으로 저장". 수정 이것은 기본 창 크기를 업데이 트합니다.
This release adds support for Arduino Reference (Arduino API documentation). It fixes the verbose build flag setting and show proper info in the console.
It fixes serial port detection when uploading the bootloader. It adds an autoindent option to the editor. Arduino Uno is the default board. Loading console size at startup has been fixed. This release will keep showing compiling info on uploads. It prevents console resizing when the main window is resized. It fixes "Save As" behavior. It updates the default window size.

2011-07-18 19:59
0.3.0

줄 번호를 표시하는 옵션이 추가되었습니다. 스키마 파일이 추가되었습니다. 지원은 커맨드 라인에서 옵션이 추가되었습니다. 데스크탑 및 사람 파일이 추가되었습니다. 직렬 포트가 누락 오류가 해결되었습니다. 시리얼 초기화 시퀀스는 수정된되었으며 시리얼 오류는 더 나은 처리됩니다. arduino에서와 같은 구문 강조가 추가되었습니다. 라이브러리 개체에 cflags가 올바르게 구문 분석하고 오류보고가 개선되었습니다. arduino 라이브러리가 표준 경로에 대한 검색됩니다. 표준 라이브러리는 배송됩니다. 컴파일 오류가 올바르게보고됩니다. 텍스트 편집 기능이 작동되었다. arduino 글꼴 및 환경 설정 파일이 지원됩니다. 콘솔 글꼴이 변경될 수 있습니다.
An option to show line numbers was added. A schema file was added. Support was added for options on the command line. Desktop and man files were added. An error when a serial port is missing was fixed. The serial init sequence was reworked and serial errors are handled better. Syntax highlighting like that in arduino was added. cflags to library objects are correctly parsed and error reporting was improved. The arduino libraries are searched for in standard paths. Standard libraries are shipped. Compilation errors are properly reported. The text editing functions were made to work. The arduino fonts and preferences file are supported. Console fonts can be changed.

2010-12-29 00:29
0.2.0

지원 ttyACM의 * 장치에 추가되었습니다. 기본 직렬 포트 구성은 지금 9600,8 N1이다. 부트 로더 굽기가 수정되었습니다 연장 퓨즈에 대한 지원이 추가되었습니다. 지원은 사용자 지정 라이브러리 경로에 추가되었습니다. 하드웨어 타겟은 Arduino 0022 릴리즈와 동기화되었습니다. 지원 취소 / 액션이 추가되었습니다 다시 실행. 포트, baudrate, 그리고 보드 옵션이 적절하게 처리됩니다. 제어 문자는 시리얼 콘솔에서 탈출하고 있습니다. 이 프로그램은 더 이상 충돌은 직렬 포트를 열 수없는 경우. 파일에 잘못된 UTF - 8 인코딩은 무시됩니다.
Support was added for ttyACM* devices. The default serial port configuration is 9600,8N1 now. Burning of bootloader was fixed and support for extended fuse was added. Support was added for user-specified library paths. The hardware target was synced with the Arduino 0022 release. Support for undo/redo actions was added. Port, baudrate, and board options are handled properly. Control characters are escaped in the serial console. The program no longer crashes if a serial port cannot be opened. Wrong UTF-8 encoding in files is ignored.

Project Resources