Bruno Meneguele

Results 71 comments of Bruno Meneguele

@alext-mkrs done, squashed both commits. But about the comments I removed: I added new comments a little bit more generic just before the 'if' block about this 'ownership', do you...

@Hbrinj well pointed. Indeed it's also needed to check its state after allocation and freed in case of error (goto init_internal_cleanup). Now it's done. @alext-mkrs sorry for these wrong commits...

Indeed, before we continue, I'll edit the Pull Request title, because I made a terrible mistake using the sentence "old kernel version", because this different GPIO class path name might...

> I wonder if in this case this infrastructure is going to be useful anywhere else and if not - wouldn't using replace functions across the board for other GPIO...

I'll try to use the gpio_path first, it's almost done :D, just change little things to clear the "Allwinner" specific parts. But if @arfoll prefers the replace functions, won't be...

Well, I'm back with new changes, but now I didn't do any style fixes and everything specific to the gpio_ were removed, because as I said before it was a...

@alext-mkrs You are right.. I just forgot that peace, there should have the gpio_path as well. @arfoll Yeah, I will open an PR to the cubietruck support I am working...

@arfoll take a look at https://github.com/bmeneguele/mraa/commit/e93e261285586d4ec04c4758c541e93760cf8a7d this is the initial support to the Cubietruck board I'm working on right now. I won't pull request yet because I need to change...

> Would there be a top-level common.go as well for code that applies to both commands? Yes, there would/could also have something like that. Another thing would be to split...

@zaquestion sorry for the late reply. But your concerns are indeed something to look at. To be honest, I didn't really dig deep enough on how Kubernetes structure/use it to...