You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/03/31 11:57:11 UTC

[GitHub] [incubator-nuttx] donghengqaz commented on issue #3157: esp32: syslog messages from boot interfere with other syslog messages

donghengqaz commented on issue #3157:
URL: https://github.com/apache/incubator-nuttx/issues/3157#issuecomment-811006715


   I enable RAMLOG and INTBUFFER, but don't catch the same issue with you, as I know the log “wifi:state: xxx -> xxx” is in one task, so they will not mix each other, following is my log:
   ```
   NuttShell (NSH) NuttX-10.0.1
   esp32_rng_initialize: Initializing RNG
   I (21) wifi:wifi driver task: 4, prio:253, stack:6656, core=0
   I (99) wifi:wifi firmware version: b9e8721
   I (100) wifi:wifi certification version: v7.0
   I (100) wifi:config NVS flash: enabled
   I (100) wifi:config nano formating: disabled
   I (100) wifi:Init data frame dynamic rx buffer num: 32
   I (100) wifi:Init management frame dynamic rx buffer num: 32
   I (100) wifi:Init management short buffer num: 32
   I (100) wifi:Init dynamic tx buffer num: 32
   I (101) wifi:Init static rx buffer size: 1600
   I (101) wifi:Init static rx buffer num: 10
   I (101) wifi:Init dynamic rx buffer num: 32
   esp_wifi_adapter_init: OK to initialize WiFi adapter
   phy_version: 4500, 0cd6843, Sep 17 2020, 15:37:07, 0, 2
   wifi_set_intr: cpu_no=0, intr_source=0, intr_num=0, intr_prio=1
   esp_set_isr: n=0 f=0x40081f74 arg=0 irq=4
   0x40081f74: wDev_ProcessFiq at ??:?
   
   esp32_ints_on: INFO mask=00000001 irq=0
   I (355) wifi:mode : sta (c4:4f:33:24:66:45)
   I (355) wifi:enable tsf
   esp_event_post: Event: base=WIFI_EVENT id=2 data=0 data_size=0 ticks=4294967295
   esp_wifi_sta_start: OK to start WiFi station
   esp_evt_work_cb: WiFi sta start
   I (357) wifi:Set ps type: 0
   
   esp_wifi_sta_password: WiFi station password=espressif002 len=12
   esp_wifi_sta_essid: WiFi station ssid=AFAST_IK len=8
   I (6391) wifi:new:<13,2>, old:<1,0>, ap:<255,255>, sta:<13,2>, prof:1
   I (6392) wifi:state: init -> auth (b0)
   I (6397) wifi:state: auth -> assoc (0)
   I (6406) wifi:state: assoc -> run (10)
   W (6691) wifi:<ba-add>idx:0 (ifx:0, 8c:ab:8e:bb:82:08), tid:0, ssn:2, winSize:64
   I (6693) wifi:connected with AFAST_IK, aid = 1, channel 13, 40D, bssid = 8c:ab:8e:bb:82:08
   I (6693) wifi:security: WPA2-PSK, phy: bgn, rssi: -36
   I (6723) wifi:pm start, type: 0
   
   esp_event_post: Event: base=WIFI_EVENT id=4 data=0x3ffe5840 data_size=44 ticks=4294967295
   I (6724) wifi:AP's beacon interval = 102400 us, DTIM period = 1
   esp_evt_work_cb: WiFi sta connect
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org