Skip to content

Commit 2054d41

Browse files
AnobiumArachnid
authored andcommitted
Requesting ID 2004 (pidcodes#335)
* Requesting ID 2004 * Revised format only. No data changed. Transcoded to UTF-8 was this the issue for the failure. * Transcoded to UTF-8. * Updated to change to UNIX/ANSI files * Updated to try and resolve Unicode errors Updated to try and resolve Unicode errors * Updated to try and resolve Unicode errors * Updated to try and resolve Unicode errors * Updated to try and resolve Unicode errors * Another attempt to resolve Unicode error.
1 parent 469fdb3 commit 2054d41

File tree

4 files changed

+84
-0
lines changed

4 files changed

+84
-0
lines changed

1209/2004/index.md

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
layout: pid
3+
title: GCBASIC Serial CDC Stack
4+
owner: GCBASIC
5+
license: GPLv2, Public Domain
6+
site: http://gcbasic.sourceforge.net/
7+
source: https://sourceforge.net/p/gcbasic/code/HEAD/tree/GCBASIC/trunk/
8+
---
9+
Our Open Source software is called the Great Cow BASIC suite. The Great Cow BASIC suite is robust and fully functional compiler and assembler. Using Great Cow BASIC is the fastest method to program a Microchip PIC or Atmel AVR 8-bit microcontroller for those just starting and the professional user.
10+
11+
Great Cow BASIC (or GCBASIC) is an Open Source BASIC compiler for PIC and AVR microcontrollers. The project was founded in late 2005, and it has since attracted attention from several other developers. It has been used in the University’s high school outreach programs, and has been used by quite a few other people.
12+
One challenge has been guaranteeing that the compiler will produce correct assembly and machine code for a given program. An automated test system will be created to verify that the compiler has compiled programs correctly.
13+
14+
This PID supports support for project developemenyt using the OakTree USB library, see https://github.com/yamamaya/HIDSimpleFramework
15+
16+
17+
Great Cow BASIC has three main aims - to remove the need for repetitive assembly commands, to produce efficient code, and to make it easy to take code written for one microcontroller type and run it on another microcontroller type. The design intent is to remove the complexity of using and programming a microcontroller. Great Cow BASIC is suitable for beginners, for those who do not like or wish to learn assembly language and for experienced microcontroller programmmers. Great Cow BASIC is available for Windows, Apple Operating Systems and Linux.
18+
19+
We have two versions of Great Cow BASIC. Both versions use the same common core toolchain the difference is the user experience.
20+
21+
Great Cow BASIC IDE
22+
Great Cow Graphical BASIC
23+
24+

1209/2005/index.md

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
layout: pid
3+
title: GCBASIC OakTree Stack
4+
owner: GCBASIC
5+
license: GPLv2, Public Domain
6+
site: http://gcbasic.sourceforge.net/
7+
source: https://sourceforge.net/p/gcbasic/code/HEAD/tree/GCBASIC/trunk/
8+
---
9+
Our Open Source software is called the Great Cow BASIC suite. The Great Cow BASIC suite is robust and fully functional compiler and assembler. Using Great Cow BASIC is the fastest method to program a Microchip PIC or Atmel AVR 8-bit microcontroller for those just starting and the professional user.
10+
11+
Great Cow BASIC (or GCBASIC) is an Open Source BASIC compiler for PIC and AVR microcontrollers. The project was founded in late 2005, and it has since attracted attention from several other developers. It has been used in the University’s high school outreach programs, and has been used by quite a few other people.
12+
One challenge has been guaranteeing that the compiler will produce correct assembly and machine code for a given program. An automated test system will be created to verify that the compiler has compiled programs correctly.
13+
14+
This PID supports support for project developemenyt using the OakTree USB library, see https://github.com/yamamaya/HIDSimpleFramework
15+
16+
17+
Great Cow BASIC has three main aims - to remove the need for repetitive assembly commands, to produce efficient code, and to make it easy to take code written for one microcontroller type and run it on another microcontroller type. The design intent is to remove the complexity of using and programming a microcontroller. Great Cow BASIC is suitable for beginners, for those who do not like or wish to learn assembly language and for experienced microcontroller programmmers. Great Cow BASIC is available for Windows, Apple Operating Systems and Linux.
18+
19+
We have two versions of Great Cow BASIC. Both versions use the same common core toolchain the difference is the user experience.
20+
21+
Great Cow BASIC IDE
22+
Great Cow Graphical BASIC
23+
24+

1209/2006/index.md

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
layout: pid
3+
title: GCBASIC Simulation Stack
4+
owner: GCBASIC
5+
license: GPLv2, Public Domain
6+
site: http://gcbasic.sourceforge.net/
7+
source: https://sourceforge.net/p/gcbasic/code/HEAD/tree/GCBASIC/trunk/
8+
---
9+
Our Open Source software is called the Great Cow BASIC suite. The Great Cow BASIC suite is robust and fully functional compiler and assembler. Using Great Cow BASIC is the fastest method to program a Microchip PIC or Atmel AVR 8-bit microcontroller for those just starting and the professional user.
10+
11+
Great Cow BASIC (or GCBASIC) is an Open Source BASIC compiler for PIC and AVR microcontrollers. The project was founded in late 2005, and it has since attracted attention from several other developers. It has been used in the University’s high school outreach programs, and has been used by quite a few other people.
12+
One challenge has been guaranteeing that the compiler will produce correct assembly and machine code for a given program. An automated test system will be created to verify that the compiler has compiled programs correctly.
13+
14+
This PID supports the automated testing of executable code generated by the compiler, and verify that the code executes as expected. An existing simulator has been developed for Great Cow but never publicly released. This will be developed further, and a hardware simulator will also be built. The hardware simulator will include a set of different microcontroller chips, and would have a way to download code to any one of the microcontrollers and then verify that it has run as expected.
15+
16+
17+
Great Cow BASIC has three main aims - to remove the need for repetitive assembly commands, to produce efficient code, and to make it easy to take code written for one microcontroller type and run it on another microcontroller type. The design intent is to remove the complexity of using and programming a microcontroller. Great Cow BASIC is suitable for beginners, for those who do not like or wish to learn assembly language and for experienced microcontroller programmmers. Great Cow BASIC is available for Windows, Apple Operating Systems and Linux.
18+
19+
We have two versions of Great Cow BASIC. Both versions use the same common core toolchain the difference is the user experience.
20+
21+
Great Cow BASIC IDE
22+
23+
Great Cow Graphical BASIC
24+

org/GCBASIC/index.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
layout: org
3+
title: GCBASIC
4+
site: http://gcbasic.sourceforge.net
5+
---
6+
Our Open Source software is called the Great Cow BASIC suite. The Great Cow BASIC suite is robust and fully functional compiler and assembler. Using Great Cow BASIC is the fastest method to program a Microchip PIC or Atmel AVR 8-bit microcontroller for those just starting and the professional user.
7+
8+
We have developed three USB solutions are follows:
9+
10+
1. CDC solution using Great Cow BASIC for the USB stack for PIC18 and AVRs
11+
2. HID solution using Great Cow BASIC for the USB stack for PIC18
12+
3. Special protocol solution solution Great Cow BASIC for the USB stack for PIC18 and AVRs for educational testing of software

0 commit comments

Comments
 (0)