buglwIP - A Lightweight TCP/IP stack - Bugs: bug #56756, LWIP old_level is undefined

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #56756: LWIP old_level is undefined

Submitter:  JCo <ernsten>
Submitted:  Wed 14 Aug 2019 07:23:17 AM UTC
   
 
Category:  IPv4 Severity:  3 - Normal
Item Group:  Crash Error Status:  Invalid
Privacy:  Public Assigned to:  goldsimon
Open/Closed:  Closed Planned Release:  None
lwIP version:  Other

Wed 14 Aug 2019 06:32:55 PM UTC, comment #1: 

This is not actually a bug report (and certainly not a crash error!). For questions like these, send a mail to the lwip-users list.

Simon Goldschmidt <goldsimon>
Group administrator
Wed 14 Aug 2019 07:23:17 AM UTC, original submission:  

Hello everybody,

I use LWIP 2.1.2 on a STM32 and would like to use SLIP_RX_FROM_ISR. To do that I set SLIP_RX_FROM_ISR to 1 and SYS_LIGHTWEIGHT_PROT to 1. Now I can use slipif_received_byte() from my serial rx interrupt and slipif_process_rxqueue() in the main to get the data out of the buffer.

However, when I set SYS_LIGHTWEIGHT_PROT to 1 i get the error:

"identifier sys_prot_t is undefined", thus I have defined it with: typedef unsigned int sys_prot_t.

But now I get the error message:

"identifier old_level is undefined"

Did anybody had the same problem? Can anybody help? Any ideas?

I really appreciate any help.

JCo <ernsten>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by goldsimon (Posted a comment)
  • -email is unavailable- added by ernsten (Submitted the item)
  • -email is unavailable- added by ernsten
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2019-08-14 goldsimon StatusNone Invalid
        Assigned toNone goldsimon
        Open/ClosedOpen Closed
    2019-08-14 ernsten Carbon-Copy- Added ernsten

    Back to the top

    Powered by Savane 3.13-3230.
    Corresponding source code