Andes Workshop

It is currently Fri Mar 29, 2024 10:55 pm

All times are UTC + 8 hours [ DST ]


Search found 487 matches
Search these results:

Author Message

 Forum: BSP (Board Support Package)   Topic: Virtual Hosting - host file access demo

Posted: Fri Sep 12, 2014 4:28 pm 

Replies: 2
Views: 19092


The ICEman setting can be set in AndeSight.
Please refer to the following pictures:

Attachment:
vir1.png
vir1.png [ 10.55 KiB | Viewed 19084 times ]


Attachment:
vir2.png
vir2.png [ 74.37 KiB | Viewed 19084 times ]

 Forum: AndeShape   Topic: AndesZ Zigbee demo

 Post subject: AndesZ Zigbee demo
Posted: Mon Sep 01, 2014 12:29 pm 

Replies: 0
Views: 10863


Andes IoT Zigbee demo on youtube

Chinese:


English:

 Forum: Programming   Topic: MTK MT7681 resource on Internet

Posted: Fri Aug 15, 2014 3:52 pm 

Replies: 0
Views: 16659


MTK MT7681 is a IoT chip based on Andes N9 CPU. I collect MT7681 resource on Internet (Chinese web page) Module: (1) MT7681 SDK wifi wireless module http://item.taobao.com/item.htm?spm=a1z10.1.w4004-7252739933.5.ASAYeY&id=39974262982 (2) MT7681 module http://item.taobao.com/item.htm?spm=a230r.1....

 Forum: Programming   Topic: memcpy.S

 Post subject: memcpy.S
Posted: Thu Aug 14, 2014 1:15 pm 

Replies: 0
Views: 7569


Code:
https://chromium.googlesource.com/nativ ... 2/memcpy.S

 Forum: BSP (Board Support Package)   Topic: nds32 open source repo

 Post subject: nds32 open source repo
Posted: Thu Aug 14, 2014 1:11 pm 

Replies: 0
Views: 11728


nds32 open source repo

https://github.com/nds32

 Forum: BSP (Board Support Package)   Topic: Andes Open Source Resources

 Post subject: Andes Open Source Resources
Posted: Thu Aug 14, 2014 1:08 pm 

Replies: 0
Views: 11434


Please visit this website to get more details. http://osdk.andestech.com/ gcc Available since version 4.9 NDS32 is listed as a new target implementation officially since gcc version 4.9. Please refer to GCC 4.9 Release Series Changes, New Features, and Fixes for details. https://gcc.gnu.org/gcc-4.9/...

 Forum: Realtime OS   Topic: Build FreeRTOS in AndeSight

 Post subject: Build FreeRTOS in AndeSight
Posted: Wed Aug 13, 2014 6:01 pm 

Replies: 0
Views: 13385


Please follow the instruction AndeSight_v2.0.1_MCU_User_Manual_UM073_V1.4.pdf to build code.

all APP=MAC2 AG101P_4GB=1 DEBUG=1
Attachment:
p1.png
p1.png [ 22.5 KiB | Viewed 13385 times ]



Attachment:
p2.png
p2.png [ 18.96 KiB | Viewed 13385 times ]



Build project successfully
Attachment:
P3.png
P3.png [ 28.23 KiB | Viewed 13385 times ]

 Forum: Programming   Topic: Cut section (objcopy option -R)

Posted: Tue Aug 12, 2014 11:09 am 

Replies: 3
Views: 12164


If you want only copy section, you can use -j option
-j --only-section <name> Only copy section <name> into the output
Attachment:
_j.png
_j.png [ 48.58 KiB | Viewed 11883 times ]

 Forum: Realtime OS   Topic: FreeRTOS Semaphore

 Post subject: FreeRTOS Semaphore
Posted: Mon Aug 11, 2014 6:41 pm 

Replies: 0
Views: 12792


Reference article
http://www.freertos.org/a00123.html

 Forum: Programming   Topic: How to force gcc to link an unused static library

Posted: Sun Aug 03, 2014 12:28 am 

Replies: 0
Views: 7101


Option: Use --whole-archive linker option. Libraries that come after it in the command line will not have unreferenced symbols discarded. You can resume normal linking behaviour by adding --no-whole-archive after these libraries. In your example, the command will be: g++ -o program main.o -Wl,--whol...
Sort by:  
Page 3 of 49 [ Search found 487 matches ]


All times are UTC + 8 hours [ DST ]


Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group