diff --git a/Documentation/NXGraphicsSubsystem.html b/Documentation/NXGraphicsSubsystem.html index efb8cbf1fe..baa67530d2 100644 --- a/Documentation/NXGraphicsSubsystem.html +++ b/Documentation/NXGraphicsSubsystem.html @@ -12,7 +12,7 @@

NX Graphics Subsystem

-

Last Updated: January 21, 2018

+

Last Updated: April 15, 2018

@@ -3719,8 +3719,8 @@ sudo ln -s libXext.so.6.4.0 libXext.so

NOTE: There is a workaround in this case: You can build for 32-bit execution on a 64-bit machine by adding -m3 to the CFLAGS and -m32 -m elf_i386 to the LDFLAGS. - See the patch file 0001-Quick-hacks-to-build-sim-nsh-ostest-on-x86_64-as-32-.patch - that can be found in NuttX files. + The configuration/build system will do this for you; + you simply need to select CONFIG_SIM_M32=y in your configuration file.

  • diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 2735fe4980..35d8569755 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

    NuttX RTOS

    -

    Last Updated: April 9, 2018

    +

    Last Updated: April 15, 2018

    @@ -1403,9 +1403,9 @@

    - Most NuttX-related discussion occurs on the Yahoo! NuttX group. - You are cordially invited to join. - I make a special effort to answer any questions and provide any help that I can. + Most NuttX-related discussion occurs on the Google NuttX group. + You are cordially invited to join. + In most cases, I make a special effort to answer any questions and provide any help that I can.

    diff --git a/Documentation/NuttXDemandPaging.html b/Documentation/NuttXDemandPaging.html index afaaacf862..4215ebc160 100644 --- a/Documentation/NuttXDemandPaging.html +++ b/Documentation/NuttXDemandPaging.html @@ -128,8 +128,6 @@

    This document summarizes the design of NuttX on-demand paging. This feature permits embedded MCUs with some limited RAM space to execute large programs from some non-random access media. - This feature was first discussed in this email thread: - https://groups.yahoo.com/neo/groups/nuttx/conversations/messages/213.

    What kind of platforms can support NuttX on-demang paging? diff --git a/Documentation/README.html b/Documentation/README.html index 1cc5c91d63..6595cea3fd 100644 --- a/Documentation/README.html +++ b/Documentation/README.html @@ -8,7 +8,7 @@

    NuttX README Files

    -

    Last Updated: April 9, 2018

    +

    Last Updated: April 15, 2018

    diff --git a/TODO b/TODO index bc5cbb6740..94120eeeee 100644 --- a/TODO +++ b/TODO @@ -1720,8 +1720,6 @@ o Libraries (libc/, libm/) providing patches, but we found it easier just to switch the math library." - Ref: https://groups.yahoo.com/neo/groups/nuttx/conversations/messages/7805 - UPDATE: 2015-09-01: A fix for the noted problems with asin() has been applied. 2016-07-30: Numerous fixes and performance improvements from @@ -2073,11 +2071,7 @@ o Graphics Subsystem (graphics/) Title: WIDE-FONT SUPPORT Description: Wide fonts are not currently supported by the NuttX graphics sub- - system. There is some discussion here: - - https://groups.yahoo.com/neo/groups/nuttx/conversations/topics/3507 - http://www.nuttx.org/doku.php?id=wiki:graphics:wide-fonts - + system. Status: Open Priority: Low for many, but I imagine higher in countries that use wide fonts @@ -2137,9 +2131,7 @@ o Other drivers (drivers/) Title: ADD SUPPORT FOR CONTROL-C Description: Add support for control-C interrupts and perhaps other - interrupts generated from a keyboard. See this thread for - additional thoughts: - https://groups.yahoo.com/neo/groups/nuttx/conversations/messages/15761 + interrupts generated from a keyboard. Status: Open Priority: Low. This would make working with tasks at the NSH terminal more like working with processes via a Bash shell. That is @@ -2286,8 +2278,7 @@ o ARM (arch/arm/) interrupt, the stack pointer may increment and possibly overflow. This can happen only under conditions of continuous interrupts. - See this email thread: https://groups.yahoo.com/neo/groups/nuttx/conversations/messages/1261 - On suggested change is: + One suggested change is: ldr r1, [r0, #(4*REG_CPSR)] /* Fetch the stored CPSR value */ msr spsr_cxsf, r1 /* Set the CPSR */ diff --git a/arch/arm/src/samdl/sam_i2c_master.c b/arch/arm/src/samdl/sam_i2c_master.c index 01fb92a1cf..21fbf1c267 100644 --- a/arch/arm/src/samdl/sam_i2c_master.c +++ b/arch/arm/src/samdl/sam_i2c_master.c @@ -5,7 +5,7 @@ * Copyright (C) 2015 Filament - www.filament.com * Author: Matt Thompson * Author: Alan Carvalho de Assis - * Author: Gregory Nutt + * Author: Gregory Nutt * * References: * SAMD/SAML Series Data Sheet diff --git a/configs/bambino-200e/include/board.h b/configs/bambino-200e/include/board.h index ad6000aeba..5b6d91a88a 100644 --- a/configs/bambino-200e/include/board.h +++ b/configs/bambino-200e/include/board.h @@ -3,7 +3,7 @@ * * Copyright (C) 2016 Gregory Nutt. All rights reserved. * Author: Gregory Nutt - * Alan Carvalho de Assis acassis@gmail.com [nuttx] + * Alan Carvalho de Assis acassis@gmail.com [nuttx] * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/configs/bambino-200e/netnsh/Make.defs b/configs/bambino-200e/netnsh/Make.defs index 6a7562bc3e..fc140c4e53 100644 --- a/configs/bambino-200e/netnsh/Make.defs +++ b/configs/bambino-200e/netnsh/Make.defs @@ -3,7 +3,7 @@ # # Copyright (C) 2017 Gregory Nutt. All rights reserved. # Author: Gregory Nutt -# Alan Carvalho de Assis acassis@gmail.com [nuttx] +# Alan Carvalho de Assis acassis@gmail.com [nuttx] # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions diff --git a/configs/bambino-200e/scripts/Make.defs b/configs/bambino-200e/scripts/Make.defs index 0df1b058a9..91b1cc6d40 100644 --- a/configs/bambino-200e/scripts/Make.defs +++ b/configs/bambino-200e/scripts/Make.defs @@ -3,7 +3,7 @@ # # Copyright (C) 2016, 2017 Gregory Nutt. All rights reserved. # Author: Gregory Nutt -# Alan Carvalho de Assis acassis@gmail.com [nuttx] +# Alan Carvalho de Assis acassis@gmail.com [nuttx] # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions diff --git a/configs/bambino-200e/scripts/flash.sh b/configs/bambino-200e/scripts/flash.sh index f738b460bc..33483b3d09 100644 --- a/configs/bambino-200e/scripts/flash.sh +++ b/configs/bambino-200e/scripts/flash.sh @@ -4,7 +4,7 @@ # # Copyright (C) 2016 Gregory Nutt. All rights reserved. # Author: Gregory Nutt -# Alan Carvalho de Assis acassis@gmail.com [nuttx] +# Alan Carvalho de Assis acassis@gmail.com [nuttx] # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions diff --git a/configs/bambino-200e/scripts/ramconfig.ld b/configs/bambino-200e/scripts/ramconfig.ld index c524bf25bf..0f7d0228db 100644 --- a/configs/bambino-200e/scripts/ramconfig.ld +++ b/configs/bambino-200e/scripts/ramconfig.ld @@ -3,7 +3,7 @@ * * Copyright (C) 2016 Gregory Nutt. All rights reserved. * Author: Gregory Nutt - * Alan Carvalho de Assis acassis@gmail.com [nuttx] + * Alan Carvalho de Assis acassis@gmail.com [nuttx] * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/configs/bambino-200e/scripts/spificonfig.ld b/configs/bambino-200e/scripts/spificonfig.ld index 283672e7e0..e1f744eb0b 100644 --- a/configs/bambino-200e/scripts/spificonfig.ld +++ b/configs/bambino-200e/scripts/spificonfig.ld @@ -3,7 +3,7 @@ * * Copyright (C) 2012 Gregory Nutt. All rights reserved. * Author: Gregory Nutt - * Alan Carvalho de Assis acassis@gmail.com [nuttx] + * Alan Carvalho de Assis acassis@gmail.com [nuttx] * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/configs/bambino-200e/src/Makefile b/configs/bambino-200e/src/Makefile index cf7fc5fc44..4cc34666b7 100644 --- a/configs/bambino-200e/src/Makefile +++ b/configs/bambino-200e/src/Makefile @@ -3,7 +3,7 @@ # # Copyright (C) 2012 Gregory Nutt. All rights reserved. # Author: Gregory Nutt -# Alan Carvalho de Assis acassis@gmail.com [nuttx] +# Alan Carvalho de Assis acassis@gmail.com [nuttx] # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions diff --git a/configs/bambino-200e/src/bambino-200e.h b/configs/bambino-200e/src/bambino-200e.h index 03fcddabec..8156a6e2e7 100644 --- a/configs/bambino-200e/src/bambino-200e.h +++ b/configs/bambino-200e/src/bambino-200e.h @@ -3,7 +3,7 @@ * * Copyright (C) 2016, 2018 Gregory Nutt. All rights reserved. * Author: Gregory Nutt - * Alan Carvalho de Assis acassis@gmail.com [nuttx] + * Alan Carvalho de Assis acassis@gmail.com [nuttx] * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/configs/bambino-200e/src/lpc43_appinit.c b/configs/bambino-200e/src/lpc43_appinit.c index 6e1efa0b33..899405aedb 100644 --- a/configs/bambino-200e/src/lpc43_appinit.c +++ b/configs/bambino-200e/src/lpc43_appinit.c @@ -3,7 +3,7 @@ * * Copyright (C) 2016 Gregory Nutt. All rights reserved. * Author: Gregory Nutt - * Alan Carvalho de Assis acassis@gmail.com [nuttx] + * Alan Carvalho de Assis acassis@gmail.com [nuttx] * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/configs/bambino-200e/src/lpc43_autoleds.c b/configs/bambino-200e/src/lpc43_autoleds.c index 5fe074b10e..4d87076df4 100644 --- a/configs/bambino-200e/src/lpc43_autoleds.c +++ b/configs/bambino-200e/src/lpc43_autoleds.c @@ -3,7 +3,7 @@ * * Copyright (C) 2016 Gregory Nutt. All rights reserved. * Author: Gregory Nutt - * Alan Carvalho de Assis acassis@gmail.com [nuttx] + * Alan Carvalho de Assis acassis@gmail.com [nuttx] * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/configs/bambino-200e/src/lpc43_boot.c b/configs/bambino-200e/src/lpc43_boot.c index d3fedafd47..310dc958b6 100644 --- a/configs/bambino-200e/src/lpc43_boot.c +++ b/configs/bambino-200e/src/lpc43_boot.c @@ -3,7 +3,7 @@ * * Copyright (C) 2016, 2018 Gregory Nutt. All rights reserved. * Author: Gregory Nutt - * Alan Carvalho de Assis acassis@gmail.com [nuttx] + * Alan Carvalho de Assis acassis@gmail.com [nuttx] * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/configs/bambino-200e/src/lpc43_buttons.c b/configs/bambino-200e/src/lpc43_buttons.c index 7985221aa2..843b0c0ebf 100644 --- a/configs/bambino-200e/src/lpc43_buttons.c +++ b/configs/bambino-200e/src/lpc43_buttons.c @@ -3,7 +3,7 @@ * * Copyright (C) 2016-2017 Gregory Nutt. All rights reserved. * Author: Gregory Nutt - * Alan Carvalho de Assis acassis@gmail.com [nuttx] + * Alan Carvalho de Assis acassis@gmail.com [nuttx] * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/configs/bambino-200e/src/lpc43_ostest.c b/configs/bambino-200e/src/lpc43_ostest.c index 5be6241373..72f90a6889 100644 --- a/configs/bambino-200e/src/lpc43_ostest.c +++ b/configs/bambino-200e/src/lpc43_ostest.c @@ -3,7 +3,7 @@ * * Copyright (C) 2016 Gregory Nutt. All rights reserved. * Author: Gregory Nutt - * Alan Carvalho de Assis acassis@gmail.com [nuttx] + * Alan Carvalho de Assis acassis@gmail.com [nuttx] * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/configs/bambino-200e/src/lpc43_userleds.c b/configs/bambino-200e/src/lpc43_userleds.c index 46f223f675..b310c11b61 100644 --- a/configs/bambino-200e/src/lpc43_userleds.c +++ b/configs/bambino-200e/src/lpc43_userleds.c @@ -3,7 +3,7 @@ * * Copyright (C) 2016 Gregory Nutt. All rights reserved. * Author: Gregory Nutt - * Alan Carvalho de Assis acassis@gmail.com [nuttx] + * Alan Carvalho de Assis acassis@gmail.com [nuttx] * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/configs/mcu123-lpc214x/README.txt b/configs/mcu123-lpc214x/README.txt index de1780d8dc..adec6ffeaf 100644 --- a/configs/mcu123-lpc214x/README.txt +++ b/configs/mcu123-lpc214x/README.txt @@ -139,10 +139,9 @@ LPC21ISP (Linux) ---------------- (ca. 2008) -I use the lpc21isp tool to load NuttX into FLASH. That tool is available -in the files section at https://groups.yahoo.com/neo/groups/lpc21isp/info. In -the older version 1.60 of lpc21isp for Linux, I had to make several changes. -This changes are shown in lpc21ips-1.60.diff. +I use the lpc21isp tool to load NuttX into FLASH. In the older version +1.60 of lpc21isp for Linux, I had to make several changes. This changesi +are shown in lpc21ips-1.60.diff. I use the script lpc21isp.sh to perform the actual download. You will probably have to make some changes to this script in order to use it. diff --git a/configs/mirtoo/README.txt b/configs/mirtoo/README.txt index aa38249e43..dc71ee1933 100644 --- a/configs/mirtoo/README.txt +++ b/configs/mirtoo/README.txt @@ -388,9 +388,7 @@ Toolchains Another option is the mips-elf toolchain used with the Pinguino project. This is a relatively current mips-elf GCC and should provide free C++ support as well. This toolchain can be downloded from the Pinguino website: - http://wiki.pinguino.cc/index.php/Main_Page#Download . There is some general - information about using the Pinguino mips-elf toolchain in this thread: - https://groups.yahoo.com/neo/groups/nuttx/conversations/messages/1821 + http://wiki.pinguino.cc/index.php/Main_Page#Download . Support for the Pinguino mips-elf toolchain has been included in the Mirtoo configurations. Use one of these configuration options to select the Pinguino @@ -426,10 +424,9 @@ Toolchains Rename: kseg1_datamem to kseg1_data_mem Even then, there are more warnings from the linker and some undefined symbols - for non-NuttX code that resides in the unused Microchip libraries. See this - email thread at https://groups.yahoo.com/neo/groups/nuttx/conversations/messages/1458 for more - information. You will have to solve at least this undefined symbol problem if - you want to used the XC32 toolchain. + for non-NuttX code that resides in the unused Microchip libraries. You will + have to solve at least this undefined symbol problem if you want to used thei + XC32 toolchain. Windows Native Toolchains ------------------------- diff --git a/configs/pcblogic-pic32mx/README.txt b/configs/pcblogic-pic32mx/README.txt index 777b5b9eaa..aa8ffbd074 100644 --- a/configs/pcblogic-pic32mx/README.txt +++ b/configs/pcblogic-pic32mx/README.txt @@ -222,9 +222,7 @@ Toolchains Another option is the mips-elf toolchain used with the Pinguino project. This is a relatively current mips-elf GCC and should provide free C++ support as well. This toolchain can be downloded from the Pinguino website: - http://wiki.pinguino.cc/index.php/Main_Page#Download . There is some general - information about using the Pinguino mips-elf toolchain in this thread: - https://groups.yahoo.com/neo/groups/nuttx/conversations/messages/1821 + http://wiki.pinguino.cc/index.php/Main_Page#Download . See also configs/mirtoo/README.txt. There is an experimental (untested) configuration for the Mirtoo platform in that directory. @@ -249,10 +247,9 @@ Toolchains Rename: kseg1_datamem to kseg1_data_mem Even then, there are more warnings from the linker and some undefined symbols - for non-NuttX code that resides in the unused Microchip libraries. See this - email thread at https://groups.yahoo.com/neo/groups/nuttx/conversations/messages/1458 for more - information. You will have to solve at least this undefined symbol problem if - you want to used the XC32 toolchain. + for non-NuttX code that resides in the unused Microchip libraries. You will + have to solve at least this undefined symbol problem if you want to used the + XC32 toolchain. Windows Native Toolchains ------------------------- diff --git a/configs/pic32mx-starterkit/README.txt b/configs/pic32mx-starterkit/README.txt index 8f5bd3cdfa..be4cd8480c 100644 --- a/configs/pic32mx-starterkit/README.txt +++ b/configs/pic32mx-starterkit/README.txt @@ -438,9 +438,7 @@ Toolchains Another option is the mips-elf toolchain used with the Pinguino project. This is a relatively current mips-elf GCC and should provide free C++ support as well. This toolchain can be downloded from the Pinguino website: - http://wiki.pinguino.cc/index.php/Main_Page#Download . There is some general - information about using the Pinguino mips-elf toolchain in this thread: - https://groups.yahoo.com/neo/groups/nuttx/conversations/messages/1821 + http://wiki.pinguino.cc/index.php/Main_Page#Download . See also configs/mirtoo/README.txt. There is an experimental (untested) configuration for the Mirtoo platform in that directory. @@ -465,10 +463,9 @@ Toolchains Rename: kseg1_datamem to kseg1_data_mem Even then, there are more warnings from the linker and some undefined symbols - for non-NuttX code that resides in the unused Microchip libraries. See this - email thread at https://groups.yahoo.com/neo/groups/nuttx/conversations/messages/1458 for more - information. You will have to solve at least this undefined symbol problem if - you want to used the XC32 toolchain. + for non-NuttX code that resides in the unused Microchip libraries. You will + have to solve at least this undefined symbol problem if you want to used the + XC32 toolchain. Windows Native Toolchains ------------------------- diff --git a/configs/pic32mx7mmb/README.txt b/configs/pic32mx7mmb/README.txt index db8e5b4603..18cf367140 100644 --- a/configs/pic32mx7mmb/README.txt +++ b/configs/pic32mx7mmb/README.txt @@ -156,9 +156,6 @@ Toolchains Pinguino project. This is a relatively current mips-elf GCC and should provide free C++ support as well. This toolchain can be downloded from the Pinguino website: http://wiki.pinguino.cc/index.php/Main_Page#Download . - There is some general information about using the Pinguino mips-elf - toolchain in this thread: - https://groups.yahoo.com/neo/groups/nuttx/conversations/messages/1821 It should be a simple matter to adapt to other toolchains by modifying the Make.defs file include ineach configuration. @@ -229,10 +226,9 @@ Toolchains Rename: kseg1_datamem to kseg1_data_mem Even then, there are more warnings from the linker and some undefined symbols - for non-NuttX code that resides in the unused Microchip libraries. See this - email thread at https://groups.yahoo.com/neo/groups/nuttx/conversations/messages/1458 for more - information. You will have to solve at least this undefined symbol problem if - you want to used the XC32 toolchain. + for non-NuttX code that resides in the unused Microchip libraries. You will + have to solve at least this undefined symbol problem if you want to used the + XC32 toolchain. Update: There have since been several successful uses of XC32 toolchains with NuttX. XC32 is still not supported for this board, but you can see the README.txt diff --git a/configs/stm32f4discovery/include/board.h b/configs/stm32f4discovery/include/board.h index bf760dc1a9..24880f1b00 100644 --- a/configs/stm32f4discovery/include/board.h +++ b/configs/stm32f4discovery/include/board.h @@ -257,20 +257,20 @@ */ #ifndef CONFIG_STM32F4DISBB -# define GPIO_USART2_RX GPIO_USART2_RX_1 /* PA3 */ -# define GPIO_USART2_TX GPIO_USART2_TX_1 /* PA2 */ +# define GPIO_USART2_RX GPIO_USART2_RX_1 /* PA3, P1 pin 13 */ +# define GPIO_USART2_TX GPIO_USART2_TX_1 /* PA2, P1 pin 14 */ #endif /* USART3: * * Used in pseudoterm configuration and also with the BT860 HCI UART. - * RTS/CTS Flow control support is need by the HCI UART. + * RTS/CTS Flow control support is needed by the HCI UART. */ -#define GPIO_USART3_TX GPIO_USART3_TX_1 /* PB10 */ -#define GPIO_USART3_RX GPIO_USART3_RX_1 /* PB11 */ -#define GPIO_USART3_CTS GPIO_USART3_CTS_1 /* PB13 */ -#define GPIO_USART3_RTS GPIO_USART3_RTS_1 /* PB14 */ +#define GPIO_USART3_TX GPIO_USART3_TX_1 /* PB10, P1 pin 34 (also MP45DT02 CLK_IN) */ +#define GPIO_USART3_RX GPIO_USART3_RX_1 /* PB11, P1 pin 35 */ +#define GPIO_USART3_CTS GPIO_USART3_CTS_1 /* PB13, P1 pin 37 */ +#define GPIO_USART3_RTS GPIO_USART3_RTS_1 /* PB14, P1 pin 38 */ /* USART6: * @@ -278,8 +278,8 @@ * for USART6. This is the preferred serial console for use with the STM32F4DIS-BB. */ -#define GPIO_USART6_RX GPIO_USART6_RX_1 /* PC7 */ -#define GPIO_USART6_TX GPIO_USART6_TX_1 /* PC6 */ +#define GPIO_USART6_RX GPIO_USART6_RX_1 /* PC7 (also I2S3_MCK and P2 pin 48) */ +#define GPIO_USART6_TX GPIO_USART6_TX_1 /* PC6 (also P2 pin 47) */ /* PWM * diff --git a/configs/sure-pic32mx/README.txt b/configs/sure-pic32mx/README.txt index b8ca0cc722..eb1fd9af91 100644 --- a/configs/sure-pic32mx/README.txt +++ b/configs/sure-pic32mx/README.txt @@ -293,9 +293,7 @@ Toolchains Another option is the mips-elf toolchain used with the Penguino project. This is a relatively current mips-elf GCC and should provide free C++ support as well. This toolchain can be downloded from the Penguino website: - http://wiki.pinguino.cc/index.php/Main_Page#Download . There is some general - information about using the Penguino mips-elf toolchain in this thread: - https://groups.yahoo.com/neo/groups/nuttx/conversations/messages/1821 + http://wiki.pinguino.cc/index.php/Main_Page#Download . See also configs/mirtoo/README.txt. There is an experimental (untested) configuration for the Mirtoo platform in that directory. @@ -320,10 +318,9 @@ Toolchains Rename: kseg1_datamem to kseg1_data_mem Even then, there are more warnings from the linker and some undefined symbols - for non-NuttX code that resides in the unused Microchip libraries. See this - email thread at https://groups.yahoo.com/neo/groups/nuttx/conversations/messages/1458 for more - information. You will have to solve at least this undefined symbol problem if - you want to used the XC32 toolchain. + for non-NuttX code that resides in the unused Microchip libraries. You will + have to solve at least this undefined symbol problem if you want to used the + XC32 toolchain. Windows Native Toolchains ------------------------- diff --git a/configs/ubw32/README.txt b/configs/ubw32/README.txt index a1a77294ef..f3a0296c69 100644 --- a/configs/ubw32/README.txt +++ b/configs/ubw32/README.txt @@ -231,9 +231,7 @@ Toolchains Another option is the mips-elf toolchain used with the Pinguino project. This is a relatively current mips-elf GCC and should provide free C++ support as well. This toolchain can be downloded from the Pinguino website: - http://wiki.pinguino.cc/index.php/Main_Page#Download . There is some general - information about using the Pinguino mips-elf toolchain in this thread: - https://groups.yahoo.com/neo/groups/nuttx/conversations/messages/1821 + http://wiki.pinguino.cc/index.php/Main_Page#Download . See also configs/mirtoo/README.txt. There is an experimental (untested) configuration for the Mirtoo platform in that directory. @@ -259,10 +257,9 @@ Toolchains Rename: kseg1_datamem to kseg1_data_mem Even then, there are more warnings from the linker and some undefined symbols - for non-NuttX code that resides in the unused Microchip libraries. See this - email thread at https://groups.yahoo.com/neo/groups/nuttx/conversations/messages/1458 for more - information. You will have to solve at least this undefined symbol problem if - you want to used the XC32 toolchain. + for non-NuttX code that resides in the unused Microchip libraries. You will + have to solve at least this undefined symbol problem if you want to used the + XC32 toolchain. Windows Native Toolchains -------------------------