Peter Korsgaard
|
73331b68a9
|
package/brcm-patchram-plus: fix build w/ gcc-15
Fixes http://autobuild.buildroot.net/results/2058934e442c0b3f3d0bd81bd7ed080c2eaade31/
The source code uses empty argument function pointer prototypes, which
changed behaviour in C23 (default in gcc-15):
https://gcc.gnu.org/gcc-15/porting_to.html#c23-fn-decls-without-parameters
Causing build issues. Fix it by forcing gnu99 mode instead.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
|
2025-08-31 16:59:11 +02:00 |
|
Fabrice Fontaine
|
a0ebcac06b
|
package/brcm-patchram-plus: bump to latest git commit
This bump will fix the following build failure with gcc >= 14:
main.c: In function 'read_event':
main.c:715:25: error: implicit declaration of function 'read'; did you mean 'fread'? [-Wimplicit-function-declaration]
715 | while ((count = read(fd, &buffer[i], len)) < len) {
| ^~~~
| fread
Fixes:
- http://autobuild.buildroot.org/results/67965a5245c3d98d683e2c788352bf7c1cf4f00e
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
|
2024-07-22 14:07:45 +02:00 |
|
Fabrice Fontaine
|
0a99f298a5
|
package/brcm-patchram-plus: bump to version 95b7b6916d661a4da3f9c0adf52d5e1f4f8ab042
- Remove patch (already in version)
- Use COPYING as license file as COPYING has been fixed by:
https://github.com/AsteroidOS/brcm-patchram-plus/commit/95b7b6916d661a4da3f9c0adf52d5e1f4f8ab042
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
|
2019-02-11 09:09:45 +01:00 |
|
Vadim Kochan
|
9883198544
|
package/brcm-patchram-plus: new package
Add tool which allows to setup broadcom bluetooth
device via UART.
Signed-off-by: Vadim Kochan <vadim4j@gmail.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
[Thomas: add hash for license file.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
|
2019-02-06 15:57:09 +01:00 |
|