-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
at32uc3a0: Initial work for SimpleMachines' Mizar32-A
- Loading branch information
1 parent
2bed7c4
commit 432b328
Showing
20 changed files
with
1,028 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# | ||
# For a description of the syntax of this configuration file, | ||
# see the file kconfig-language.txt in the NuttX tools repository. | ||
# | ||
|
||
if ARCH_BOARD_MIZAR32A | ||
endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# | ||
# This file is autogenerated: PLEASE DO NOT EDIT IT. | ||
# | ||
# You can use "make menuconfig" to make any modifications to the installed .config file. | ||
# You can then do "make savedefconfig" to generate a new defconfig file that includes your | ||
# modifications. | ||
# | ||
# CONFIG_NSH_DISABLE_IFCONFIG is not set | ||
# CONFIG_NSH_DISABLE_PS is not set | ||
CONFIG_ARCH="avr" | ||
CONFIG_ARCH_AVR=y | ||
CONFIG_ARCH_BOARD="mizar32a" | ||
CONFIG_ARCH_BOARD_MIZAR32A=y | ||
CONFIG_ARCH_CHIP="at32uc3" | ||
CONFIG_ARCH_CHIP_AT32UC3=y | ||
CONFIG_ARCH_CHIP_AT32UC3A0512=y | ||
CONFIG_ARCH_CHIP_AT32UC3A=y | ||
CONFIG_ARCH_STACKDUMP=y | ||
CONFIG_AVR32_GPIOIRQ=y | ||
CONFIG_AVR32_GPIOIRQSETA=0 | ||
CONFIG_AVR32_GPIOIRQSETB=0x0000000c | ||
CONFIG_AVR32_USART1=y | ||
CONFIG_BOARD_LOOPSPERMSEC=1140 | ||
CONFIG_ENDIAN_BIG=y | ||
CONFIG_FS_FAT=y | ||
CONFIG_INIT_ENTRYPOINT="nsh_main" | ||
CONFIG_INTELHEX_BINARY=y | ||
CONFIG_NSH_FILEIOSIZE=512 | ||
CONFIG_NSH_LINELEN=64 | ||
CONFIG_NSH_READLINE=y | ||
CONFIG_PREALLOC_TIMERS=4 | ||
CONFIG_RAM_SIZE=65536 | ||
CONFIG_RAM_START=0x00000004 | ||
CONFIG_START_DAY=2 | ||
CONFIG_START_MONTH=11 | ||
CONFIG_START_YEAR=2010 | ||
CONFIG_SYSTEM_NSH=y | ||
CONFIG_TASK_NAME_SIZE=0 | ||
CONFIG_USART1_SERIAL_CONSOLE=y |
Oops, something went wrong.