|
| 1 | +# Neotron-XXX-BIOS |
| 2 | + |
| 3 | +> Template repository for new BIOS implementations. You should delete these |
| 4 | +> quoted blocks and correct the rest of the text as required. |
| 5 | +
|
| 6 | +This is the [Neotron](https://github.com/neotron-compute) BIOS for the FooBar XYZ development board. |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | +## Compatibility |
| 13 | + |
| 14 | +This BIOS will run on the official FooBar XYZ Developer Kit, and also the FooBar XYZ Explorer board. Both feature the same FooBar XYZ SoC. Other boards with the same SoC can be supported with a minor change to the pin configurations. |
| 15 | + |
| 16 | +## Features |
| 17 | + |
| 18 | +> Replace this with the specs of your board! |
| 19 | +
|
| 20 | +The FooBar XYZ Developer Kit offers: |
| 21 | + |
| 22 | +* 128 KiB RAM |
| 23 | +* 512 KiB Flash |
| 24 | +* Cortex-M4 clocked at 64 MHz |
| 25 | +* SD/MMC Slot, with DMA |
| 26 | +* 3-wire TTL UART |
| 27 | +* Hardware accelerated graphics blitter |
| 28 | +* 8-colour VGA output on pins P0, P1, P2, P4 and P5. |
| 29 | +* Stereo sound on the on-board 3.5mm jack |
| 30 | + |
| 31 | +The FooBar XYZ Explorer Board adds: |
| 32 | + |
| 33 | +* On-board LCD with 480x272 resolution (60x17 text mode) in 16 colours |
| 34 | +* RS-232 port |
| 35 | + |
| 36 | +## Changelog |
| 37 | + |
| 38 | +> Your repo should implement a Changelog in this format. Add a new section |
| 39 | +> every time you tag a release. Don't forget to change `$GITHUB_USERNAME` and |
| 40 | +> `$GITHUB_REPO` to the appropriate values for your repository! |
| 41 | +
|
| 42 | +### Unreleased Changes ([Source](https://github.com/$GITHUB_USERNAME/$GITHUB_REPO/tree/master) | [Changes](https://github.com/$GITHUB_USERNAME/$GITHUB_REPO/compare/v0.2.0...master)) |
| 43 | + |
| 44 | +* None |
| 45 | + |
| 46 | +### v0.2.0 ([Source](https://github.com/$GITHUB_USERNAME/$GITHUB_REPO/tree/v0.2.0) | [Changes](https://github.com/$GITHUB_USERNAME/$GITHUB_REPO/compare/v0.1.0...v0.2.0)) |
| 47 | + |
| 48 | +* Fixed changelog in README. |
| 49 | + |
| 50 | +### v0.1.0 ([Source](https://github.com/$GITHUB_USERNAME/$GITHUB_REPO/tree/v0.1.0)) |
| 51 | + |
| 52 | +* First release |
| 53 | + |
| 54 | +## Licence |
| 55 | + |
| 56 | +> This is an example licence. You can change it if you so desire, but please |
| 57 | +> do pay attention to the licenses of any components you use in your BIOS. |
| 58 | +
|
| 59 | + Neotron-XXX-BIOS Copyright (c) Some Developer, 2019 |
| 60 | + |
| 61 | + This program is free software: you can redistribute it and/or modify |
| 62 | + it under the terms of the GNU General Public License as published by |
| 63 | + the Free Software Foundation, either version 3 of the License, or |
| 64 | + (at your option) any later version. |
| 65 | + |
| 66 | + This program is distributed in the hope that it will be useful, |
| 67 | + but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 68 | + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 69 | + GNU General Public License for more details. |
| 70 | + |
| 71 | + You should have received a copy of the GNU General Public License |
| 72 | + along with this program. If not, see <https://www.gnu.org/licenses/>. |
| 73 | + |
| 74 | +## Contribution |
| 75 | + |
| 76 | +Unless you explicitly state otherwise, any contribution intentionally |
| 77 | +submitted for inclusion in the work by you shall be licensed as above, without |
| 78 | +any additional terms or conditions. |
0 commit comments