zephyr/samples/boards
Maksim Masalski 9901d8cf4b samples: sample modified according to the changes in Zephyr macros
main.c file changes
1. Renamed <board.h> to <device.h>
2. <misc/printk.h> now is inserted into <sys/printk.h>
3. <i2c.h> and <gpio.h> now are inserted into
<drivers/i2c.h> and <drivers/gpio.h>
4. Deleted <errno.h> because it is not using
5. Deleted <pwm.h> because it is not using
6. Deleted <display/mb_display.h> because it is not using
in that project (legacy from old project).
7. Now we use the following commands to rename any
SW._GPIO_{CONTROLLER,PIN,FLAGS} to
DT_ALIAS_SW._GPIOS_{CONTROLLER,PIN,FLAGS} ,
so renamed SW0_GPIO_CONTROLLER to DT_ALIAS_SW0_GPIOS_CONTROLLER

prj.conf file changes
1. Deleted CONFIG_SYS_CLOCK_TICKS_PER_SEC=250
because apps shouldn't set tick rate.

Made a line follower robot sample using DFRobot Maqueen chassis
for micro:bit board. Deleted unused files.

Signed-off-by: Maksim Masalski <maxxliferobot@gmail.com>
2019-07-18 15:16:06 +02:00
..
96b_argonkey dts: Rename LED._GPIO_* -> DT_ALIAS_LED._GPIOS_* 2019-07-02 08:26:37 -04:00
altera_max10 cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
arduino_101 cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
bbc_microbit samples: sample modified according to the changes in Zephyr macros 2019-07-18 15:16:06 +02:00
intel_s1000_crb samples: intel_s1000: update sample audio app doc 2019-07-05 10:13:51 -04:00
nrf52 dts: Rename LED._GPIO_* -> DT_ALIAS_LED._GPIOS_* 2019-07-02 08:26:37 -04:00
olimex_stm32_e407 yaml: Remove redundant document separators 2019-06-19 10:40:10 +02:00
reel_board/mesh_badge drivers: ssd1673: rename driver to ssd16xx 2019-07-04 07:27:09 -04:00
up_squared/gpio_counter cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
boards.rst samples: boards: nrf52: test demo for nrf52 power management 2017-11-06 09:29:10 -05:00