1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-16 01:53:51 +01:00
bors[bot] de3241e90f
Merge #18962 #18999 #19034
18962: pkg/lwip: Force loglevel when using log module r=maribu a=yarrick



18999: Paho: Allow building for 8 and 16 bit platforms r=maribu a=OlegHahm

### Contribution description

Providing a patch to Paho upstream which uses fixed size integers (int32_t) instead of plain int whenever it is used to represent a size of an object.

This patch will allow to build the Paho package for platforms where an integer has a width of less than 32 bit.

This patch is also provided as a PR to the upstream version of Paho (https://github.com/eclipse/paho.mqtt.embedded-c/pull/238) but unfortunately the upstream seems to be unmaintained.

### Testing procedure

Build for a 8 or 16 bit platform that has enough memory for the example, e.g., https://api.riot-os.org/group__boards__atxmega-a1u-xpro.html:
BUILD_IN_DOCKER=1 BOARD=atxmega-a1u-xpro make clean all

Without this PR this build will fail, with the patches applied it will succeed.

### Issues/PRs references

This PR makes #18997 obsolete and thus reverts the change.


19034: boards/nucleo-l496zg: doc improvement r=maribu a=krzysztof-cabaj

### Contribution description

This PR adds to nucleo-l496zg documentation MCU table - similar to those, for example for, Nucleo F103RB, F302R8 or F446RE.

### Testing procedure

```
make doc
xdg-open doc/doxygen/html/group__boards__nucleo-l496zg.html
```

### Issues/PRs references

None

Co-authored-by: Erik Ekman <eekman@google.com>
Co-authored-by: Oleg Hahm <oleg@hobbykeller.org>
Co-authored-by: krzysztof-cabaj <kcabaj@gmail.com>
2022-12-11 12:03:28 +00:00
..
2022-01-13 17:50:59 +01:00
2022-04-26 09:26:02 +02:00
2022-06-01 10:48:34 +02:00
2022-09-26 17:45:54 +02:00
2022-09-26 17:45:54 +02:00
2022-09-29 22:01:37 +02:00
2022-09-26 17:45:54 +02:00
2022-10-15 15:42:13 +02:00
2022-04-25 16:05:28 +02:00
2022-09-27 13:42:37 +02:00
2022-10-24 14:42:16 +02:00
2022-09-26 17:45:54 +02:00
2022-09-27 13:42:37 +02:00
2022-06-03 11:28:49 +02:00
2022-08-31 16:29:03 +02:00
2022-05-03 16:09:20 +02:00
2022-09-26 17:45:54 +02:00
2022-09-14 15:05:25 +02:00
2022-12-11 12:03:28 +00:00
2021-12-03 10:12:37 +01:00
2022-01-13 17:50:59 +01:00
2022-02-02 14:44:50 +01:00
2022-09-14 15:05:25 +02:00
2022-09-27 13:42:37 +02:00
2022-11-29 13:28:46 +01:00
2021-10-01 14:44:10 +02:00
2022-06-01 10:54:01 +02:00