Re: Directory re-org conversation

2016-09-15 Thread Sterling Hughes
I was suggesting it be moved to hw/drivers/nimble. It’s similar to how other OSes do it, they tend to have the hw drivers in the drivers directory, even for the networking stack components. I don’t feel strongly about it, but thought, why shouldn’t we keep to convention. I definitely think

Directory re-org conversation

2016-09-15 Thread Sterling Hughes
Hey, I wanted to get this kicked off, so we can make the changes fairly quickly after the sterly_refactor merge next week (while still giving enough time for discussion.) Please take this as a _rough_ first cut proposal. I want people to bikeshed this discussion, mainly because I only want

Re: slinky example building error

2016-09-15 Thread Christopher Collins
Hi, On Thu, Sep 15, 2016 at 03:09:34PM +0800, 王华源 wrote: > Hi, > > When I build slinky native example as document, the builder throws error > > Building target targets/sim_slinky > > Compiling x509_crl.c > > Error: x509_crl.c: In function 'mbedtls_x509_crl_parse': > >

slinky example building error

2016-09-15 Thread 王华源
Hi, When I build slinky native example as document, the builder throws error Building target targets/sim_slinky Compiling x509_crl.c Error: x509_crl.c: In function 'mbedtls_x509_crl_parse': x509_crl.c:508:5: error: this 'else' clause does not guard...