Giter Site home page Giter Site logo

sdk's Issues

编译回显

编译回显一大堆增么办?

打开tools目录下的rules.mk,搜索 找到

$(OBJODIR)/%.o:
在编译命令前加上@,整个编译世界清净了,希望默认修改一下吧,O.O

image

download.py 下载失败

serial open success!com: /dev/tty.wchusbserial1420, baudrate: 115200;
please restart device!
serial into high speed mode
start download W600_GZ.img
please wait for download....

0% [##############################] 100% | ETA: 00:00:00
Total time elapsed: 00:00:14
ERROR:xmodem.XMODEM:send error: expected ACK; got '\x18'
ERROR:xmodem.XMODEM:send error: expected ACK; got '\x18'
ERROR:xmodem.XMODEM:send error: expected ACK; got '\x18'
ERROR:xmodem.XMODEM:send error: expected ACK; got '\x18'
ERROR:xmodem.XMODEM:send error: expected ACK; got '\x18'
ERROR:xmodem.XMODEM:send error: expected ACK; got 'M'
ERROR:xmodem.XMODEM:send error: expected ACK; got 'M'
ERROR:xmodem.XMODEM:send error: expected ACK; got 'M'
ERROR:xmodem.XMODEM:send error: expected ACK; got 'M'
ERROR:xmodem.XMODEM:send error: expected ACK; got 'M'
ERROR:xmodem.XMODEM:send error: expected ACK; got 'C'
ERROR:xmodem.XMODEM:send error: expected ACK; got 'C'
ERROR:xmodem.XMODEM:send error: expected ACK; got 'C'
ERROR:xmodem.XMODEM:send error: expected ACK; got 'C'
ERROR:xmodem.XMODEM:send error: expected ACK; got 'C'
ERROR:xmodem.XMODEM:send error: expected ACK; got 'C'
ERROR:xmodem.XMODEM:send error: expected ACK; got 'C'
WARNING:xmodem.XMODEM:EOT was not ACKd, aborting transfer

download W600_GZ.img image fail!

Mac平台。

download.py 下载失败

serial open success!com: /dev/tty.wchusbserial1420, baudrate: 115200;
please restart device!
serial into high speed mode
start download W600_GZ.img
please wait for download....

0% [##############################] 100% | ETA: 00:00:00
Total time elapsed: 00:00:14
ERROR:xmodem.XMODEM:send error: expected ACK; got '\x18'
ERROR:xmodem.XMODEM:send error: expected ACK; got '\x18'
ERROR:xmodem.XMODEM:send error: expected ACK; got '\x18'
ERROR:xmodem.XMODEM:send error: expected ACK; got '\x18'
ERROR:xmodem.XMODEM:send error: expected ACK; got '\x18'
ERROR:xmodem.XMODEM:send error: expected ACK; got 'M'
ERROR:xmodem.XMODEM:send error: expected ACK; got 'M'
ERROR:xmodem.XMODEM:send error: expected ACK; got 'M'
ERROR:xmodem.XMODEM:send error: expected ACK; got 'M'
ERROR:xmodem.XMODEM:send error: expected ACK; got 'M'
ERROR:xmodem.XMODEM:send error: expected ACK; got 'C'
ERROR:xmodem.XMODEM:send error: expected ACK; got 'C'
ERROR:xmodem.XMODEM:send error: expected ACK; got 'C'
ERROR:xmodem.XMODEM:send error: expected ACK; got 'C'
ERROR:xmodem.XMODEM:send error: expected ACK; got 'C'
ERROR:xmodem.XMODEM:send error: expected ACK; got 'C'
ERROR:xmodem.XMODEM:send error: expected ACK; got 'C'
WARNING:xmodem.XMODEM:EOT was not ACKd, aborting transfer

download W600_GZ.img image fail!

Mac平台。

tls_os_task_create: documentation misleading

The documentation about the stack size tells, that this amount is to be given in the units of the stack element. In fact, the expected value is the size in bytes. See the way the entered value is treated in wm_osal_rtos.c, line 99. Accoding to that, the stack element size is hard coded as 4 bytes.

http测试失败

wm_demo.h 打开DEMO_CONSOLE和DEMO_HTTP测试httppost功能失败,服务器可以保证没有问题,请问这是什么情况?

tls_crypto_random_bytes: random number fetch too fast

In tls_crypto_random_bytes(), line 184, random values are read from the register in a fast fashion, if more than 2 (or 4) bytes are requested. This reading is too fast for the RNG to provide a good new number. As a result, the returned RNG numbers have am inherent structure. A wait time must be added to ensure, that the RNG can collect sufficient much entropy. Calling for instance tls_os_time_delay(0) after line 189 improves the patterns. Any other delay mechanism would help too. But a simple wait loop has the risk of being remove by the code optimizer.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.